All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.2.2 (2019-04-05)
Note: Version bump only for package @atlas.js/mongoose
3.2.1 (2019-02-20)
Note: Version bump only for package @atlas.js/mongoose
3.2.0 (2019-02-08)
- component lifecycle methods should always return Promise (2417929)
- declarations for object shapes should use
type
, notinterface
(7928e6a) - remove
declare module
wrappers from all d.ts files 🔥 (c0e7cd5), closes #69
3.2.0-alpha.7 (2019-01-28)
Note: Version bump only for package @atlas.js/mongoose
3.2.0-alpha.6 (2019-01-28)
3.2.0-alpha.5 (2019-01-16)
Note: Version bump only for package @atlas.js/mongoose
3.1.0 (2018-07-17)
- mongoose: expose atlas on
this
from instance methods, add docs (ba6eef8)
3.0.2 (2018-07-16)
- define empty object as default for Ajv (e9d85be)
3.0.1 (2018-07-12)
Note: Version bump only for package @atlas.js/mongoose
- atlas: Legendary: overhaul Hooks (7710edd), closes #35 #34
- drop components's static defaults, use static config (JSON schema) (5c7d5ce)
- node.js 10 is now supported release line (521ac2c)
- atlas:
2.0.0 (2018-02-15)
- mongoose: Upgrade Mongoose to 5.0 (3e5e37f)
- mongoose:
1.1.0 (2017-12-13)
- component: The resolve() function is now passed as
component
(dd034d6)
1.0.0 (2017-10-24)
- Ditch @atlas.js/core,application, add @atlas.js/atlas (1ce02bb), closes #23
- Expose the atlas instance as this.atlas inside components (34b0778), closes #24
- Implement sane hook events (b830760), closes #25
- 🔥
- 🔥
- 🔥
0.3.0 (2017-09-27)
- Switch to .mjs file extension (0ee25cd)
0.2.0 (2017-09-26)
- application: Implement Application.require() (ba10351)
Note: Version bump only for package @atlas.js/mongoose
0.1.2 (2017-09-02)
Note: Version bump only for package @atlas.js/mongoose
0.1.1 (2017-08-16)
- Implement mongoose service (05a1416)