forked from cesbit/pyleri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
61 lines (34 loc) · 1.57 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
57
58
59
60
61
2018.07.09, Version 1.2.2 (Stable)
* Added export to JavaScript using class (es6) syntax.
* Use jsleri Ref.set() method instead of Object.assign.
2018.07.05, Version 1.2.1 (Stable)
* Format readme on PyPi
2018.07.05, Version 1.2.0 (Stable)
* Fixed typo in List mi/ma exception.
* Do not allow duplicate names in lower or upper case.
* Added export to Java for the jleri module.
* Fixed typo indentation.
* Added grammar check for missing START point.
2017.06.23, Version 1.1.8 (Stable)
* Rename cleri_object_t to cleri_t.
2017.06.22, Version 1.1.7 (Stable)
* Added support for cleri_dup() in export to C. (issue #5)
* Fixed header guards while exporting to C. (issue #6)
2017.06.20, Version 1.1.6 (Stable)
* Fixed exporting ref to C. (issue #4)
2017.03.13, Version 1.1.5 (Stable)
* Fixed exporting keywords (case sensitive) to C.
* Added export to Go language for the goleri module.
2016.10.25, Version 1.1.4 (Stable)
* Fixed exporting Tokens to JavaScript and Python. (issue #2)
2016.10.24, Version 1.1.3 (Stable)
* Added export to Python method. This can be useful even if the source is
already defined in Python language. (see issue #1)
2016.07.02, Version 1.1.2 (Stable)
* Fixed export_c() to support Ref(). An update to cleri is not needed since
in C we can simply pre-define a variable and later assign the actual
object.
2016.03.07, Version 1.1.0 (BETA)
* Added Ref() support which can be used to create forward references.
* Updated jsleri to support Ref() and updated export_js() method to support
this new class.