Releases: abema/flagfit
1.1.7
Fixed a bug where linting errors occurred when referencing constants from tv.abema.flagfit.FlagType.
What's Changed
- ci: apply ratchet pin by Shohei Ueda (@peaceiris) in #36
- Fix lint detect error by Motoharu Asanuma (@momomomo111) in #37
New Contributors
- Shohei Ueda (@peaceiris) made their first contribution in #36
Full Changelog: 1.1.6...1.1.7
1.1.6
Update Dependencies:
- Gradle 7.6 → 8.9
- AGP 7.4.2 → 8.7.2
- android-lint 31.0.2 → 31.7.2
Maintenance:
- Update
.gitignore: Exclude files in the .idea folder, excluding kotlinc.xml.
1.1.5
The typo in EXPIRY_DATE_INFINITE has been corrected when issuing a warning.
What's Changed
Fixed typo in EXPIRY_DATE_INFINITE on warning by Motoharu Asanuma (@momomomo111) in #32
Changed so that fallback OWNER is set if assignment fails by Motoharu Asanuma (@momomomo111) in #33
Full Changelog: 1.1.4...1.1.5
1.1.4
Fixed the issue where a warning to set the deadline in the correct format was displayed even when EXPIRY_DATE_NOT_DEFINED were set.
What's Changed
Fix bugs related to EXPIRY_DATE_NOT_DEFINED by Motoharu Asanuma (@momomomo111) in #31
Full Changelog: 1.1.3...1.1.4
1.1.3
@FlagType.Ops and @FlagType.Permission may not have an expiration date, in which case you need to set EXPIRY_DATE_INFINITE to the expireDate
What's Changed
Add no expiry date param by Motoharu Asanuma (@momomomo111) in #30
Full Changelog: 1.1.2...1.1.3
1.1.2
Minor changes have been made to the warning messages.
What's Changed
Change warning messages by Motoharu Asanuma (@momomomo111) in #27
Maintain Script Update by Motoharu Asanuma (@momomomo111) in #29
Full Changelog: 1.1.1...1.1.2
1.1.1
description of a FlagType argument has been removed. For more details, please refer to the README.md.
What's Changed
Delete description param by Motoharu Asanuma (@momomomo111) in #26
Full Changelog: 1.1.0...1.1.1
1.1.0
owner, description, and expireDate as arguments. This is to prevent forgetting to remove FeatureFlags. For more details, please refer to the README.md.
What's Changed
- Update AGP from 6.7 to 7.5 by Motoharu Asanuma (@momomomo111) in #6
- Set expiration date on Flag by Motoharu Asanuma (@momomomo111) in #7
- Add sample-android module for debugging by Motoharu Asanuma (@momomomo111) in #8
- Create issue automation by Motoharu Asanuma (@momomomo111) in #12
- Update README.md by Motoharu Asanuma (@momomomo111) in #16
- Supports no parameters by Deprecated by Motoharu Asanuma (@momomomo111) in #18
- Create jitpack.yml by Motoharu Asanuma (@momomomo111) in #19
- Support @VariationFlag by Motoharu Asanuma (@momomomo111) in #20
- Multiple changes to the Issue by Motoharu Asanuma (@momomomo111) in #21
- Rename lint module by Motoharu Asanuma (@momomomo111) in #23
New Contributors
- Motoharu Asanuma (@momomomo111) made their first contribution in #6
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- Put ProGuard rules by Kazunori Jo (@itochan) in #5
New Contributors
- Kazunori Jo (@itochan) made their first contribution in #5
Full Changelog: 1.0.0...1.0.1