This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Releases: jprochazk/ldtk-ts
Releases · jprochazk/ldtk-ts
0.8.7
- Fixed layer tileset fetching
- Changed all optional fields in LDtk type definitions to be
T | null
instead ofT | undefined
- The difference is that optional fields are always present, but their value may be
null
. They would beT | undefined
if they weren't present at all in thenull
case.
- The difference is that optional fields are always present, but their value may be
0.8.6
0.8.5
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