- Fix loading of compressed base64 layers. Thanks Wilhelm Svenselius !
- Changes 'dart:io' to 'archive'. Now it will be anble use in web platform;
- Adds function
TileLayer.getGidInfo
;
- Adds param
layerClass
in Layer to get propertieclass
.
- Fix encode
base64
without compression.
- Adds support to data
base64
enconded and compressionzlib
andgzip
.
- Adds
repeatX
andrepeatY
inImageLayer
. Thanks Andrusowski
- Improvements in
TileSetItem
- Fix crash when WangColor probability is int. Thanks Schwusch
- Fix
TileSetDetail
- adds
typeOrClass
. it'stype
if Tiled 1.8 or less, orclass
if Tiled 1.9;
- fix
updateFromMap
;
- fix json property
tileWidth
totilewidth
;
- Improvements in read tileset.
- Adds support to
tsj
andtmj
files
- Add
polygon
andpolyline
inObjects
.
- Add
Text
inObjects
.
- Change parallax params to double.
- Fix
gid
== null
- Add parallax params in
ImageLayer
- Add param
gid
inObjects
. issue 3
- improvements in type
group
- forces parameter
version
conversion toDouble
- add group layer
- add image layer
- update package description
- add null-safety
- add Objects properties PR
- improvements toJson in
TileSetDetail
.
- add offset in ObjectGroup.
- improved conversion of parameters to double in TileLayer.
- add type in TileSetItem.
- add animation in TileSetItem.
- Fix type param in TileSetObject.
- Fix bug read TileSet.
- First release