forked from benbjohnson/melomel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
38 lines (28 loc) · 1.01 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
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