Skip to content

Releases: leon19/node-object-builders

v2.0.2

02 Mar 16:43

Choose a tag to compare

2.0.2 (2021-03-02)

Bug Fixes

  • correctly extract the properties that are not methods (45806d8)

v2.0.1

25 Feb 10:39

Choose a tag to compare

2.0.1 (2021-02-25)

Bug Fixes

  • exclude methods from class properties (6d34147)

v2.0.0

28 Nov 14:12

Choose a tag to compare

2.0.0 (2020-11-28)

Features

  • update supperted node versions (cc6a196)
  • use new typescript features to create setX y unsetX methods (8b49e33)

BREAKING CHANGES

  • the properies are no longer set/unset using
    property.set() or property.unset() methods. New methods follow the
    convention setProperty() and unsetProperty()
  • remove undocumented lazy constructor helper

v1.0.0

28 Sep 16:26

Choose a tag to compare

1.0.0 (2019-09-28)

Features