Skip to content

v2.0.0

Compare
Choose a tag to compare
@SnaBe SnaBe released this 14 Jun 14:12
· 17 commits to master since this release

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.
  • Each function now returns an Unusual effect object, with new properties for each effect.
  • Renamed findEffectById to getEffectById and findEffectByName to getEffectByName.
  • Includes minor fixes and improvements.
    • Improved JSDocs comments.
    • And updated dependencies.

Full Changelog: v1.11.3...v2.0.0