Skip to content

Releases: lafriks/go-tiled

v0.14.0

28 Jul 07:17
bc191b5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

21 Jul 17:22
4c684f9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

15 Mar 21:53
76082c2

Choose a tag to compare

  • ENHANCEMENTS
    • Support for object group rendering (#70)
    • Change minimal supported Go version to 1.19 (#71)

v0.11.0

05 Dec 22:24
dc6578b

Choose a tag to compare

  • BUGFIXES
    • Fix stagger axis and index types (#69)
    • Fix missing error handling

v0.10.0

12 Oct 12:10
f2c9015

Choose a tag to compare

  • ENCHANCEMENT
    • Add NewRendererWithFileSystem constructor (#68)

v0.9.0

12 Aug 09:37
6e55934

Choose a tag to compare

  • ENCHANCEMENT
    • Basic Wangset functionality (#55)

v0.8.0

12 Aug 08:25
94829bf

Choose a tag to compare

  • ENHANCEMENT
    • Add "class" attribute to several elements. (#64)

v0.7.0

14 Jan 11:48
abe4da2

Choose a tag to compare

  • BREAKING
    • Add options for Load methods (#62)
    • Rename LoadFromFile to LoadFile
    • Rename LoadFromReader to LoadReader

v0.6.0

13 Dec 20:01
8f6d20a

Choose a tag to compare

  • BREAKING
    • Increase minimal Go version to 1.16
    • Switch from using http.FS to fs.FS to allow usage of embedded FS (#58)

v0.5.0

21 Aug 08:29
b702af3

Choose a tag to compare

  • BREAKING
    • Increase minimal Go version to 1.13
  • BUGFIXES
    • Fix Renderer when getting first tile image (#56)