Skip to content

Releases: SnaBe/node-unusual-effects

v2.3.1

07 Apr 10:29
Compare
Choose a tag to compare

What's Changed

Version 2.3.1 (patch) release of the unusual-effects module.

  • Node.js version 16 is no longer used or supported as tests require version 18 or later.
  • Includes minor bug fixes and improvements.
  • Updated dev dependencies.
  • Bump ip from 2.0.0 to 2.0.1 by @dependabot in #7

Full Changelog: v2.3.0...v2.3.1

v2.3.0

27 Dec 11:58
Compare
Choose a tag to compare

What's Changed

Version 2.3.0 (minor) release of the unusual-effects module.

  • Valve added 31 new community-created Unusual effects in the Smissmas 2023 update.
    • 17 new effects for Unusual hats.
    • 14 new effects for Unusual taunts.

Happy Smissmas 2023!

Full Changelog: v2.2.0...v2.3.0

v2.2.0

15 Oct 12:32
Compare
Choose a tag to compare

Version 2.2.0 (minor) release of the unusual-effects module.

  • Valve added 20 new community-created Unusual effects in the Scream Fortress XV update.
    • 13 new effects for Unusual hats.
    • 7 new effects for Unusual taunts.

Enjoy the Scream Fortress XV update!

Full Changelog: v2.1.0...v2.2.0

v2.1.0

22 Jul 08:26
Compare
Choose a tag to compare

Version 2.1.0 (minor) release of the unusual-effects module.

  • Valve added 20 new community-created Unusual effects in the Summer 2023 update.
    • 12 new effects for Unusual hats.
    • 8 new effects for Unusual taunts.

Enjoy the Summer 2023 update!

Full Changelog: v2.0.0...v2.1.0

v2.0.0

14 Jun 14:12
Compare
Choose a tag to compare

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

v1.11.3

28 May 09:15
802fecb
Compare
Choose a tag to compare

What's Changed

Version 1.11.3 (patch) release of the unusual-effects module.

  • Fixed spacing error on effect 80 'Demonflame' by @EmirGuvenni in #6
  • Updated dev dependencies.

New Contributors

Full Changelog: v1.11.2...v1.11.3

v1.11.2

20 Apr 12:10
ab77176
Compare
Choose a tag to compare

What's Changed

Version 1.11.2 (patch) release of the unusual-effects module.

  • Use dependency status for a specific release.
  • Includes minor fixes and improvements.

Full Changelog: v1.11.1...v1.11.2

v1.11.1

09 Apr 12:28
3e7195c
Compare
Choose a tag to compare

What's Changed

Version 1.11.1 (patch) release of the unusual-effects module.

  • Node.js version 14 is no longer used or supported as tests require version 16 or later.
    • The module should still work with any version 14 release (for now).
  • Includes minor fixes and improvements.
  • Updated dependencies.

Full Changelog: v1.11.0...v1.11.1

v1.11.0

07 Apr 13:57
33ce559
Compare
Choose a tag to compare

What's Changed

Version 1.11.0 (minor) release of the unusual-effects module.

  • Added more definitive TypeScript types for more significant functions.
  • Includes minor fixes and improvements for JSDocs.
  • Github actions now use Node.js version 16.
  • Updated dependencies.

The documentation pages have also been updated to reflect the changes.

Full Changelog: v1.10.2...v1.11.0

v1.10.2

07 Jan 15:51
Compare
Choose a tag to compare

Version 1.10.2 release of the unusual-effects module.

  • Switch from GitHub workflows to GitHub actions workflows #8671.
  • Includes minor fixes and improvements.

Full Changelog: v1.10.1...v1.10.2