0.12.0
The long overdue version 0.12.0 of Tyrian contains a number of contributed feature improvements, and brings all of the involved libraries up to date.
Built against Scala 3.6.2 and Scala.js 1.18.1.
Thanks to everyone who contributed!
What's Changed
- Refactor FileReader to fix side-effect and provide extra context by @sloshy in https://github.com/PurpleKingdomGames/tyrian/pull/279
- Nice syntax for custom attributes by @davesmith00000 in https://github.com/PurpleKingdomGames/tyrian/pull/281
- Update for scala-js-snabbdom-0.2.0-M3 by @sloshy in https://github.com/PurpleKingdomGames/tyrian/pull/285
- Http request with BodyInit by @a-khakimov in https://github.com/PurpleKingdomGames/tyrian/pull/267
- Convert Future to Async by @JPonte in https://github.com/PurpleKingdomGames/tyrian/pull/289
- Literal tag implicit Conversion by @linux-root in https://github.com/PurpleKingdomGames/tyrian/pull/294
New Contributors
- @sloshy made their first contribution in https://github.com/PurpleKingdomGames/tyrian/pull/279
- @a-khakimov made their first contribution in https://github.com/PurpleKingdomGames/tyrian/pull/267
- @linux-root made their first contribution in https://github.com/PurpleKingdomGames/tyrian/pull/294
Full Changelog: https://github.com/PurpleKingdomGames/tyrian/compare/v0.11.0...v0.12.0