Skip to content

Latest commit

 

History

History
110 lines (69 loc) · 6.51 KB

CHANGELOG.md

File metadata and controls

110 lines (69 loc) · 6.51 KB

Changelog

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

3.0.2 (2021-04-24)

3.0.1 (2021-04-24)

3.0.0 (2021-01-30)

⚠ BREAKING CHANGES

Co-authored-by: Benji codeandcats@gmail.com

Features

  • core: upgrade to @hapi/joi 16.0.0 (edbd4b2)
  • core: upgrade to sideway/joi 17.3.0 (e3def02)

2.0.1 (2020-04-27)

Bug Fixes

  • validation: issue 117: address feedback from code review (76cdcaf)
  • validation: issue 117: validator now accepts custom joi (505f9cd)

2.0.0 (2020-03-05)

Features

  • add getSchema & hasSchema functions (3e9f9f5)

1.1.9 (2019-12-07)

1.1.8 (2019-12-07)

1.1.7 (2019-12-07)

1.1.6 (2019-10-23)

1.1.5 (2019-10-23)

1.1.4 (2019-10-23)

1.1.3 (2019-10-17)

1.1.2 (2019-10-13)

1.1.1 (2019-10-13)

1.1.0 (2019-10-05)

Bug Fixes

  • build: run check in precommit (08a6497)
  • core: remove nested. replaced by object(Class) (679c42c)
  • core: update to require node 8.10 (49f32da)
  • test: fix bad calls in tests (0c0281f)
  • test: fix path to tsconfig file for tests (58e61c8)
  • test: rename fluent.ts to fluent.test.ts (cb746bb)
  • test: rename number.ts to number.test.ts (597aeb5)

Features

  • arrays: add fluent api syntax to Ordered decorator (f0885eb)
  • core: add fluent api to Items decorator (484b2c9)
  • core: ensure Joiful is used only with compatible joi versions (5ff4dae)
  • core: export decorators for default instance (67addd8)
  • core: export validation funcs from index.ts (00dc37f)
  • core: fluent api for individual schema decorators (0ac8efd)
  • core: new fluent decorator interface (7991044)
  • core: support fluent api via Joi decorator (606b151)
  • core: upgrade to joi 15, make joi normal dependency (1314228)
  • lint: add formatting linting rules (025d242)
  • tests: expect(x).toBeValid() will now display the candidate that failed (3289111)

1.0.0 (2019-08-30)

Bug Fixes

  • build: run check in precommit (08a6497)
  • core: remove nested. replaced by object(Class) (679c42c)
  • core: update to require node 8.10 (49f32da)
  • test: fix bad calls in tests (0c0281f)
  • test: fix path to tsconfig file for tests (58e61c8)
  • test: rename fluent.ts to fluent.test.ts (cb746bb)
  • test: rename number.ts to number.test.ts (597aeb5)

Features

  • arrays: add fluent api syntax to Ordered decorator (f0885eb)
  • core: add fluent api to Items decorator (484b2c9)
  • core: ensure Joiful is used only with compatible joi versions (5ff4dae)
  • core: export decorators for default instance (67addd8)
  • core: export validation funcs from index.ts (00dc37f)
  • core: fluent api for individual schema decorators (0ac8efd)
  • core: new fluent decorator interface (7991044)
  • core: support fluent api via Joi decorator (606b151)
  • core: upgrade to joi 15, make joi normal dependency (1314228)
  • lint: add formatting linting rules (025d242)
  • tests: expect(x).toBeValid() will now display the candidate that failed (3289111)