v0.11.0
A really big feature update that adds support for virtual file systems, templates, text objects and more!
If you are planning to upgrade to the new version, check out the full release notes on the CHANGELOG.
What's Changed
- VFS support by @aleokdev in #199
- Enforce ResourceReader errors to be Send + Sync by @aleokdev in #206
- Add mut loader properties by @aleokdev in #207
- Remove
Layer
suffix fromLayerType
variants by @aleokdev in #203 - Formalize 0.11 branch by @aleokdev in #208
- Fix 0.11 build by @aleokdev in #215
- Fix & add tests for template object loading by @aleokdev in #227
- Rename
Chunk
&ChunkWrapper
by @aleokdev in #231 - Merge current into next by @aleokdev in #229
- Add text objects by @aleokdev in #230
- Merge branch 'current' into next by @bjorn in #246
- Merge current into next by @aleokdev in #251
- Finish 0.11 TODOs by @aleokdev in #253
- Updated lifetime of LayerTile returned from TileLayer by @Anti-Alias in #254
- Merge current into next by @aleokdev in #258
- Next -> Current by @aleokdev in #259
Full Changelog: https://github.com/mapeditor/rs-tiled/compare/v0.10.3...v0.11.0###