-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
41 lines (32 loc) · 996 Bytes
/
ChangeLog.txt
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
2012/03/16:
* Fix ReadMe.
* Clearer copyright.
* Call this 0.9.
* More fixes, replace .getn and .len with #foo
2012/03/01:
* Report failure to register slash commands.
2011/11/20:
* Add + flag for multiply-specified things.
2011/11/09:
* Update to 0.7
* Add 1.6 support
* 0.6 existed only as an embedded plugin in LibPerfORate for
debugging reasons, ignore it.
2011/10/29:
* Use ... for variadic functions
* Remove leading "GetOpt:" from output, since API does that for us.
2011/10/12: (0.05)
* Cleanup and fix naming (use LibGetOpt.lua instead of GetOpt.lua)
* Rework tokenizing entirely to handle backslashes and quotes
* Expose "dequote" as a function in case someone wants it
* Don't report an error after handling -?
2011/10/12: (0.04)
* Migrate to RIFT addon API
* Create slash-command-maker
2008/10/14:
* Release 0.03. Update TOC.
2008/04/28:
* Release 0.02. Update TOC.
* Fix some indenting.
2007/11/14
* Release 0.01, with initial minimal feature set.