Skip to content

Releases: Boeing/config-file-validator

v1.6.0

29 Mar 21:28
56a2715
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

02 Nov 21:52
Compare
Choose a tag to compare
  • Added --depth CLI argument to customize recursion depth with scanning search paths
  • Added --version CLI flag to display the current config-file-validator version
  • Added support for specifying multiple search paths
  • Added support for HCL, CSV, Properties, and Apple PList XML validation

All of these updates were implemented as part of hacktoberfest Hacktoberfest 2023 2023! Thank you so much to all the contributors.

@sandyydk @gokulav137 @LeslieLeung @wiz64 @suzuki-shunsuke @prestonvasquez @nickajacks1 @u5surf @luancgs

v1.4.0

28 Sep 17:50
ac4dc72
Compare
Choose a tag to compare
  • Updated CLI that uses a positional argument for the search path instead of --search-path
  • Added an --exclude-file-types CLI argument to exclude file types from the search results
  • Internal architecture improvements using the go options pattern to make it easier to add CLI options and update functionality

All of these updates were either implemented or influenced by the open-source community. Thank you @ravsii for your contributions!

v1.3.0

01 Jun 14:17
bb82c6e
Compare
Choose a tag to compare
  • New reporter CLI option for outputting the validation results in JSON
  • Add support for validating .ini files

Both of these features were added by the open-source community. Thank you to @g41797 and @gijsdb for your contributions!

v1.2.0

06 Feb 14:52
874028e
Compare
Choose a tag to compare
  • Updated README with new logo
  • Documentation for the validator command

v1.1.0

13 Jan 15:04
6794445
Compare
Choose a tag to compare
  • Added support for TOML file validation
  • Replaced filepath.Walk in the fsfinder package with filepath.WalkDir. According to the go docs WalkDir is more efficient.
  • Replaced log.Println with fmt.Println in the CLI so that the date no longer is displayed in the Help output

v1.0.1

15 Dec 15:21
b83d112
Compare
Choose a tag to compare
  • Fixing the gopath to point to Github

1.0.0

06 Dec 18:57
Compare
Choose a tag to compare

Initial release