Skip to content

Latest commit

 

History

History
190 lines (87 loc) · 7.25 KB

CHANGELOG.md

File metadata and controls

190 lines (87 loc) · 7.25 KB

Changelog

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

3.2.3 (2023-01-04)

Bug Fixes

  • add historic id in check fn (0a67583)

3.2.2 (2023-01-04)

Bug Fixes

3.2.1 (2023-01-04)

Bug Fixes

  • run historic check on default (a62a856)

3.2.0 (2023-01-04)

Features

3.1.0 (2022-11-02)

Features

  • add non empty error option (89b962f)

3.0.5 (2022-03-14)

Bug Fixes

  • add angular/cdk to peer dependencies (67d43c0)

3.0.4 (2022-03-03)

Bug Fixes

  • update for stricker typescript config (7c4e246)

3.0.3 (2022-02-27)

Bug Fixes

  • required input is correctly parsed (f54726b)

3.0.2 (2022-02-18)

3.0.1 (2022-02-18)

Bug Fixes

3.0.0 (2022-02-18)

⚠ BREAKING CHANGES

  • Default behavior of Ctrl+C will copy ID without slash

Features

2.3.1 (2021-09-20)

Bug Fixes

  • update touched status on blur (c2e3278), closes #7

2.3.0 (2021-09-20)

Features

  • add exceptions to the validation (7b7d62e)

2.2.0 (2021-05-07)

Features

  • expose isValidId and dateFromId (86086fc)

2.1.3 (2020-10-13)

Bug Fixes

  • lib: non required field will not block form submit (bf5a050)

2.1.2 (2020-06-11)

Bug Fixes

  • lib: update adding of leading zero (c334b98)
  • lib: update correct algorithm (b229f32)

2.1.1 (2020-05-20)

Bug Fixes

  • lib: month is not correctly prepended with 0 (8441092)

2.1.0 (2020-05-14)

Features

  • lib: addd emit all option (a9b8bf1)

2.0.0 (2020-05-11)

⚠ BREAKING CHANGES

  • lib: Now you must use cz-id as directive on input element. No longer it is available as standalone component

Features

  • lib: move cz-id form input component to directive (d8a3b0d)

Bug Fixes

  • lib: id was not validating correctly in Safari and IE (83c9a74)

1.2.0 (2020-03-09)

Features

Bug Fixes

  • lib: fix error only after blur and null on deletion (393cf7e), closes #1 #2 #3

1.1.0 (2020-03-07)

Features

  • demo: update demo to the noew validation (e48c6a5)
  • lib: add padStart function (50fe167)
  • lib: add validation for min and max age (c9ff587)

Bug Fixes

  • lib: update library url (2864b72)

1.0.1 (2020-03-07)

Bug Fixes

  • lib: make lib available for pre VE (eefe6b2)

1.0.0 (2020-03-07)

Features

  • demo: add demo app (31e79fb)
  • lib: init commit of the lib (c03f95c)
  • lib: initial version of library (48093b9)
  • initialize nx workspace (dc75539)