v0.12.0
Huge release with lots of fixes and improvements.
Added
- Add
text
,width
andheight
members toObjectShape::Text
. (#278) - Implement
ResourceReader
for appropiate functions. (#272) Read the README's FAQ for more information about this change. - Support for custom type properties. (#283)
Changed
- Underlying reader for maps now uses a BufReader, which should give a large performance boost. (#286)
- Update
base64
to0.22.1
. (#294) - Update
libflate
to2.1.0
. (#294) - Update
zstd
to0.13.1
. (#294)
Fixed
ObjectShape::Text::kerning
's default value, which should have been set totrue
instead offalse
. (#278)- Unhandled u32 parsing panic in
decode_csv
. (#288) - Panic in
<Color as FromStr>::from_str
when parsing non-ascii input. (#290) - Index out of bounds in
InfiniteTileLayerData
when parsing a chunk. (#289) - Panic on unexpected XML in
ObjectData
content. (#291) - Divide by zero when parsing a tileset with height/width dimension of 0. (#292)
New Contributors
- @quininer made their first contribution in #281
- @Deukhoofd made their first contribution in #283
- @smackysnacks made their first contribution in #287
Full Changelog: v0.11.2...v0.12.0