UNPKG

mongoose-class-wrapper

Version:

Tiny ES6 class-based wrapper for mongoose models.

32 lines (24 loc) 935 B
## [0.6.0] - 2016-02-21 ### Changed - Updated to babel 6 ### Removed - Removed decorators ## [0.4.0] - 2015-07-05 ### Changed - Changed `moongoose` version to 4.0.0 - `pre` and `post` decorators now can be used directly on methods ### Removed - Removed old syntax ## [0.3.0] - 2015-04-08 ### Added - Experimental ES7 decorator syntax. ## [0.2.0] - 2015-03-28 ### Changed - New syntax. Now this is a plugin that does only one thing - wraps methods for model. ## [0.1.0] - 2015-03-23 - Initial public release [0.6.0]: https://github.com/aksyonov/mongoose-class-wrapper/compare/v0.4.0...v0.6.0 [0.4.0]: https://github.com/aksyonov/mongoose-class-wrapper/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/aksyonov/mongoose-class-wrapper/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/aksyonov/mongoose-class-wrapper/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/aksyonov/mongoose-class-wrapper/compare/ad484b7...v0.1.0