-
-
Notifications
You must be signed in to change notification settings - Fork 196
Home
Sébastien Bénard edited this page Dec 13, 2022
·
15 revisions
- 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".
- One PR, one Issue. Each PR (Pull Request) should only bring changes to a single aspect of the App. Avoid creating PR that contain multiple separate changes at once (like updating the app UI, while also fixing a bug on the Save action).
-
No binary, no .css, no .min.css. A PR should never contain commits of
*.css
or*.min.css
(only*.scss
)