Skip to content

0.2.0

Choose a tag to compare

@mackignacio mackignacio released this 13 Aug 00:27
76d4bea

First stable release

Updates

  • Added Sample Project submodule PR #7 and #8
  • Added App decorator for AppModule class for defining server settings PR #9
  • Updated root class to accepts AppModule and bootstrap all the settings on it PR #10
  • Added Models decorator for getting model instance from mongoose Schema PR #11
  • Added start() functionality in MayaJS class
  • Added use() functionality in MayaJS class
  • Added prodMode() functionality in MayaJS class
  • Added checking of server running in PROD or DEV mode
  • Added capability to enable/disable logs in AppModule
  • Added capability to enable/disable cors in AppModule
  • Added mongoConnection settings in AppModule
  • Added ability to set port number in AppModule
  • Moved routes definition from Maya.configRoutes() to routes in AppModule
  • Enhanced logging

Fixes

  • Fixed Schema not bootstrapping properly in App decorator
  • Fixed modelPath directory not properly constructed

Dependencies