-
-
Notifications
You must be signed in to change notification settings - Fork 199
Home
Sébastien Bénard edited this page Jan 24, 2022
·
15 revisions
This Wiki will help developers to keep track of major changes in the LDtk JSON format.
- 0.10.0 -> 0.12.0: Multi-worlds
- 0.10.0 -> 0.12.0: "LayerDef.intGridValues" array order is no longer relevant
- 0.8.0 -> 0.10.0: New IntGrid CSV format in Json
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.
Example: 0.8.0 -> 0.10.0
means "change happened in 0.8.0" and "old format support will be dropped in 0.10.0".