Releases: Boeing/config-file-validator
Releases · Boeing/config-file-validator
v1.7.1
What's Changed
- fix(paths): trim leading and trailing whitespaces for file system paths by @mahadzaryab1 in #162
New Contributors
- @mahadzaryab1 made their first contribution in #162
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Update PKGBUILD for Arch Linux by @kehoecj in #129
- Fix Go Report Card Issues by @HakanVardarr in #131
- code review by @ccoVeille in #132
- chore: enable golangci-lint on repository by @ccoVeille in #138
- Enable openssf scorecard by @kehoecj in #151
- Improve Scorecard scores by @kehoecj in #152
- ci(goreportcard): Add step for
goreportcard
check by @Bhargav-InfraCloud in #149 - EditorConfig file type #145 by @HakanVardarr in #157
- small optimization for fsfinder by @SkobelkinYaroslav in #136
- ci: add the permission to release assets by @suzuki-shunsuke in #160
New Contributors
- @Bhargav-InfraCloud made their first contribution in #149
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- chore: Make Go Pipeline better and safer by @szepeviktor in #89
- Fix 'Exclude' typo by @hyperupcall in #96
- chore: Push simply by
git push
by @szepeviktor in #90 - Remove GitHub fork background by @vicheanath in #98
- Add support for JUnit reports by @onlineque in #91
- Add support for upper and mixed case file extensions #99 by @iyoshiha in #102
- Fix bug #86 by @levkush in #93
- Add support for HOCON file type by @godlixe in #103
- Add cli option to group reporter output. Closes #38 by @jcsmurph in #92
- add support outputting json format results to a file. (issue: 101) by @iyoshiha in #104
- Add awesome-go badge by @kehoecj in #117
- Optimize element lookup in FileSystemFinder by switching from []string to map[string]struct{} by @SkobelkinYaroslav in #115
- Update package versions by @kehoecj in #116
- Add: Contributors to website index.md by @parkerstafford in #122
- Add support for .env config files #110 by @HakanVardarr in #121
- small refactoring of findOne func by @SkobelkinYaroslav in #119
- Add supported config file format env to README.md by @HakanVardarr in #125
- Quiet Flag For CLI by @HakanVardarr in #124
- fix typos and brand names by @ccoVeille in #127
New Contributors
- @szepeviktor made their first contribution in #89
- @hyperupcall made their first contribution in #96
- @vicheanath made their first contribution in #98
- @onlineque made their first contribution in #91
- @iyoshiha made their first contribution in #102
- @levkush made their first contribution in #93
- @godlixe made their first contribution in #103
- @jcsmurph made their first contribution in #92
- @SkobelkinYaroslav made their first contribution in #115
- @parkerstafford made their first contribution in #122
- @HakanVardarr made their first contribution in #121
- @ccoVeille made their first contribution in #127
Full Changelog: v1.5.0...v1.6.0
v1.5.0
- 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 https://github.com/Boeing/config-file-validator/labels/hacktoberfest 2023! Thank you so much to all the contributors.
@sandyydk @gokulav137 @LeslieLeung @wiz64 @suzuki-shunsuke @prestonvasquez @nickajacks1 @u5surf @luancgs
v1.4.0
- 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!