Releases: CMSgov/hpt-validator-cli
v1.10.3
This patch release includes two bug fixes from version 2.1.3 of @cmsgov/hpt-validator. See the patch notes for that release for more details about the bugs that are fixed.
What's Changed
- v1.10.2 by @mint-thompson in #50
Full Changelog: v1.10.2...v1.10.3
v1.10.2
Full Changelog: v1.10.1...v1.10.2
v1.10.1
What's Changed
- update readme file for new version specifications by @mint-thompson in #47
- Update README.md by @daniel-eckel in #48
- grabbing the latest validator core. by @shaselton-usds in #49
New Contributors
- @daniel-eckel made their first contribution in #48
Full Changelog: v1.10.0...v1.10.1
v1.10.0
v1.9.0
v1.8.0
What's Changed
- feat: add JSON output format option to CLI by @madeleine-care-carta in #43
- Move to @CMSgov namespace, update publishing by @patsier-cms in #42
New Contributors
- @madeleine-care-carta made their first contribution in #43
- @patsier-cms made their first contribution in #42
Full Changelog: v1.7.1...v1.8.0
v1.7.1
v1.7.0
This minor release of the HPT validator CLI adds output of alerts collected during validation. For more details about alerts, see the release notes https://github.com/CMSgov/hpt-validator/releases/tag/v1.11.0 and CMS guidance issued May 22, 2025.
What's Changed
- Add alerts to output by @mint-thompson in #37
Full Changelog: v1.6.0...v1.7.0
v1.6.0
This minor release of the HPT validator CLI adds additional information to the output preceding the error list:
- Path to the file being validated
- Version of
hpt-validatordependency being used - Start and end time of validation process (based on system time)
This additional information is particularly useful when saving the CLI output to a file for later review.
What's Changed
- Show timestamp and validator core version in output by @mint-thompson in #34
Full Changelog: v1.5.0...v1.6.0
v1.5.0
This minor release of the HPT validator CLI includes two improvements from hpt-validator v1.10.0.
- deal with situations where an expected
code_informationproperty is not present in a JSON MRF. - deal with situations where multiple styles of line endings are present in a CSV MRF.
Additional thanks to @jacob-morrison-22 for help with the multiple styles of line endings. See the release notes for hpt-validator for more details.
What's Changed
- v1.5.0 by @mint-thompson in #33
Full Changelog: v1.4.0...v1.5.0