-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
17 lines (16 loc) · 729 Bytes
/
CHANGES
File metadata and controls
17 lines (16 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BUILD 34
- Added f.tests.Test class for simplified test cases and reporting;
- Added Test support to all tests
- Added f.net.Load.amf - Load AMF binary directly
- Added f.net.Load.AMF const
- Added f.net.Load support for Load.AMF resultFormat
BUILD 33
- Added instance support f.net.Load! new Load();
- Added simplified event types FAIL,PROGRESS,SUCCESS,OPEN,CLOSE,INIT (Thanks Ben Garney!)
- Added f.event.LoadEvent for typed events
- Added XMLDocument support in f.Load.xmldoc
- Added loadResult constants to Load
- Moved loadError constants to LoadError
- Renamed f.Load.xml to f.Load.e4x
- Added FDOT_Tests to run all tests
- Added f.tests to hold all test examples for instance and static use