Skip to content

Releases: fresh-standard/fresh-resume-validator

v0.2.0

08 Feb 14:13
v0.2.0
3a02af1

Choose a tag to compare

This release tweaks the validator for clean usage via require() and introduces a basic test harness.

Added

  • Introduced Mocha test suite.
  • Introduced simple Grunt build and test apparatus.
  • Added linting regiment with JSHint.
  • Added Travis testing harness.
  • This changelog.

Changed

  • The isValid method will propagate validation errors back to the caller via the isValid.errors collection. isValid itself must always return either boolean true or false.

v0.1.0

08 Feb 10:05
v0.1.0
16ce786

Choose a tag to compare

Initial release.