@@ -78,24 +78,24 @@ All those technologies are `Typescript` ready. It will help to build web servers
78
78
### ` yarn ` or ` npm ` it in your ` package.json `
79
79
80
80
``` bash
81
- $ npm install --save @hapiness/core
81
+ $ npm install --save @hapiness/core rxjs
82
82
83
83
or
84
84
85
- $ yarn add @hapiness/core
85
+ $ yarn add @hapiness/core rxjs
86
86
```
87
87
88
88
``` javascript
89
89
" dependencies" : {
90
- " @hapiness/core" : " ^1.0.0-rc.7 " ,
90
+ " @hapiness/core" : " ^1.0.0" ,
91
91
// ...
92
92
}
93
93
// ...
94
94
```
95
95
96
96
### Use Hapiness API
97
97
98
- Actually, we're in ** development ** mode : ** v1.0.0-rc.7 **
98
+ Actually, we're in : ** v1.0.0**
99
99
100
100
See [ API] ( https://github.com/hapinessjs/hapiness/blob/master/API.md ) Reference to know what's already implemented.
101
101
@@ -115,67 +115,17 @@ To set up your development environment:
115
115
[ Back to top] ( #table-of-contents )
116
116
117
117
## Change History
118
- * v1.0.0-rc.7 (2017-08-28)
119
- * Code refactoring with only functional programming
120
- * Improve errors management
121
- * Allow HTTPS and WSS connections
122
- * Add service for HTTP and WS extension to use it in DI
123
- * Latest packages' versions
124
- * Documentation
125
- * v1.0.0-rc.6 (2017-07-16)
126
- * DI/req performance issue temp. fix
127
- * v1.0.0-rc.5 (2017-07-11)
128
- * Route with array of methods fix
129
- * Move rxjs to peer deps
130
- * v1.0.0-rc.4 (2017-07-10)
131
- * Bootstrap hooks call order fix
132
- * Hooks and create component errors fix
133
- * v1.0.0-rc.3 (2017-07-03)
134
- * Boostrap extension loader fix
135
- * v1.0.0-rc.2 (2017-06-29)
136
- * Boostrap bug fixes
137
- * v1.0.0-rc.1 (2017-06-28)
138
- * Socket Server more features
139
- * API Documentation
140
- * v1.0.0-rc.0 (2017-06-28)
141
- * Core refactoring with extensions
142
- * Http Server Extension
143
- * Socket Server Extension
144
- * API Documentation
145
- * v1.0.0-beta.6 (2017-05-26)
146
- * Implementation of Request's Lifecycle: Hook & Component
147
- * Fix Component's instantiation
148
- * API Documentation
149
- * New HapiJS typings
150
- * v1.0.0-beta.5 (2017-05-15)
151
- * Fix Websocket config
152
- * v1.0.0-beta.4 (2017-05-15)
153
- * Fix Websocket server wrapper
154
- * v1.0.0-beta.3 (2017-05-11)
155
- * Websocket server wrapper
156
- * Route config
157
- * Module config
158
- * Latest ` injection-js ` version
159
- * v1.0.0-beta.2 (2017-04-06)
160
- * Add typings to dependencies
161
- * Limit ` Hapiness core ` exports
162
- * Update tests according new exports
163
- * Delete obsolete imports
164
- * v1.0.0-beta.1 (2017-04-05)
165
- * HapinessModule
166
- * Route
167
- * Lib
168
- * Providers
169
- * Web server
170
- * Websocket server
118
+ * v1.0.0 (2017-10-05)
119
+ * Publish all features of API
120
+ * First stable version
171
121
172
122
[ Back to top] ( #table-of-contents )
173
123
174
124
## Maintainers
175
125
176
126
<table >
177
127
<tr>
178
- <td colspan="5" align="center"><a href="https://www.tadaweb.com"><img src="https ://tadaweb.com/images/tadaweb/logo.png " width="117" alt="tadaweb" /></a></td>
128
+ <td colspan="5" align="center"><a href="https://www.tadaweb.com"><img src="http ://bit.ly/2xHQkTi " width="117" alt="tadaweb" /></a></td>
179
129
</tr>
180
130
<tr>
181
131
<td align="center"><a href="https://github.com/Juneil"><img src="https://avatars3.githubusercontent.com/u/6546204?v=3&s=117" width="117"/></a></td>
0 commit comments