-
-
Notifications
You must be signed in to change notification settings - Fork 192
Home
Sébastien Bénard edited this page Jan 20, 2022
·
15 revisions
This Wiki will help developers to keep track of major changes in the LDtk JSON format.
The general pattern of a deprecation cycle is this:
- a breaking change is introduced in update
x.y
- until version
x.y+2
(ie. 2 "major" versions later), the old JSON format will be preserved, along with the new format. - starting from version
x.y+2
, the old format is permanently dropped and the new format becomes the norm.
- 0.8.0 -> 0.10.0: "LayerDef.intGridValues" array order is no longer relevant