Releases: moregeo-it/stac-node-validator
Releases · moregeo-it/stac-node-validator
v2.0.0-rc.3
- Support JSON schema 2019-09 and 2020-127 as opt-in
- Add validation warning
- Add more tests and improve CI
- Add ESM bundle
- Make bundles self-contained
- Add linter and formatter
- Add documentation for custom validators
- Make stac-js optional
- Bugfixes
v2.0.0-rc.2
- Bugfixes and dependency updates
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2
v2.0.0-rc.1
Complete rewrite, please test and give feedback.
See the README for usage details.
With this release, we also have the new website check-stac.moregeo.it for online validation!
v2.0.0-beta.1
v1.3.0
v1.2.2
v1.2.1
- ajv strict mode is not enabled by default any longer (fixes a breaking change in v1.2.0)
- ajv strict mode can be partially enabled by setting the new option
--strict(see README for details)
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
-
Added support for config files #12 (can also be overridden) - see README for details.
-
Added CLI flags to get the version
--versionand a minimal help--help -
CLI is now executable by default
-
Windows: Path separators printed by the validator are now all in *nix-style (
/) instead of Windows-style (\) -
Updated dependencies
-
chore:
- Added tests
- Enabled dependabot
- Added editor configuration
New Contributors
- Thanks @l0b0 (LINZ) for your contributions
Full Changelog: v1.1.0...v1.2.0