v2.0.0
What's Changed
Version 2.0.0 (major) release of the unusual-effects module.
- Added new methods, including; getAllEffects(), getEffectsByType() and getEffectsBySeries().
- This includes new and improved TypeScript types for the methods mentioned above.
- This also includes new and improved unit tests.
- Removed support for getEffectImages.
- Images are now available in the objects returned by the other functions.
- With this change, there's no need to call an additional function to get a few images anymore.
- Images are now available in the objects returned by the other functions.
- Each function now returns an Unusual effect object, with new properties for each effect.
- Renamed
findEffectById
togetEffectById
andfindEffectByName
togetEffectByName
. - Includes minor fixes and improvements.
- Improved JSDocs comments.
- And updated dependencies.
Full Changelog: v1.11.3...v2.0.0