Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Releases: ianwalter/correct

v1.2.1

12 Oct 20:17
ec19301

Choose a tag to compare

Patch Changes

  • 1e3e0ab: Fixing modifiers for falsy data / isOptional

v1.2.0

12 Oct 19:58

Choose a tag to compare

Minor Changes

1.1.0

06 Feb 15:37

Choose a tag to compare

Commits from 1.0.0 to 1.1.0 <2d7d588>:

1.0.0

04 Feb 18:38

Choose a tag to compare

Commits from 0.1.2 <50000e3> to 1.0.0 :

  • c2b9045 1.0.0
  • 104ee6f Fixing custom validator test
  • c831541 Refactoring to add #4, #5, and #23
  • dab8a1a Update dependency @ianwalter/eslint-config to v4
  • b022a55 Update dependency decamelize to v4
  • 2863e07 Update dependency @ianwalter/bff to ^8.1.0
  • f49f59c Update dependency @ianwalter/bff to v8
  • 69dd3a3 Update dependency @ianwalter/release to v5
  • e63a0d7 Addign back a couple of assertions
  • 3b38b98 Refactoring valdiators
  • 7112c45 Beginning work on #23
  • 1261f0d Update dependency @ianwalter/print to v5
  • 1e528bc Update dependency @ianwalter/release to v4

0.0.1

22 Oct 03:38

Choose a tag to compare

Last 30 commits:

  • e66d0f6 Fixing package.json
  • 516b93a Adding GHA workflow and LICENSE file
  • 19127d7 Rename validationError.js to ValidationError.js
  • 65db79c Rename validation.js to Validation.js
  • 55bdded Rename schemaValidator.js to SchemaValidator.js
  • 8a44e21 Fixing schema validator test
  • 76d9fce Update README.md
  • 5a86994 Refactoring, adding tests
  • a7adeeb Using yarn
  • 9efc05c Adding more validators
  • a727eba Adding isEmail validator
  • 50d1c14 Adding SchemaValidator and isString validator
  • 76f85e8 Adding jest
  • 8698781 Improving README example
  • e6a894f Initial commit