Skip to content

v2.47.1

Choose a tag to compare

@coinbump coinbump released this 07 Dec 05:15
· 9 commits to main since this release

What's New in v2.47.1

  • Improvements for SomeUpdatable/OnUpdatable/Playable patterns to avoid hidden side effects
  • QuickBuild renamed to QuickBuilder
  • Fixes for Xcode 26
  • QuickTimeline renamed to TimelineBuilder
  • New Date type to wrap unix time
  • FileManager improvements
  • StreamReader for reading big endian files on a little endian system
  • StreamWriter for writing big endian files on a little endian system
  • Reduce use of multiple inheritance in favor of composition where possible