Zephyr 22.9
The September release of ZephyrJS is out! A TON of work has been done to lighten the load for developers since last month's release!
Functionality
- A built-in Audio system has been added, and it's under 500 characters! While it's fairly bare-bones (loading sounds and playing them on demand), it saves developers from having to include the entire pixi-sound plugin. #24
- Built-in math functionality has been added, with a few highly-optimized functions (clamp, mix, and rand) #21
- Many of the features of Zephyr are now fully optional, and are enabled by developers by running their "constructor" functions (easier to prevent unresponsive pages due to scripts running on load)
QOL
- The hosted stable version of Zephyr is minified, and I'm personally hosting the latest stable-compatible version of PixiJS so I'm no longer instructing people to spam the Pixi download servers.
- Zephyr structure has been improved to more closely resemble normal JS and Pixi syntax, making it feel much more natural to use. #22
- The documentation has been COMPLETELY rewritten to actually be readable/helpful and be completely up to date. And it looks pretty now 👍
22.9.zip contains the minified versions of pixi.js(.map) version 6.5.2 and zephyr.js version 22.9
Full Changelog: v22.8.3...v22.9