Skip to content

Latest commit

 

History

History
128 lines (54 loc) · 3.08 KB

CHANGELOG.md

File metadata and controls

128 lines (54 loc) · 3.08 KB

Change Log

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

0.4.1 (2018-06-05)

Bug Fixes

0.4.0 (2018-06-05)

Features

  • new typescript decorator metadata understand 4 new types (6e88d89)

0.3.1 (2018-04-13)

0.3.0 (2018-04-10)

Features

  • schema: allow ref array (93d3767)

0.2.4 (2018-03-31)

0.2.3 (2018-03-31)

Bug Fixes

  • schema: build method skip parse props if not present (0ecb228)

0.2.2 (2018-03-31)

Bug Fixes

  • schema: add static property Joi new instance (8ec6375)

0.2.1 (2018-03-31)

Bug Fixes

  • schema: validate accept options extends joi option with apply field (775ea5d)

0.2.0 (2018-03-31)

Features

  • schema: add Schema.build Schema#parse (cfb7328)

0.1.4 (2018-03-31)

Bug Fixes

  • decorator: set joi label (b814fd9)
  • joi: try require (1903374)
  • schema: tdv:ref is typeof Schema (dda14cf)

0.1.3 (2018-03-29)

Bug Fixes

  • schema: allow field without joi (#4) (5857876)

0.1.2 (2018-03-27)

0.1.1 (2018-03-09)

Bug Fixes

  • travis: npm deploy repo name (#2) (18f5fb5)

0.1.0 (2018-03-09)

Features