Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Releases: saiichihashimoto/mongoose-normalizr

v1.8.2

25 Oct 07:21
d19d58a
Compare
Choose a tag to compare

1.8.2 (2019-10-25)

Bug Fixes

v1.8.1

24 Feb 02:41
d978a95
Compare
Choose a tag to compare

1.8.1 (2019-02-24)

Bug Fixes

  • mongoose: use discriminatorMapping to detect discriminators (589a9cd), closes #76

v1.8.0

24 Feb 00:55
a764519
Compare
Choose a tag to compare

1.8.0 (2019-02-24)

Bug Fixes

  • mongoose: count populates don't create refs (9949adb)

Features

  • mongoose: refPath generates normalizr Unions (543dc84), closes #51

v1.7.1

23 Feb 01:46
4ebe01f
Compare
Choose a tag to compare

1.7.1 (2019-02-23)

Bug Fixes

  • mongoose: allow down to 3.2.2 (0b698d1)

v1.7.0

20 Feb 10:47
790c2c8
Compare
Choose a tag to compare

1.7.0 (2019-02-20)

Bug Fixes

  • mongoose: use actual discriminators from discriminator() (88fc7a5)
  • normalizr: top level normalizrs can be unions (53d62dc), closes #77
  • normalizr: use _key instead of key (14b6fc9)

Features

  • mongoose: use schema collection names (e32e8ef)

v1.6.0

20 Feb 03:37
27511b8
Compare
Choose a tag to compare

1.6.0 (2019-02-20)

Bug Fixes

  • normalizr: don't union when it isn't possible (cd28b00)

Features

  • normalizr: handle all normalizr 0.x.x and 1.x.x (7b281b1), closes #66
  • normalizr: handle all normalizr 2.x.x (ef0fbea), closes #65

v1.5.2

20 Feb 01:51
5a1bfc8
Compare
Choose a tag to compare

1.5.2 (2019-02-20)

Bug Fixes

  • mongoose: peerDependencies includes mongoose^4.0.0 (f3cb8d2), closes #67
  • mongoose: peerDependency down to 4.13.0 (c8bd3af), closes #72

v1.5.1

16 Feb 06:58
Compare
Choose a tag to compare

1.5.1 (2019-02-16)

Bug Fixes

  • package: set peerDependencies (54471b8)

v1.5.0

14 Feb 09:17
Compare
Choose a tag to compare

1.5.0 (2019-02-14)

Bug Fixes

  • package: normalizr as a peerDependency (53b9fcb)

Features

  • discriminators: fix for discriminatorKey (e80b206)

v1.4.10

14 Feb 06:20
f76da99
Compare
Choose a tag to compare

1.4.10 (2019-02-14)

Bug Fixes

  • README: Greenkeeper badge on it's own line (290a326)