Skip to content

Introduce new properties and change in `app.toJSON()` output

Choose a tag to compare

@thetutlage thetutlage released this 20 Jul 06:33

Breaking Change

The app.toJSON() method earlier used to return the nodeEnvironment in all caps, now it uses the newly added app.nodeEnvironment property and not is capitalized.

Commits

  • feat: add providersPath and testsPath methods 82e693b
  • docs(README): update readme file 6bfd420
  • feat: add nodeEnvironment property to application 97f8e4a
  • feat: introduce new namespaces and directories d36cdaa
  • fix: App.inProduction should wait for NODE_ENV to be defined f258594
  • fix: check if environment is in production lazily (#15) 54036fb
  • WIP 0a306b8
  • chore: format source files a906e3c
  • chore: update/format meta files 1551158

v1.3.16...v2.0.0