Skip to content

Releases: ryasmi/rulr

v4.0.2

05 Jan 15:09
Compare
Choose a tag to compare

4.0.2 (2018-01-05)

Bug Fixes

v4.0.1

27 Oct 14:19
Compare
Choose a tag to compare

4.0.1 (2017-10-27)

Bug Fixes

  • definitions: Adds missing definition files. (9a2650b)

v4.0.0

27 Oct 09:50
Compare
Choose a tag to compare

4.0.0 (2017-10-27)

Features

  • package: Updates tools. (801ab92)

BREAKING CHANGES

  • package: Removes dist folder from repo.

v3.0.0

04 Jun 10:29
Compare
Choose a tag to compare

v2.0.0

18 May 16:26
Compare
Choose a tag to compare

Major Changes

  1. Changes warnings from strings to objects. This stops the need for passing in custom functions for i18n support, you can instead loop over the warnings returned and parse them to strings.
  2. Adds classes: Warning, ExceptionWarning, TypeWarning, RequiredWarning, and RestrictedKeysWarning.
  3. Adds functions: createWarning, createExceptionWarning, createTypeWarning, createRequiredWarning, createRestrictedKeysWarning.
  4. Removes functions: pathString, warn, checkBoolWarning, checkThrowWarning, checkTypeWarning, checkRegexWarning, requiredWarning, and restrictToKeysWarning.
  5. Removes type: PathWarning.

v1.1.1

15 May 09:11
Compare
Choose a tag to compare

Patches

  1. Corrects the type definition of the maybe function.
  2. Updates @types/node to version 7.0.7.
  3. Updates codecov to version 2.0.1.
  4. Updates tslint to version 5.0.0.
  5. Updates mocha to version 3.4.0.

v1.1.0

18 Jan 17:07
Compare
Choose a tag to compare

Minor Changes

  1. Adds nullable function. #11
  2. Adds maybe function. #12

v1.0.0

04 Jan 17:30
Compare
Choose a tag to compare

First stable release being used in other projects.

v0.0.2

15 Dec 20:50
Compare
Choose a tag to compare
  • Improves error messages.
  • Exports more functions.

v0.0.1

14 Dec 19:31
Compare
Choose a tag to compare

First release.