Skip to content

Commit 2fb6360

Browse files
authored
Merge pull request #61 from hapinessjs/next
v1.0.0
2 parents aed4272 + ba1afed commit 2fb6360

29 files changed

+954
-751
lines changed

README.md

+8-58
Original file line numberDiff line numberDiff line change
@@ -78,24 +78,24 @@ All those technologies are `Typescript` ready. It will help to build web servers
7878
### `yarn` or `npm` it in your `package.json`
7979

8080
```bash
81-
$ npm install --save @hapiness/core
81+
$ npm install --save @hapiness/core rxjs
8282

8383
or
8484

85-
$ yarn add @hapiness/core
85+
$ yarn add @hapiness/core rxjs
8686
```
8787

8888
```javascript
8989
"dependencies": {
90-
"@hapiness/core": "^1.0.0-rc.7",
90+
"@hapiness/core": "^1.0.0",
9191
//...
9292
}
9393
//...
9494
```
9595

9696
### Use Hapiness API
9797

98-
Actually, we're in **development** mode: **v1.0.0-rc.7**
98+
Actually, we're in : **v1.0.0**
9999

100100
See [API](https://github.com/hapinessjs/hapiness/blob/master/API.md) Reference to know what's already implemented.
101101

@@ -115,67 +115,17 @@ To set up your development environment:
115115
[Back to top](#table-of-contents)
116116

117117
## 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
171121

172122
[Back to top](#table-of-contents)
173123

174124
## Maintainers
175125

176126
<table>
177127
<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>
179129
</tr>
180130
<tr>
181131
<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

Comments
 (0)