Releases: CMSgov/hpt-validator
v1.9.3
This is a patch release to fix a bug related to checks on modifiers in CSV files. The requirements for modifiers will begin to be enforced January 1, 2025.
What's Changed
- CSV: Messages about modifiers are warnings until 2025 by @mint-thompson in #60
Full Changelog: v1.9.2...v1.9.3
v1.9.2
This release is for dependency cleanup. Several dependencies that were flagged by npm audit
are updated or removed. These changes are primarily important for developers working on this library, and less so for users.
What's Changed
- Update dependencies, remove unused dependencies by @mint-thompson in #57
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- Match metadata paths in JSON parser by @mint-thompson in #55
Small release with one bugfix/performance improvement. Matching metadata paths more strictly reduces memory usage and eliminates some cases of superfluous error messages. Final pass/fail result of validation is not affected.
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Remove byte-order mark from JSON stream and first CSV chunk by @mint-thompson in #53
Full Changelog: v1.8.0...v1.9.0
v1.8.0
v1.7.1
What's Changed
- Documentation update by @shaselton-usds in #47
- Use matchesString in required enum check by @mint-thompson in #48
- Do not validate defined optional elements by @mint-thompson in #49
Full Changelog: v1.7.0...v1.7.1
This patch release contains a few bugfixes. Fix #48 applies only to CSV validation. #49 applies to both JSON and CSV validation.
v1.7.0
What's Changed
- Do not skip checking second row when it is empty by @mint-thompson in #46
Full Changelog: v1.6.2...v1.7.0
v1.6.2
What's Changed
- Perform case-insensitive comparisons for header columns by @mint-thompson in #44
Full Changelog: v1.6.1...v1.6.2
Patch release for case-insensitive comparison bugfix.
v1.6.1
What's Changed
- Ambiguous CSV format error should always be on row 3 by @mint-thompson in #43
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- checking for ambiguous csv formats by @shaselton-usds in #40
Full Changelog: v1.5.0...v1.6.0