Releases: bdfoster/nomatic-data
Releases · bdfoster/nomatic-data
v4.2.3
4.2.3 (2019-04-10)
Bug Fixes
- package: update ajv to version 6.0.0 (#31) (1e4cb40)
- package: update ajv-async to version 1.0.0 (#30) (710e920)
- Update package dependencies to latest, commit to support of Node v9 and v10 (#51) (246bd85)
v4.2.2
4.2.2 (2017-11-27)
Bug Fixes
- Container: Use correct value when setting mapper hooks (b4b96dd)
v4.2.1
4.2.1 (2017-11-27)
Bug Fixes
- package: update nomatic-events to version 3.0.0 (#26) (577b823)
v4.2.0
4.2.0 (2017-11-21)
Bug Fixes
- Container: Remove typings for validator keyword options due to upstream typings issue (61d9832)
Features
- Container: Expose AJV options in ContainerOptions as #validator, add custom validator keyword interface (7c5a505)
v4.1.0
4.1.0 (2017-11-21)
Bug Fixes
- Query#fields(): Fix lint error on parameter typing (b238d17)
Features
- Query#fields(): Accept arrays of strings, remove duplicates before push to #data.$fields (fe9df91)
v4.0.2
4.0.2 (2017-11-21)
Bug Fixes
- Query: Return instance when calling #fields() for chaining (d110f6a)
v4.0.1
4.0.1 (2017-11-21)
Bug Fixes
- README: Update documentation on Container hooks (3012d10)
v4.0.0
4.0.0 (2017-11-21)
Bug Fixes
- Add tests for ensuring that closures include specified variables on hook callbacks (0389925)
- Container: Fix Promise handling on #load(), change event namespace from 'open' to 'load' as spec (1f40417)
Features
- Container: Container now extends AsyncEventEmitter; pass mapper names to callback on hooks first; add tests for regular and Promise-returning hooks (cb3a3c6)
BREAKING CHANGES
- Container: All hooks specified on Container instantiation now include the Mapper instance's name before the Record instance.
v3.2.0
3.2.0 (2017-11-21)
Features
- Mapper: Update dependency nomatic-data, handle Promise instances for (995b3b5)
v3.1.0
3.1.0 (2017-11-17)
Features
- Mapper: Add hooks for validation, get (see comments), add better testing for hooks (0135789)