-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
55 lines (44 loc) · 850 Bytes
/
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
0.9.0
-----
Change the API for extensions
0.8.1
-----
Update dependencies
Fix issue with string escape processing
Add a large number of new functions
Enhance builtin-function API
0.7.2
-----
Update dependencies
0.7.1
-----
Add missing documentation
0.7.0
-----
Add an array datatype and associated functions
0.6.2
-----
Make decorators work like functions
0.6.1
-----
Remove debug output
help() no longer takes just strings
0.6.0
-----
Added (Implied)(Multiplication) 2x, etc
Overhaul of functions to enable the help commands
Add regex matching function
0.5.3
-----
Make errors more useful
0.5.2
-----
Make extensions a feature that can be disabled
0.5.1
-----
Change to how errors are exported
Add a few new callable functions
0.5.0
-----
Massive overhaul to api
Enhance documentation