2.0.8 (2018-10-01)
- ignitor: correctly catch unhandledRejection (7f326f8)
2.0.7 (2018-07-17)
2.0.6 (2018-03-18)
- ignitor: expose methods to run the Websocket server along with Http (a39eb17)
- Ignitor: optionally load wsKernel for websocket middleware (5254f50)
2.0.5 (2018-02-08)
- helpers: remove the concept of sharing directories (4b73862)
2.0.4 (2018-02-08)
- helpers: helpers now exposes directories ready only property (b6e2e3c)
2.0.3 (2018-02-07)
- fireAce: wrap inside try/catch and pretty print errors (2d1027f)
2.0.2 (2018-02-07)
2.0.1 (2018-02-07)
2.0.0 (2018-01-31)
- exitHook: remove exit-hook and instead listen for SIGTERM only (a431176)
- hooks: fire before and after aceCommand hooks (cbc80e5), closes #6
- ignitor: call setExceptionHandler over setExceptionsHandler (5b6d509)
- ignitor: do not swallow errors inside preload files (6e7027d), closes #5
- ignitor: remove all try/catch checks for file existence (0f3c055)
- ignitor: show app errors beautifully on terminal (ab232ec)
1.0.14 (2017-10-31)
1.0.13 (2017-10-29)
- http: add hook to gracefully shutdown server (26b0684)
- ignitor: handle
unhandledRejections
(b6f6d06), closes #1
1.0.12 (2017-10-03)
- ignitor: allow preload file path to be absolute (bb35c48)
- autoload: register all autoload directories from package.json file (39d9015)
1.0.11 (2017-09-14)
- ignitor: switch node env to testing on exec test command (10ba6bd)
1.0.10 (2017-08-22)
- ignitor: remove port discovery (bacac68)
1.0.9 (2017-08-22)
1.0.8 (2017-08-22)
- resolver: add validators dir to the map (04deced)
- server: auto discover port when default one is empty (aab9923)
1.0.7 (2017-08-18)
- helpers: return path to file/folder from app root (79beea5)
1.0.6 (2017-08-05)
- ignitor: add modelHooks and traits directory (1dc04f1)
1.0.5 (2017-08-02)
1.0.4 (2017-07-16)
- ignitor: use ace.addCommand to register commands (75499b3)
1.0.3 (2017-07-16)
- ignitor: fix ace setup (1849193)
1.0.2 (2017-06-23)
- ignitor: pass absolute path to ioc.autoload (dcef63c)
1.0.1 (2017-06-22)
- ignitor: reference fold.use inside startHttp method (fa46f44)