All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
6.1.0 (2024-10-21)
- yarn clean script (5f3411b)
6.0.2 (2024-09-17)
- add missing index.ts (886bff3)
6.0.1 (2024-09-16)
Note: Version bump only for package v-validation
6.0.0 (2024-09-16)
- More general and efficient PathMatcher API.
5.4.0 (2024-05-08)
5.3.0 (2024-03-20)
5.2.0 (2024-02-14)
- use peerDependencies to other v-validation packages to avoid duplicate dependencies (#101) (ae1def0)
5.1.0 (2023-11-16)
5.0.1 (2023-10-13)
- moo import (a866737)
- npm ignore node_modules for published packages (9690faf)
- revert npm ignore node_modules for published packages (53acd31)
Note: Version bump only for package v-validation
5.0.1 (2023-10-13)
- moo import (a866737)
- npm ignore node_modules for published packages (9690faf)
- revert npm ignore node_modules for published packages (53acd31)
5.0.0 (2023-10-13)
5.0.0 (2023-10-13)
4.3.0 (2023-10-03)
4.2.0 (2023-01-24)
4.1.0 (2022-11-22)
4.0.0 (2022-11-07)
Note: Version bump only for package v-validation
3.2.0 (2022-10-25)
3.1.0 (2022-10-24)
3.0.0 (2022-10-03)
Note: Version bump only for package v-validation
3.0.0-alpha.2 (2022-09-28)
- Use SyncPromise also in schema and luxon (792fbb4)
- Optimize CompositionValidator by using async/await instead of nested callbacks (026f2c3)
- Optimize loops (8c5c915)
- Optimize NextValidator by removing unnecessary callback (4599c04)
3.0.0-alpha.1 (2022-09-26)
- Use SyncPromise also in schema and luxon (792fbb4)
- Optimize loops (8c5c915)
3.0.0-alpha.0 (2022-09-26)
- Use SyncPromise also in schema and luxon (e8590b8)
- Optimize loops (6bb3477)
2.0.0 (2022-09-08)
- Drop Node 12 support
- Add .nvmrc
- Introduce CI build for Node 18
- Upgrade All Dependencies
1.1.0 (2022-08-29)
- Support for Luxon (94b3806)
1.1.0-alpha.9 (2022-08-19)
Note: Version bump only for package v-validation
1.1.0-alpha.8 (2022-08-19)
Note: Version bump only for package v-validation
1.1.0-alpha.7 (2022-08-18)
Note: Version bump only for package v-validation
1.1.0-alpha.6 (2022-08-17)
- Fix exports (b9eacb6)
1.1.0-alpha.5 (2022-08-16)
- Fix exports (904e63c)
1.1.0-alpha.4 (2022-08-15)
Note: Version bump only for package v-validation
1.1.0-alpha.3 (2022-08-15)
Note: Version bump only for package v-validation
1.1.0-alpha.2 (2022-08-12)
- Fix exports (c4c42f7)
1.1.0-alpha.1 (2022-08-12)
- fromISO helper for Luxon wrapper construction (187796e)
1.1.0-alpha.0 (2022-08-12)
- Support for Luxon (6f982df)
1.0.1 (2022-01-20)
- Add support for Node v14 and v16
- Update Jest and Lerna
- Update other vulnerable packages
- Drop support for Node v10
0.9.1 (2020-12-07)
0.9.0 (2020-09-23)
Note: Version bump only for package v-validation
0.8.0 (2020-09-09)
Note: Version bump only for package v-validation
0.7.0 (2020-08-26)
- refactor "then" to "next" (9b02d2c)
- Validator:
- then -> next
- thenMap -> nextMap
ObjectModel & ClassModel:
- then -> next
- localThen -> localNext
Signed-off-by: Samppa Saarela [email protected]
0.6.2 (2020-05-22)
- Update Moment.js and fix dependencies (2e9a16d)
0.6.1 (2020-05-22)
- NPM ignore node_modules (9f1264f)
0.6.0 (2020-05-19)
- Update Moment.js
- Path utilities:
Path
- concrete JSON paths used to locate, read or write a of an object.PathMatcher
- a JsonPath like query processor.Projection
- PathMatcher based include/exclude mapper for providing partial results from e.g. an API.
- Parser for Path and PathMatcher
BREAKING CHANGES:
- Move Path into
@finnair/path
package - Rename package
@finnair/v-validation-core
tov-validation
0.5.0 (2020-05-19)
Publish failed.
0.4.0 (2020-04-21)
0.3.0 (2020-04-16)
Note: Version bump only for package v-validation
0.2.0 (2020-04-15)
Note: Version bump only for package v-validation
0.1.4 (2020-04-01)
Note: Version bump only for package v-validation