Skip to content

Latest commit

 

History

History
179 lines (90 loc) · 8.28 KB

CHANGELOG.md

File metadata and controls

179 lines (90 loc) · 8.28 KB

lobaro-cron-validate

unreleased

1.1.0 (2023-08-30)

Added

Changed

  • Allow 'LW' to be used in day of month lists as well

1.0.0 (2022-11-17)

Added

  • Lobaro 'W' list option for day of month: Allow specifying multiple nearest weekdays
  • Lobaro Device preset

cron-validate

1.4.4 (2022-10-12)

Bug Fixes

  • update AWS cloudwatch preset (f583267)

1.4.3 (2021-03-31)

Bug Fixes

  • remove import type for backwards compatibility (3e4d8ab)
  • deps: update dependency yup to v0.32.9 (#166) (0193a3f)

1.4.2 (2020-12-25)

Bug Fixes

  • deps: update dependency yup to v0.32.8 (#146) (fc2783d)

1.4.1 (2020-11-21)

Bug Fixes

  • deps: update dependency yup to v0.30.0 (#140) (5679b0f)

1.4.0 (2020-10-25)

Features

1.3.1 (2020-08-21)

Bug Fixes

  • fix wrong wildcard ('*') check with lower-/upperLimit (df8b6f2)

1.3.0 (2020-08-14)

Bug Fixes

  • try to fix default export (3a66f3f)
  • deps: update dependency yup to v0.29.3 (#94) (0080c06)

Features

1.2.0 (2020-07-29)

Bug Fixes

  • deps: update dependency yup to v0.29.2 (#87) (cb8cdfe)
  • add explicit return types to avoid Result<unknown, ...> (#78) (177e301)

Features

  • Extending AWS Preset wildcards and checks. (#80) (a7baca0)

1.1.5 (2020-07-14)

Bug Fixes

  • fix require().default for non-es modules (2b0eb95), closes #69

1.1.4 (2020-05-31)

Bug Fixes

  • deps: update dependency yup to v0.29.1 (58eab14)

1.1.3 (2020-05-20)

Bug Fixes

  • fixed missing required fields in yup schema (6ba1270)
  • deps: update dependency yup to v0.29.0 (1bfcbc6)

1.1.2 (2020-05-01)

Bug Fixes

  • deps: update dependency yup to v0.28.5 (27c6068)

1.1.1 (2020-04-27)

Bug Fixes

  • deps: update dependency yup to v0.28.4 (de60998)

1.1.0 (2020-04-18)

Features

  • add blank day '?' support (ca71a28)

1.0.4 (2020-04-15)

Bug Fixes

  • err not containing string array but string (4d5a972)

1.0.3 (2020-04-15)

Bug Fixes

  • update package.json for npm description (72132c5)

1.0.2 (2020-04-15)

Bug Fixes

  • update README.md (trigger release) (3880d42)

1.0.1 (2020-04-15)

Bug Fixes

  • add package-lock.json to git release (trigger a new version) (9f85bd4)

1.0.0 (2020-04-15)

Bug Fixes

  • add check for second step element (76d59fa)
  • Change imports of option type (d447be5)
  • fix useSeconds not being set on options by preset (d77ec8c)
  • fix value limits not applying to wildcard '*' (00a3379)
  • fix wrong checks (2f6290e)

Features

  • add getOptionPreset and getOptionPresets (9db79fe)
  • Add individual checker files and add helper functions (24ecf74)
  • add option validation with yup (c08f210)
  • Add option.ts file, check for value limits (032dcbe)
  • Add preset system for options (bac86ee)
  • Add reponse types for typesafe returns (f85f36a)
  • add two additional option presets (489e472)
  • Update result (5bd3fa1)