Releases: Circular-Studios/Dash
Releases · Circular-Studios/Dash
Serialization Bugfix
Fixed issues with serializing multidimensional arrays as Component members.
Dash 0.11.0
Features
- Audio
- SDL Adapter
- OpenGL 3.3+ support (down from 4.0+ for better compatibility)
- New input system
- New serialization system that allows for JSON among other things
- Improved tools pipeline
- Added std.experimental.logger support
Tools and Bug Fixes
v0.10.0 v0.10.0
Fixed running Dub from the Windows Command Line
DMD 2.066, Dub 0.9.22, Dash.* package
This is a stability update, adding support for the newest versions of DMD and Dub, as well as moving everything to the dash.* package.
Breaking Changes:
- All imports of dash modules (
core
,components
,utility
, andgraphics
) need to be prefixed withdash.
(e.g.import core
becomesimport dash.core
).