Skip to content

Latest commit

 

History

History
80 lines (36 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

80 lines (36 loc) · 2.25 KB

Change Log

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

2.1.4 (2018-01-12)

Bug Fixes

  • Validate types of optional fields in objects 🐛 (4092da9)

2.1.3 (2017-11-03)

Bug Fixes

  • Non-string values for regexp types (09da59d)

2.1.2 (2017-05-18)

Bug Fixes

  • Schema adding order does not affect result 🐛 (f67059a), closes #28

2.1.1 (2017-05-14)

Bug Fixes

  • Fix errors thrown by Flow 0.46.0 🚑 (424e1fb)

2.1.0 (2017-04-27)

Features

  • Support lazy schema compilation 👽 (c28255f)

2.0.0 (2017-04-21)

Features

  • Refactor using generated functions ⚡ (96789a0), closes #13

BREAKING CHANGES

  • validate second parameter needs to be the schema ID under which a schema was added with addSchema.
  • Array validation is no longer done according to spec. New behavior will check all array items in the data accord to the first item in the schema array.

1.3.0 (2017-04-21)

Features

  • Include build with rollup 🚀 (b40de69)