-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
122 lines (75 loc) · 3.14 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
2022 May 06 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.4.1
* Fix package description
2022 Feb 08 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.4.0
* Python 3.9 support
2020 Jul 29 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.3.2
* Fix: respect the order of comments in case of a regular and a CML comment one
after another
* Better handling of the module comments; recognizing more cases; fixes
2020 Apr 07 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.3.1
* Fix: python version requirements in setup.py
2020 Apr 06 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.3.0
* Python 3.8 support
2019 Nov 26 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.2.3
* Bug fix: handling multiline string literals with an applied operation
2019 Jul 29 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.2.2
* Updating pycxx to 7.1.3 (from 7.1.2)
* Rearranging headers so that they do not conflict with c++ stdlib on MacOS
2019 Jun 18 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.2.1
* Adding getAbsPosRange() method for all the fragments
2019 Apr 25 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.2.0
* Python 3.7 support
* Updating pycxx to 7.1.2 (from 7.0.1)
* Minor fixes in setup.py
2018 May 17 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.1.4
* Bug fix: incorrect leading comments handling when sys.exit() is detected
2018 May 07 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.1.3
* Bug fix: proper parent for CML comments
* Support for detecting if the selected items could be grouped: adding a method
which tells the nearest parent if branch unique ID
2018 Feb 06 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.1.2
* Bug fix: proper collecting of the leading CML comments for the 'elif',
'else', 'except' and 'finally' parts
2018 Jan 31 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.1.1
* Bug fix: proper collecting comments for a suite when an upper suite comment
is on the very next line
2018 Jan 09 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.1.0
* Scope trailing comments support. It is specifically important for groups when
a group end matches a scope end
2017 Dec 29 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.0.3
* Bug fix: proper handling of sys.exit() for python 3.5 and newer
2017 Nov 17 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.0.2
* Bug fix: proper handling docstrings which start with the 'r' or 'u'
characters
2017 Oct 27 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.0.1
* Link libstdc++ statically - on some systems it might not be picked properly
2017 Aug 22 Sergey Satskiy <sergey.satskiy@gmail.com>
* Release 2.0.0.
* Python 3 support (3.5/3.6)
* pip installable
2016 Jul 11 Sergey Satskiy <sergey.satskiy@gmail.com>
* Changes in the package building procedure. Release 1.0.1
2016 Jun 14 Sergey Satskiy <sergey.satskiy@gmail.com>
* First public release 1.0.0
2015 Nov 02 Sergey Satskiy <sergey.satskiy@gmail.com>
* Moving from the 'codimension' repository to the separate 'cdm-flowparser'
repository
2014 May 14 Sergey Satskiy <sergey.satskiy@gmail.com>
* Development started using the pycxx library