Releases: moregeo-it/stac-node-validator
Releases · moregeo-it/stac-node-validator
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
--version
and 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