Skip to content

Releases: hellivan/mongoose-model-migration

v3.0.0

28 Oct 07:51
Compare
Choose a tag to compare

3.0.0 (2021-10-28)

Build System

  • upgrade typescript to 4.4.4 (22be609)

Features

  • dependencies: upgrade mongoose to v6 (2983a21)

BREAKING CHANGES

  • dependencies: mongoose minimal peer dependency increased to ^6.0.12
  • typescript 4.4.x is now used for building the library

v2.0.1

05 Mar 08:40
e5778e0
Compare
Choose a tag to compare

2.0.1 (2021-03-05)

Bug Fixes

  • add support for Node.js version 12.4.0 (0ec2669)

v1.1.1

05 Mar 08:26
Compare
Choose a tag to compare

1.1.1 (2021-03-05)

Bug Fixes

  • add support for Node.js version 12.4.0 (b5e0039)

v2.0.0

20 Jan 10:30
1716869
Compare
Choose a tag to compare

2.0.0 (2021-01-20)

Bug Fixes

chore

  • upgrade typescript to latest version (35a1364)

BREAKING CHANGES

  • mongoose is now required as peer dependency in minimal version 5.11.12
  • code is now compiled with typescript version 4.1

v1.1.0

27 Aug 14:05
949338d
Compare
Choose a tag to compare

1.1.0 (2020-08-27)

Features

  • export function for reading/writing model/collection versions directly (9e144eb)

v1.0.0

07 Apr 20:06
f105f0d
Compare
Choose a tag to compare

1.0.0 (2020-04-07)

Bug Fixes

Code Refactoring

  • re-implement library in ts strict mode (84135fd)

BREAKING CHANGES

  • migrateModel/migrateCollection now accept migration options as 4th parameter instead of versionCollectionName
  • Minimal noder version is now 12.8.1
  • Typescript compiler was upgraded to version 3.8.3