Skip to content

Latest commit

 

History

History
65 lines (30 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

65 lines (30 loc) · 1.79 KB

1.0.0 (2018-01-20)

Features

  • adds tests
  • links to medium post
  • add travis ci hook

0.1.3 (2017-12-27)

Bug Fixes

  • publishing to npm error (8117dc3)

0.1.2 (2017-12-27)

Bug Fixes

  • sanitize first -> validate second, makes sanitizing optional (cba26eb)
  • updates index + bumps dependencies (minify bundle) (6c34dab)

Features

  • refactors index example to proper examples dir (8b2ac71)

0.1.1 (2017-08-26)

Bug Fixes

  • multiple validation rules not checked correctly (0e74d3b)

Features

  • includes flow types + fixes sanitazing (83b331f)

0.1.0 (2017-08-25)

Bug Fixes

Features

  • creates basic validation & sanitizing helpers (0434dd6)
  • Implement proxy validator and custom error (f6c6887)