Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Latest commit

 

History

History
214 lines (82 loc) · 5.83 KB

CHANGELOG.md

File metadata and controls

214 lines (82 loc) · 5.83 KB

Change Log

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)

Bug Fixes

  • component lifecycle methods should always return Promise (2417929)
  • declarations for object shapes should use type, not interface (7928e6a)
  • remove declare module wrappers from all d.ts files 🔥 (c0e7cd5), closes #69

Features

  • mongoose: add typings (9f30510)
  • mongoose: export the whole mongoose package (1b5cac5)

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)

Bug Fixes

  • remove declare module wrappers from all d.ts files 🔥 (c0e7cd5), closes #69

3.2.0-alpha.5 (2019-01-16)

Note: Version bump only for package @atlas.js/mongoose

3.1.0 (2018-07-17)

Features

  • mongoose: expose atlas on this from instance methods, add docs (ba6eef8)

3.0.2 (2018-07-16)

Bug Fixes

  • define empty object as default for Ajv (e9d85be)

3.0.1 (2018-07-12)

Note: Version bump only for package @atlas.js/mongoose

3.0.0 (2018-05-22)

Features

  • 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)

BREAKING CHANGES

  • atlas:

2.0.0 (2018-02-15)

Features

  • mongoose: Upgrade Mongoose to 5.0 (3e5e37f)

BREAKING CHANGES

  • mongoose:

1.1.0 (2017-12-13)

Features

  • component: The resolve() function is now passed as component (dd034d6)

1.0.0 (2017-10-24)

Features

BREAKING CHANGES

  • 🔥
  • 🔥
  • 🔥

0.3.0 (2017-09-27)

Features

  • Switch to .mjs file extension (0ee25cd)

0.2.0 (2017-09-26)

Features

  • application: Implement Application.require() (ba10351)

0.1.3 (2017-09-22)

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)

0.1.0 (2017-08-16)

Features

  • Implement mongoose service (05a1416)