Releases: minidomo/laifutil
Releases · minidomo/laifutil
v3.0.1
v3.0.0
Bug Fixes
- Fix error with view embeds for Scarlet/Event (#38) (41a11cf)
- Parse negative days correctly (#38) (41a11cf)
- Fix identifying glitched in ListCharacter (#44) (e9121b4)
Features
- Added
influenceSkinIdproperty (#45) (2bd1486) - Added
medalproperty and enum (#46) (14042ae) - Added enum for
sequenceproperty (#42) (a2c5089) - Added CharacterRarity related enums (#39) (248fc25)
Breaking Changes
Read breaking changes here.
Full Changelog: v2.1.1...v3.0.0
v2.1.1
v2.1.0
Bug Fixes
Features
- Added frame transfer identifiers (#18) (0da4eed)
- Added optional number property to Rarity (#21) (727a578)
- Added CluSearchEmbed (#23) (794e062)
- Added bcompletion identifier (#24) (fb313d2)
- Added GachaBadgeEmbed (#25) (7d7c306)
- Added rank and rankRange property (#26) (4acdd69)
Documentation
Typings
Full Changelog: v2.0.1...v2.1.0
v2.0.1
v2.0.0
Bug Fixes
- Label entries in RarityConstants as constants (#9) (397f4ea)
- Ensure .influenceRankRange bounds are assigned correctly (#11) (7d0c53d)
- Fix rarity regular expression matching to zeta when passing an ultra symbol (#11) (07cf688)
Documentation
- Added the word inclusive to Bounds (#9) (397f4ea)
- Fix typo in WishlistCharacter (#9) (397f4ea)
- Added class documentation for ListEmbed and AuctionEmbed (#12) (e22d78e)
Features
- Added identifier function for Casino embeds (#6) (3be52b3)
- Added identifier functions for Flu commands (#7) (ebe35d3)
- Added user id to DropOpenedEmbed (#9) (397f4ea)
- Added user id to BasePersonalSimpleCharacterEmbed (#10) (5366157)
- Added ListEmbed for list command (#11) (07cf688)
- Added WishlistCharacter class for WishlistListEmbed (#11) (07cf688)
- Added AuctionEmbed for auction command (#12) (a559623)
Refractor
- Remove default values in classes (#9) (397f4ea)
- Renamed classes: BaseFullCharacter, BaseSimpleCharacter (#9) (397f4ea)
- Renamed interfaces: CharacterRarityInfo, CharacterSeriesInfo, CharacterRarityInfo, CharacterRarityInfoCollection (#9) (397f4ea)
- Move fields from WishlistListEmbed to BaseListEmbed (#11) (07cf688)
- Renamed interface: Character (#11) (07cf688)
- Rename USER_ID to LAIFU_USER_ID (#12) (b4a981f)
- Capitalize rarity constants (#14) (7b8178b)
Testing
- Added Casino identifier tests (#6) (3be52b3)
- Added Flu identifier tests (#7) (ebe35d3)
- Updated tests for refractored code (#9) (397f4ea)
- Update tests for burn, gacha, view embeds (#10) (5366157)
- Added test for rarity regular expression matching (#11) (07cf688)
- Added tests for ListEmbed (#11) (07cf688)
Typings
Breaking Changes
Read breaking changes here
v1.1.0
What's Changed
- Added emoji removal and character recognition for U+ff08 and U+ff09 i… by @minidomo in #3
- Added default values to fields in most embed classes to prevent redun… by @minidomo in #4
- Added test for burn embeds where no burn data is available by @minidomo in #5
Full Changelog: v1.0.0...v1.1.0