Skip to content

Releases: jfrazx/defaults

v1.6.1

24 Dec 23:58
9e37bef
Compare
Choose a tag to compare

1.6.1 (2024-12-24)

Bug Fixes

  • actions: release action dependency (366c257)

v1.6.0

24 Dec 23:50
888094a
Compare
Choose a tag to compare

1.6.0 (2024-12-24)

Features

v1.5.0

19 Jun 15:17
5f9d087
Compare
Choose a tag to compare

1.5.0 (2023-06-19)

Bug Fixes

Features

  • runafterset: supply a function to run after a default value has been set (9cb0b44)

v1.4.0

20 May 17:07
ad6940d
Compare
Choose a tag to compare

1.4.0 (2023-05-20)

Features

  • docs, tests, dupe semantic release maybe (29cfe95)

v1.3.0

20 May 03:16
0e76d0a
Compare
Choose a tag to compare

1.3.0 (2023-05-20)

Bug Fixes

  • handle null prototype objects, default object now has null prototype (b0ccce4)
  • nocopy: move no copy rule to top, generate tests to confirm functionality (89c68ab)
  • null prototype default wrapped objects (dcbe5ea)
  • rootDir ts config option, update npmignore (26a7a6b)

Features

  • factory: factory rules (7410685)
  • maps: value handlers for more robust class support, support wrapping maps, sets (b0eb56f)
  • pass the current property value to executor function, husky hooks, github actions (0b4e851)

v1.2.1

07 Jul 03:11
Compare
Choose a tag to compare

1.2.1 (2019-07-07)

Bug Fixes

  • push: apply receiver on array operations, refactor (fb4ca34)

v1.2.0

12 Apr 06:10
Compare
Choose a tag to compare

1.2.0 (2019-04-12)

Features

  • arrays: apply default values to arrays (d0241d8)

v1.1.0

21 Mar 02:03
Compare
Choose a tag to compare

1.1.0 (2019-03-21)

Features

  • unwrap: unwrap original object, update deps, badges (2fc0331)

v1.0.2

03 Feb 20:35
Compare
Choose a tag to compare

1.0.2 (2019-02-03)

Bug Fixes

  • setUndefined: returns appropriate value/reference when setting undefined with non-primitives (da7a81a), closes #1

v1.0.1

03 Feb 10:58
Compare
Choose a tag to compare

1.0.1 (2019-02-03)

Bug Fixes

  • symbols: support symbols as object properties (977a059)