Skip to content

Releases: lafriks/go-tiled

v0.13.0

21 Jul 17:22
4c684f9
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @tmathews made their first contribution in #80
  • @lidldev made their first contribution in #86

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

v0.12.0

15 Mar 21:53
76082c2
Compare
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
Compare
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
Compare
Choose a tag to compare
  • ENCHANCEMENT
    • Add NewRendererWithFileSystem constructor (#68)

v0.9.0

12 Aug 09:37
6e55934
Compare
Choose a tag to compare
  • ENCHANCEMENT
    • Basic Wangset functionality (#55)

v0.8.0

12 Aug 08:25
94829bf
Compare
Choose a tag to compare
  • ENHANCEMENT
    • Add "class" attribute to several elements. (#64)

v0.7.0

14 Jan 11:48
abe4da2
Compare
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
Compare
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
Compare
Choose a tag to compare
  • BREAKING
    • Increase minimal Go version to 1.13
  • BUGFIXES
    • Fix Renderer when getting first tile image (#56)

v0.4.0

30 Mar 08:52
cb24c07
Compare
Choose a tag to compare
  • ENHANCEMENTS
    • Object: added support for templates (#54)
  • BUGFIXES
    • ObjectGroup: set defaults (#52)
  • REFACTORING
    • Default values pulled out to own file (#43)