Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ Release Notes Preview
1.3.1 (2024-10-31)
New Features ✨
Terraform Tests Added 📜: Introducing new tests dedicated to terraform-docs, enhancing our documentation and support for Windows systems. @virgofx (feat(docs): add terraform-docs tests #106)
Semver Tests In Place 🧪: We've expanded our test coverage to include semantic versioning, ensuring more reliable version management. @virgofx (feat(tests): add test coverage for semver #105)
Additional Context Tests 🔄: Enhanced testing frameworks like Vitest now support our context functionalities, improving our testing performance and integration. @virgofx (feat(tests): add context tests and switch to vitest #102)
Strengthened Constants Testing ⚙️: Tests have now been added for
constants
, increasing the robustness of our configuration management. @virgofx (feat(tests): add tests for constants #101)File Utility Testing 🗂️: Comprehensive tests for file-util.ts have been incorporated, solidifying our file operations management. @virgofx (feat(tests): add tests for file-util.ts #100)
Enhanced CI Testing with Vitest 🔍: Implementation of first Jest (and now Vitest) for automated CI testing, coupled with a revised CI workflow, uplifts our project's testing architecture. @virgofx (feat(tests): add jest for testing with CI workflow #98)
Bug Fixes 🐛
Terraform Docs Generation Fix 🛠: Fixed a bug to prevent the misuse of terraform-docs config during documentation generation. Fixes associated usability issues. @virgofx (fix(terraform-docs): ensure terraform-docs does not use local/repo
.terraform-docs.yml
#104)Readme Link Correction 🔗: Updated the quality gate status link to point to the correct reference, ensuring accuracy in our project reporting. @virgofx (fix(readme): set correct quality gate status link #99)
Improvements 🛠
Dependency Upgrade: Minimatch 📦: Upgraded Minimatch from 9.0.5 to 10.0.1 to leverage newer functionalities and improvements (build(deps): bump minimatch from 9.0.5 to 10.0.1 #97)
Development Dependency Update 🌐: Updated the @types/node package within the npm-development group to enhance compatibility and developer experience (build(deps-dev): bump @types/node from 22.8.0 to 22.8.1 in the npm-development group #96)
Full Changelog: v1.3.0...v1.3.1