Releases: SnaBe/node-unusual-effects
v2.3.1
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
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
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
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
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
v1.11.3
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
- @EmirGuvenni made their first contribution in #6
Full Changelog: v1.11.2...v1.11.3
v1.11.2
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
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
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