Skip to content

Latest commit

 

History

History
91 lines (42 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

91 lines (42 loc) · 3.54 KB

15.0.2 (2024-08-01)

Bug Fixes

  • mutators: fix mutator frost behavior (d66960b)

15.0.1 (2024-08-01)

Bug Fixes

  • packed: remove tests from built files (c1f4a38)

15.0.0 (2024-08-01)

Bug Fixes

  • frost: fix for old reference to renamed prop (6ba951e)
  • proxy action map: fix requests to properties which exist on the target which have undefined values (a4e6988)

Features

  • evolver: add frost and sandbox options to allow control over behavior of input data with respect to output (59a2bb8)

BREAKING CHANGES

  • evolver: by default, output is frozen and sandbox mode is copy

14.1.0 (2024-07-31)

Features

  • evolver: add sandbox and frost parameters to evolver creation (34fa279)

14.0.1 (2024-07-24)

Bug Fixes

  • sandbox: fix sandbox return type when input is readonly (f354056)

14.0.0 (2024-07-23)

Features

  • evolver: ensure async methods work correctly when chained (4040fbe)

BREAKING CHANGES

  • evolver: .

13.0.1 (2024-07-23)

Bug Fixes

  • evolver: fix endAsync() not triggering true end functionality when triggered via EvolverComplex (3123088)

13.0.0 (2024-07-23)

Bug Fixes

  • ci: ci (4908aba)
  • tests: introducing quibble, wrestling with esm (760714b)
  • tests: missed files (dedf27b)

Features

Tests

  • vitest: switch to vitest from mocha (4bd8173)

BREAKING CHANGES

  • na: major
  • major: major
  • vitest: I'm just assuming I broke something along the way and since we're basically pre-release even at version 12 (becuase NPM won't let me reset), let's just make it a major.