Skip to content

Releases: microfleet/validation

v6.0.2

21 Aug 19:20
c4c1d08

Choose a tag to compare

6.0.2 (2017-08-21)

Bug fixes ✅

  • schema name generation for $id-less json (c4c1d08)

v6.0.1

21 Aug 18:46
d0660ab

Choose a tag to compare

6.0.1 (2017-08-21)

Bug fixes ✅

  • debug addSchema & add codecov (d0660ab)

v6.0.0

17 Aug 17:42
4f7d740

Choose a tag to compare

6.0.0 (2017-08-17)

Breaking major changes 🔥

core

  • use glob to resolve schemas recursively (4f7d740)

v5.0.1

01 Jun 16:42
600140c

Choose a tag to compare

<a name"5.0.1">

5.0.1 (2017-06-01)

Bug Fixes

  • add ajv-keywords and make it back-compatible with previous draft version once ag (600140c4)

v5.0.0

25 May 01:12
d7208fb

Choose a tag to compare

<a name"5.0.0">

5.0.0 (2017-05-25)

Features

  • upgrade tested ajv and .toJSON error serializer (d7208fb7)

Breaking Changes

  • updated default options of ajv validator and toJSON
    serializer of ValidationError. Generally there should be no concern over
    updating your code, but error messages might change

(d7208fb7)

v4.0.0

01 May 20:38
7822eb1

Choose a tag to compare

<a name"4.0.0">

4.0.0 (2017-05-01)

Features

  • ajv: json-schema v6, ajv v5 (7822eb16)

Breaking Changes

  • json-schema v6, requires changes in schemas, more can be read here:

https://github.com/epoberezkin/ajv/releases/tag/5.0.0

(7822eb16)

v3.0.0

28 Jul 19:51

Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-07-28)

Features

  • upgrade common-errors to 1.x.x (4ded9886)

Breaking Changes

  • removed some babel transforms, requires node > 6.2.x, npm > 3.x.x
    Added ~1.x.x peerDependency of common-errors to make sure it's consistent across the project

    (4ded9886)

v2.0.0

13 May 08:44

Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-05-13)

Features

Breaking Changes

  • upgrades to ajv4, drops babel transforms and only supports node 6+
    (3b259d00)

v1.1.1

23 Feb 20:09

Choose a tag to compare

<a name"1.1.1">

1.1.1 (2016-02-23)

Bug Fixes

  • package: remove redundant dependency (a76bc1d0)

v1.1.0

02 Feb 15:29

Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-02-02)

Features