Skip to content

Latest commit

 

History

History
72 lines (32 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

72 lines (32 loc) · 2.81 KB

Changelog

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

1.4.0 (2024-05-14)

Features

  • add support to register functions to be called in condition/choice tests (a7c7ba4)

1.3.2 (2023-10-25)

1.3.1 (2023-10-25)

1.3.0 (2023-10-19)

Features

  • added new parser mode: json (90ba5e9)

1.2.1 (2023-08-14)

Bug Fixes

  • should not create proxies for undefined values (970613c)

1.2.0 (2023-08-13)

Features

  • added new collectMissingParams option (977c464)

1.1.1 (2023-08-13)

1.1.0 (2023-08-13)

Features

  • add support for nested missing params validation (181838b)

Bug Fixes

  • remove unused dependency (4c8f725)

1.0.3 (2023-07-25)

1.0.2 (2023-07-25)

Bug Fixes

  • nested condition tag with false condition results incorrectly parsed (e4725dd)

1.0.1 (2023-07-25)

Bug Fixes

  • condition tag with false test result was not parsing subsequent contents (b3d186d)

1.0.0 (2023-03-27)

Features