Skip to content

v0.11.2

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Dec 11:56
· 15 commits to main since this release
7c40267

Changelog

  • 7c40267 chore: update CHANGELOG.md for v0.11.2 release (#477)
  • 05ce7e9 feat: Complete K8s label validator implementation (#462) (#476)
  • 1b37823 Add credit card expiry validator (#449) (#475)
  • 09b47fb Merge pull request #474 from ignorant05/feature/k8s-label-validator
  • d5723e4 Feature: K8s label validator
  • 35c633b Merge pull request #473 from The-DevOps-Daily/chore/extract-duplicate-detection-helper
  • 1f08847 refactor: optimize duplicate detection in ListUniqueValidator
  • d36be95 chore: update issues.json with 30 new feature requests
  • 51ad122 Merge pull request #440 from The-DevOps-Daily/chore/improve-hex-validator-consistency
  • 379b419 refactor: extract common length validation logic in ListLengthBetweenValidator
  • d0c9e3f Merge pull request #439 from The-DevOps-Daily/chore/improve-empty-string-handling
  • b021df4 refactor: standardize empty string handling and reduce repeated method calls
  • 0f44e72 Merge pull request #438 from The-DevOps-Daily/chore/update-changelog-v0.11.1
  • 887b736 chore: update CHANGELOG.md for v0.11.1 release
  • 50f78d7 Merge pull request #437 from The-DevOps-Daily/chore/add-map-validation-helper
  • 428e376 refactor: extract map-based validation helper to reduce duplication