Skip to content

Releases: nobrainr/morphism

v1.8.5

11 Feb 19:24
4ff239b
Compare
Choose a tag to compare

1.8.5 (2019-02-11)

Bug Fixes

  • update dev dependencies and remove no more used webpack dashboard (640c8eb)

v1.8.4

20 Jan 18:22
e60bda2
Compare
Choose a tag to compare

1.8.4 (2019-01-20)

Bug Fixes

  • update package.json keywords (d845398)

v1.8.3

20 Jan 17:48
d858bd3
Compare
Choose a tag to compare

1.8.3 (2019-01-20)

Bug Fixes

  • update package.json description (3c635a3)

v1.8.2

16 Jan 18:22
8888c38
Compare
Choose a tag to compare

1.8.2 (2019-01-16)

Bug Fixes

  • allow partial completion for currying function (6076c89)

v1.8.1

16 Jan 18:04
c7d4f54
Compare
Choose a tag to compare

1.8.1 (2019-01-16)

Bug Fixes

v1.8.0

11 Jan 09:02
edbefa3
Compare
Choose a tag to compare

1.8.0 (2019-01-11)

Features

  • Add support for inferred destination types (3b3e5b8)
  • infer morphism dataSource type from Schema generics (c29848f)

v1.7.0

10 Jan 08:23
54f7099
Compare
Choose a tag to compare

1.7.0 (2019-01-10)

Bug Fixes

  • downgrade typedoc versionn (d3e9f63)
  • export Mapper interface allowing to export mapper functions (9b818e6)
  • fix schema inferring type T for jsObject (8dc2435)

Features

  • allow to pass source type as second generic param in schema (f9d9302)

v1.6.1

04 Oct 17:40
5c763e6
Compare
Choose a tag to compare

1.6.1 (2018-10-04)

Bug Fixes

v1.6.0

04 Oct 00:04
8927950
Compare
Choose a tag to compare

1.6.0 (2018-10-04)

Features

  • Add toJSObject, toClassObject, and morph function decorators 🎉 (a2369a9)

v1.5.0

25 Sep 21:38
2cc2ce0
Compare
Choose a tag to compare

1.5.0 (2018-09-25)

Features

  • Schema: Schema is now a generic type. Allow to strengthen the link between the Schema and the Target Type (0d12bd9)
  • Add StrictSchema Type to enforce schema keys based on Target Type (5a79120)