[go: nahoru, domu]

Skip to content

Releases: abema/flagfit

1.1.5

05 Jul 02:58
fbb688e
Compare
Choose a tag to compare

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

27 Jun 06:17
f3e2de8
Compare
Choose a tag to compare

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

26 Jun 10:18
46561be
Compare
Choose a tag to compare

⚠️ @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

22 Jun 09:20
37c45e2
Compare
Choose a tag to compare

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

20 Jun 10:28
2927ee8
Compare
Choose a tag to compare

⚠️ When using @FlagType, owner and expireDate are now required. 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

19 Jun 10:42
f784b4b
Compare
Choose a tag to compare

⚠️ When using @FlagType, please add 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

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1

30 Mar 06:56
75f94fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

02 Apr 09:01
Compare
Choose a tag to compare

First release