Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Releases: jprochazk/ldtk-ts

0.8.7

28 Jan 14:50
Compare
Choose a tag to compare
  • Fixed layer tileset fetching
  • Changed all optional fields in LDtk type definitions to be T | null instead of T | undefined
    • The difference is that optional fields are always present, but their value may be null. They would be T | undefined if they weren't present at all in the null case.

0.8.6

28 Jan 12:49
Compare
Choose a tag to compare
  • Added pngFilePattern property to LDtk.World
  • Made LDtk.World.defs non-nullable

0.8.5

26 Jan 13:04
Compare
Choose a tag to compare

This should be considered the first fully compliant release, but there may be other releases which will break the API. This library will not reach v1.0 until LDtk itself does.

  • Implemented full API test + some other minor tests
  • Fixed bugs discovered thanks to full API test
    • Point field values weren't being processed correctly
    • Level neighbours were initialized as empty arrays instead of null, resulting in neighbour lazy loading not working
    • Optional enum tilesets were being accessed using invalid IDs, meaning some enum tilesets did not load properly
  • Increased documentation coverage to cover 100% of the public API surface
  • Added relevant LDtk documentation links to documentation

0.8.4

26 Jan 07:49
Compare
Choose a tag to compare
  • fixed wrong github repo links in package.json

0.8.3

25 Jan 21:25
Compare
Choose a tag to compare
  • Exposed more of the API surface

0.8.2

25 Jan 21:21
Compare
Choose a tag to compare

Improved API

  • IntGrid layer values now have their x/y coordinates resolved at load time
  • Documentation now covers all public API and most of the internals

0.8.0

25 Jan 19:21
Compare
Choose a tag to compare
0.8.0

v0.7.3

24 Jan 16:25
Compare
Choose a tag to compare

v0.7.2

24 Jan 15:57
Compare
Choose a tag to compare

v0.7.1

24 Jan 15:52
Compare
Choose a tag to compare