forked from SergeySatskiy/cdm-flowparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
72 lines (43 loc) · 1.91 KB
/
ChangeLog
File metadata and controls
72 lines (43 loc) · 1.91 KB
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
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