Skip to content

Latest commit

 

History

History
335 lines (195 loc) · 15.8 KB

CHANGELOG.md

File metadata and controls

335 lines (195 loc) · 15.8 KB

3.1.6 (2019-07-11)

Bug Fixes

  • package: update pluralize to version 8.0.0 (277f3a5)
  • updated_at: lucid Model._update now set updated_at field properly. Fixes #186 (4582630)

3.1.5 (2018-11-15)

Bug Fixes

  • belongsToMany: fix attach and sync method (87d8c2d), closes #160
  • connection: fix issue with connection begin with mongo+srv:// (ec334bb), closes #121

3.1.4 (2018-11-10)

Bug Fixes

  • objectId: fix parse bjson object (0f552be), closes #158

3.1.3 (2018-10-22)

Bug Fixes

  • model: merge dirty attributes after the hooks (1d298a4)
  • package: update dependencies (98a6de6)
  • property: use proper foreign key (c16e624)

3.1.2 (2018-09-24)

3.1.1 (2018-09-18)

Bug Fixes

  • package: update debug to version 4.0.0 (8b866a5)
  • package: update require-all to version 3.0.0 (89b2b07)

3.1.0 (2018-06-27)

Bug Fixes

  • Serializer: remove id to string convertion on login (cddf1d3), closes #106

3.0.9 (2018-06-11)

Bug Fixes

  • connection: fix connectionString with cluster (2e54be0)

3.0.8 (2018-05-13)

Bug Fixes

  • connection: fix connectionString with cluster (2e54be0)

3.0.7 (2018-05-02)

3.0.6 (2018-04-24)

Bug Fixes

  • referMany: fix can not detach (f8ad672)

3.0.5 (2018-04-06)

Bug Fixes

  • queryBuilder: allow format field on query $and $or $nor (c388dc0)

3.0.4 (2018-03-30)

Bug Fixes

  • querybuilder: fix querybuilder where of database (647baff)

3.0.2 (2018-03-29)

Bug Fixes

Features

  • date: use toISOString instead FORMAT_DATE (f2f7fe3)

3.0.1 (2018-03-28)

Bug Fixes

  • embeds: execute hooks when save embeds (d9a3b46)

3.0.0 (2018-03-23)

Bug Fixes

  • document: fix objectIDs typo (5dce705)
  • embed: format embed fields before save (cfcaa44)
  • EmbedsMany: fix can not save with embedsMany relation (d887b7c)
  • FieldType: fix field type does not work (a5294f7)
  • newUp: fix newUp run parse twice (a9d4f1f)
  • package: update mquery to version 3.0.0 (c609868)

Features

  • FieldFormat: parse array of ObjectID (f7d2f58)
  • queryBuilder: change pattern condition of where method (0448566)
  • relation: add query method to relation (c0c4b99)

2.2.5 (2018-01-21)

Bug Fixes

  • document: fix objectIDs typo (5dce705)
  • EmbedsMany: fix can not save with embedsMany relation (d887b7c)
  • FieldType: fix field type does not work (a5294f7)
  • newUp: fix newUp run parse twice (a9d4f1f)
  • package: update mquery to version 3.0.0 (c609868)

Features

  • relation: add query method to relation (c0c4b99)

2.2.4 (2018-01-21)

Bug Fixes

  • EmbedsMany: fix can not save with embedsMany relation (d887b7c)
  • FieldType: fix field type does not work (a5294f7)
  • package: update mquery to version 3.0.0 (c609868)

Features

  • relation: add query method to relation (c0c4b99)

2.2.3 (2018-01-10)

Bug Fixes

  • belongsToMany: pivotModel allow class and ioc container string (d76e839)
  • connection: fix connection mongodb driver 3.0 (fbd9e36)
  • database: use collections instead listCollections (dfed4a0)
  • Database: database.close should remove connection (992c1f7)
  • eagerloading: fetch all nested relations (46f0006)
  • hooks: hook afterPaginate (f027712)
  • package: fix break change mongodb 3.0.0 (43e582a)
  • package: fix missing package (c3a619c)
  • package: fix package-lock (516fabb)
  • package: update mongodb 3.0.0 (8446f39)
  • provider: fix serializer register fails test (737fa95)
  • queryBuilder: apply scopes for all query methods (d197478)
  • serializer: fix findById (67e1480)
  • serializer: fix register serializer (b2de724)
  • serializer: fix register serializer (4ffb4f6)
  • serializer: fix register serializer (00d8326)
  • serializer: resolve serializer return string via ioc container (d540ec1)
  • testing: fix createCollection (fa804a3)

Features

  • use Array.isArray of instanceof (03d0bb5)
  • use Array.isArray of instanceof (851071b)
  • connection: Add options to mongodb connection string (95684c4)
  • lucid: allow to unfreeze model instance (0d86fd9)
  • migrations: introduce a silent flag to silent the output (2aa044a)
  • package: add semantic-release (28096a4)
  • queryBuilder: add alias of whereNotIn (ad3bd10)
  • seed: auto close db on when seeder finishes (43be672)
  • serializer: add serializer for authentication (13e5603)
  • serializer: fix serializer (16c39e7)

2.2.2 (2018-01-10)

Bug Fixes

  • belongsToMany: pivotModel allow class and ioc container string (d76e839)
  • connection: fix connection mongodb driver 3.0 (fbd9e36)
  • database: use collections instead listCollections (dfed4a0)
  • Database: database.close should remove connection (992c1f7)
  • hooks: hook afterPaginate (f027712)
  • package: fix break change mongodb 3.0.0 (43e582a)
  • package: fix missing package (c3a619c)
  • package: fix package-lock (516fabb)
  • package: update mongodb 3.0.0 (8446f39)
  • provider: fix serializer register fails test (737fa95)
  • queryBuilder: apply scopes for all query methods (d197478)
  • serializer: fix findById (67e1480)
  • serializer: fix register serializer (00d8326)
  • serializer: fix register serializer (b2de724)
  • serializer: fix register serializer (4ffb4f6)
  • serializer: resolve serializer return string via ioc container (d540ec1)
  • testing: fix createCollection (fa804a3)

Features

  • use Array.isArray of instanceof (851071b)
  • connection: Add options to mongodb connection string (95684c4)
  • lucid: allow to unfreeze model instance (0d86fd9)
  • package: add semantic-release (28096a4)
  • queryBuilder: add alias of whereNotIn (ad3bd10)
  • seed: auto close db on when seeder finishes (43be672)
  • serializer: add serializer for authentication (13e5603)
  • serializer: fix serializer (16c39e7)

v2.0.0 ( Mon Aug 28 2017 02:43:47 GMT+0700 (SE Asia Standard Time) )

Bug Fixes

Test


Generated with git-changelog. If you have any problems or suggestions, create an issue. :) Thanks