Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Latest commit

 

History

History
250 lines (106 loc) · 7.59 KB

CHANGELOG.md

File metadata and controls

250 lines (106 loc) · 7.59 KB

2.0.8 (2018-10-01)

Bug Fixes

  • ignitor: correctly catch unhandledRejection (7f326f8)

Features

  • Ignitor: allow to set modulesRoot (#11) (e1dda89)

2.0.7 (2018-07-17)

2.0.6 (2018-03-18)

Features

  • 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)

Reverts

  • helpers: remove the concept of sharing directories (4b73862)

2.0.4 (2018-02-08)

Features

  • helpers: helpers now exposes directories ready only property (b6e2e3c)

2.0.3 (2018-02-07)

Bug Fixes

  • fireAce: wrap inside try/catch and pretty print errors (2d1027f)

2.0.2 (2018-02-07)

Bug Fixes

  • ignitor: load factory.js during ace command only (fb3577f), closes #8

2.0.1 (2018-02-07)

2.0.0 (2018-01-31)

Bug Fixes

  • 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)

Features

  • ignitor: show app errors beautifully on terminal (ab232ec)

1.0.14 (2017-10-31)

Bug Fixes

  • helpers: return true from isAceCommand when executed via adonis global (6117093), closes #3

1.0.13 (2017-10-29)

Bug Fixes

  • http: allow end-user to bind custom http instance (703ef28)
  • ignitor: fix breaking tests (8d676e4)

Features

  • http: add hook to gracefully shutdown server (26b0684)
  • ignitor: handle unhandledRejections (b6f6d06), closes #1

1.0.12 (2017-10-03)

Bug Fixes

  • ignitor: allow preload file path to be absolute (bb35c48)

Features

  • autoload: register all autoload directories from package.json file (39d9015)

1.0.11 (2017-09-14)

Features

  • ignitor: switch node env to testing on exec test command (10ba6bd)

1.0.10 (2017-08-22)

Reverts

  • ignitor: remove port discovery (bacac68)

1.0.9 (2017-08-22)

1.0.8 (2017-08-22)

Features

  • resolver: add validators dir to the map (04deced)
  • server: auto discover port when default one is empty (aab9923)

1.0.7 (2017-08-18)

Features

  • helpers: return path to file/folder from app root (79beea5)

1.0.6 (2017-08-05)

Bug Fixes

  • ignitor: add modelHooks and traits directory (1dc04f1)

1.0.5 (2017-08-02)

1.0.4 (2017-07-16)

Bug Fixes

  • ignitor: use ace.addCommand to register commands (75499b3)

1.0.3 (2017-07-16)

Bug Fixes

1.0.2 (2017-06-23)

Bug Fixes

  • ignitor: pass absolute path to ioc.autoload (dcef63c)

1.0.1 (2017-06-22)

1.0.0 (2017-06-13)

Bug Fixes

  • ignitor: reference fold.use inside startHttp method (fa46f44)

Features

  • initial commit (7345017)
  • helpers: add promisify method (7eb61c5)
  • ignitor: add support for explicitly loading commands (88be7df)