Skip to content

Releases: mayajs/maya

v0.7.1

16 May 09:01
c27ca3f
Compare
Choose a tag to compare

0.7.1 (2022-05-16)

Bug Fixes

  • build: ✨ add files to be include in build (a0a0a42)

v0.7.0

15 May 23:34
5ec8b5b
Compare
Choose a tag to compare

0.7.0 (2022-05-15)

Features

  • router: 👽 update router to version 0.7.x (d743f99)

0.2.3

18 Aug 10:48
fe9d9bf
Compare
Choose a tag to compare

Minor Fixes

  • Add mongoose and mongoose-paginate to dependency Issue #12
  • Rename validations to middlewares issue #16
  • Change the way of defining models relative path in Controller Decorator

Updates

  • Update README.md
  • Add return value on setter in Models Decorator
  • Add watch mode on build script

0.2.0

13 Aug 00:27
76d4bea
Compare
Choose a tag to compare

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

0.0.4

04 Aug 19:55
Compare
Choose a tag to compare

Initial Release

Features

  • Decorators for Get, Post, Patch, Put and Delete methods
  • Single class for mongoose models
  • Controller and Injectable decorator for Dependency Injection
  • Middleware functions for chained validation of request body