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