Releases: lafriks/go-tiled
Releases · lafriks/go-tiled
v0.3.2
- BUGFIXES
- Fix Tilesets not being loaded if only referenced by tile objects. (#48)
- Fix swapped TileWidth and TileHeight. (#49)
v0.3.1
- Decoding Group Layers (#46)
v0.3.0
- BREAKING
- Implement hexcolor parser (#28)
- ENHANCEMENTS
- Move rectangle calculation methods from Rendering to Tileset (#34)
- parse int and float properties (#31)
- Feature/parse versions (#30)
- BUGFIXES
- Fix Object loading default value (#38)
v0.2.0
- BREAKING:
- Support polyline cordinates to be float64 numbers (#26)