| OLD | NEW |
| 1 ## Caution! | 1 ## Caution! |
| 2 | 2 |
| 3 Here you will find points of caution when updating Sugar to a new version. | 3 Here you will find points of caution when updating Sugar to a new version. |
| 4 Think of it as a pruned Changelog with the most front-facing changes surfaced. | 4 Think of it as a pruned Changelog with the most front-facing changes surfaced. |
| 5 If your code breaks on update check here first! Read all the ones that are great
er than the version you are migrating from. | 5 If your code breaks on update check here first! Read all the ones that are great
er than the version you are migrating from. |
| 6 | 6 |
| 7 ### Note about versions < 1.3.9 | 7 ### Note about versions < 1.3.9 |
| 8 | 8 |
| 9 Version 1.4.0 improves future-compatibility by ensuring that browser updates do
not cause breakages going forward. Upgrading is highly recommended, however as t
here are also many API changes, [this patch](https://raw.github.com/andrewplumme
r/Sugar/master/lib/patches/sugar-es6-patch.min.js) was created for older version
s. Just drop it in after the main script. | 9 Version 1.4.0 improves future-compatibility by ensuring that browser updates do
not cause breakages going forward. Upgrading is highly recommended, however as t
here are also many API changes, [this patch](https://raw.github.com/andrewplumme
r/Sugar/master/lib/patches/sugar-es6-patch.min.js) was created for older version
s. Just drop it in after the main script. |
| 10 | 10 |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 | 408 |
| 409 | 409 |
| 410 | 410 |
| 411 v0.9.1+ | 411 v0.9.1+ |
| 412 ======= | 412 ======= |
| 413 | 413 |
| 414 - Level: Major | 414 - Level: Major |
| 415 - Object.create changed to Object.extended. | 415 - Object.create changed to Object.extended. |
| 416 | 416 |
| 417 | 417 |
| OLD | NEW |