Skip to content

Commit

Permalink
Merge pull request #17 from hull/feature/ship-utilities
Browse files Browse the repository at this point in the history
Example usage of new internal utils api
  • Loading branch information
michaloo authored Feb 28, 2017
2 parents 3ed0895 + fa12849 commit 455a79d
Show file tree
Hide file tree
Showing 77 changed files with 2,289 additions and 1,173 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.11.0-beta.1

* Adds `/app` with `Hull.App`, `Server` and `Worker`
* Adds `/helpers` with functions being added to the `req.hull.client` after being initiated by the `Hull.Middleware`
* Adds `/infra` with `Instrumentation`, `Queue`, `Cache` and `Batcher` services
* Adds `/utils` with `handlers`, `middlewares` and `routers` used as a building blocks of the `HullApp` and to be used by the ship/connector directly
* BREAKING - changed the callback signature in `NotifHandler`

# 0.10.8

* Properly handle Passport strategies that don't accept a 6-argument method.
Expand Down
Loading

0 comments on commit 455a79d

Please sign in to comment.