Dangermattic CHANGELOG
Trunk
Breaking Changes
None
New Features
None
Bug Fixes
None
Internal Changes
None
1.3.0
New Features
- Added
android_strings_checker.check_existing_strings_not_modified, which fails when the value of an existing translatable<string>is changed in place (rather than added under a new key). This enforces string-key immutability, which keeps in-progress translations valid in a continuous-localization setup. [#126]
1.2.4
Internal Changes
pr_size_checkerandmanifest_pr_checker: optimize performance for large PRs [#103]
1.2.3
Bug Fixes
android_unit_test_checker: addannotationclasses as an exception when reporting missing Android unit tests [#101]
1.2.2
Bug Fixes
android_unit_test_checker: addsealedandvalueclasses as an exception when reporting missing Android unit tests [#94]
1.2.1
Bug Fixes
- Fix
android_unit_test_checkerplugin so it doesn't detect private, enum, and data classes. [#92] view_changes_checker: update view checker regex to cover GHE user storage URLs [#91]
1.2.0
New Features
manifest_pr_checker: add check forPackage.resolvedusing full paths [#86]
Bug Fixes
view_changes_checker: update GitHub assets URL regex to be less strict [#89]
1.1.2
Internal Changes
- Bump Ruby dependencies [#76]
1.1.1
Internal Changes
- Update
danger-rubocopso that we can run it withoutbundle exec.
1.1.0
New Features
- Reusable GitHub Workflow for retrying Buildkite jobs [#64]
1.0.2
Bug Fixes
- Clean up and update dependencies. [#62]
1.0.1
Bug Fixes
- Fix
tracks_checkerplugin so that only additions / removals in a diff are considered in the check, therefore not including the context parts of the diff. [#58]
1.0.0
- After some time being developed and tested across a few repositories, this is our first stable release.