Skip to content

Latest commit

 

History

History
210 lines (96 loc) · 7.66 KB

CHANGELOG.md

File metadata and controls

210 lines (96 loc) · 7.66 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.5.0 (2021-09-27)

Features

2.4.1 (2021-08-07)

Bug Fixes

  • provides options and state to methods input (659b854)

2.4.0 (2021-08-05)

Features

  • passes options at parse to schemaArrays (765810d)

Chore

2.3.0 (2021-02-12)

Features

  • allow using a property called type (f1f7c45)

Docs

Chore

2.2.4 (2021-02-11)

Bug Fixes

  • solve index issue for arrayMap (d4eda38)

Docs

Chore

2.2.3 (2020-11-08)

Bug Fixes

  • prevent cloning settings (b58bbc8)

2.2.2 (2020-10-28)

Bug Fixes

  • methods: proper payload / state mapping (08661dd)
  • Number: cast only when the result is a number (8471990)

Chore

2.2.1 (2020-10-22)

Bug Fixes

  • ValidationError.toJSON: export field and errors (d53c23f)
  • run cast hook even when the value is undefined (687afc6)

Chore

2.2.0 (2020-10-16)

Features

Bug Fixes

  • multiple types issue where the validation (solves #47) (119eafb)

Chore

  • devDependencies: update (9f6bc88)

2.1.1 (2020-09-15)

Bug Fixes

  • map proper _defaultValues (a6d7ecc)

2.1.0 (2020-09-02)

Features

  • utils: export PromiseEach (4af66de)

Bug Fixes

  • multiple transformers order (b702a65)

Docs

  • utils: add missing descriptions (b1d9606)

2.0.0 (2020-09-02)

⚠ BREAKING CHANGES

  • make library asynchronous
  • remove Promise type as of new async flow

Features

  • make library asynchronous (9721132)

Bug Fixes

  • remove Promise type as of new async flow (56d63f3)

1.2.0 (2020-08-24)

Features

  • option to turn off virtuals enumerable (220d119)
  • option to turn on virtuals enumerable (07c1251)

1.1.1 (2020-08-24)

Bug Fixes

  • Object.mapSchema: do not mutate object (8ee4b67)

Chore

Docs

  • prioritize schema creation (984c888)

1.1.0 (2020-08-23)

Features

Bug Fixes

Chore

  • dependencies: update (e1b2cbd)
  • add duckfficer.js.org homepage (9548ef2)
  • rename esm module extension to convention .mjs (7595949)

Docs