Releases: abema/flagfit
1.1.6
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 @momomomo111 in #32
Changed so that fallback OWNER is set if assignment fails by @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 @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 @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 @momomomo111 in #27
Maintain Script Update by @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 @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 @momomomo111 in #6
- Set expiration date on Flag by @momomomo111 in #7
- Add sample-android module for debugging by @momomomo111 in #8
- Create issue automation by @momomomo111 in #12
- Update README.md by @momomomo111 in #16
- Supports no parameters by Deprecated by @momomomo111 in #18
- Create jitpack.yml by @momomomo111 in #19
- Support @VariationFlag by @momomomo111 in #20
- Multiple changes to the Issue by @momomomo111 in #21
- Rename lint module by @momomomo111 in #23
New Contributors
- @momomomo111 made their first contribution in #6
Full Changelog: 1.0.1...1.1.0