Skip to content

Commit fd0f579

Browse files
committed
updated VERSIONS
1 parent e3216be commit fd0f579

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

VERSIONS.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
Version NEXT [not yet released]
22
****************************************************************************************************
3+
CRITICAL
4+
- Removed old deprecated properties and methods
5+
- removed deprecated TYPE duplicates, notably the loader types (LoadQueue.SOUND, AbstractLoader.SOUND)
6+
in place of the Types.SOUND, and request methods (LoadQueue.POST, AbstractLoader.POST) in place
7+
of Methods.POST.
8+
9+
*****
310
- Fixed XHRRequest to append values in both GET and POST scenarios
4-
- Updated documentation:
5-
* error with LoadItem.method, which showed the wrong case in the default value
11+
- Updated documentation
612
- Fixed issue with SpriteSheetLoader.destroy (thanks @Kiv)
713
- Changed XHR error conditions to only include 400-599.
814
- Changed XHR error conditions to only treat status=0 as an error when on http/https
@@ -14,7 +20,6 @@ Version NEXT [not yet released]
1420
- Removed type from DataUtils.parseXML, just default to "text/xml"
1521
- Added FontLoader for preloading CSS-fonts and relative font files
1622
- Fixed error callback on resultFormatter in ImageLoader (thanks @xpol)
17-
- Removed old deprecated properties
1823

1924

2025
Version 0.6.2 [November 26, 2015]

0 commit comments

Comments
 (0)