Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
875faff
feat(refactor): first draft
fauvillej Aug 17, 2017
6d24cc6
refactor(http-server): second draft
fauvillej Aug 18, 2017
5de4863
refactor(http-server, socket-server): third draft
fauvillej Aug 19, 2017
6a8d834
fix(tests): fix some path
fauvillej Aug 19, 2017
d9370cc
test(integration): first tests
fauvillej Aug 20, 2017
1a3f979
fix(http-server): lifecycle preresponse fix, bootstrap ordering, ...
fauvillej Aug 21, 2017
8c0dfe7
fix(lifecycle, socketserver): fix lifecycle handlers, add ext services
fauvillej Aug 22, 2017
f6f4b4a
test(core): unit tests
fauvillej Aug 22, 2017
645868b
test(core): end of unit tests
fauvillej Aug 23, 2017
f1390c1
test(http-request): unit test
fauvillej Aug 24, 2017
0c397e8
fix(yarn): add yarn.lock
fauvillej Aug 24, 2017
22a7d34
test(*): add some tests
fauvillej Aug 24, 2017
af8e884
Merge pull request #54 from hapinessjs/hapiness-cleaning-code
akanass Aug 24, 2017
85380b3
fix(http-server): fix start + lifecycle
fauvillej Aug 24, 2017
d233e8c
Merge pull request #55 from hapinessjs/fix-http-server-start
akanass Aug 24, 2017
90cbd32
fix(bootstrap): wrong hook call order
fauvillej Aug 28, 2017
07bc81b
fix(bootstrap): fix docs
fauvillej Aug 28, 2017
a033ddd
Merge pull request #56 from hapinessjs/fix-bootstrap-order
akanass Aug 28, 2017
31e7a97
upgrade(version): Latest packages' versions
akanass Aug 28, 2017
53db8d0
fix(import): Delete obsolete import
akanass Aug 28, 2017
079af4e
doc(readme): Update readme
akanass Aug 28, 2017
6a2f034
upgrade(version): Latest node version
akanass Aug 28, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.3
8.4.0
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ To set up your development environment:
[Back to top](#table-of-contents)

## Change History
* v1.0.0-rc.7 (2017-08-28)
* Code refactoring with only functional programming
* Improve errors management
* Allow HTTPS and WSS connections
* Add service for HTTP and WS extension to use it in DI
* Latest packages' versions
* Documentation
* v1.0.0-rc.6 (2017-07-16)
* DI/req performance issue temp. fix
* v1.0.0-rc.5 (2017-07-11)
Expand Down
Loading