-
Notifications
You must be signed in to change notification settings - Fork 8
/
CHANGELOG
56 lines (40 loc) · 1.46 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
0.6.11 (2011-09-02)
* Add Melomel.stage to stub. (Nek)
0.6.10 (2011-08-18)
* Add Application to list of classes to search rawChildren for.
0.6.7 (2011-05-31)
* Remove leftover trace statement. (Daniel Brockman)
0.6.6 (2011-04-13)
* Fixed Windows connection issue caused by auto retry. (Adam Flater)
0.6.5 (2011-04-05)
* Fixed Stage retrieval for AS3-only projects. (Simon Gregory)
0.6.4 (2010-12-20)
* Changed stub method signatures to match. (Lance Cooper)
0.6.3 (2010-12-18)
* Changed that find() method to search the active window in AIR applications.
0.6.2 (2010-10-21)
* Added Sprout support. (Nikita Dudnik)
0.6.1 (2010-10-19)
* Fixed issue found when upgrading from v0.4.2 to v0.6.0. [#14]
0.6.0 (2010-10-14)
* Added Wait interface.
* Added stub swc.
* Added TabNavigator, FormItem & Panel support.
* Fixed manifest/namespace issue.
0.5.0 (2010-10-08)
* Added UI.findLabeled() & UI.itemsToLabels().
* Added access to array by index.
0.4.2 (2010-09-06)
* Added multiple class matching support to find() and findAll().
* Added limits to find() and findAll() to speed up searching.
0.4.1 (2010-09-05)
* Changed find() and findAll() to default to the stage as the root.
0.4.0
* Added throwable to all actions.
0.3.0 (2010-09-20)
* Synced version numbers between Melomel & Melomel.rb.
* Added 'Invoke Function' to invoke top-level functions. (Nikita Dudnik)
0.1.1 (2010-06-01)
* Fixed Melomel UI so that it only finds visible components now.
0.1.0 (2010-06-01)
* Initial release