File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Parso Java library
2
+ ## Parso 2.0.12
3
+ *** 19 August 2020***
4
+
5
+ * Added support for deleted rows ([ #38 ] [ i38 ] )
6
+ * Added more various time formatters and moved them to interface ([ #48 ] [ i48 ] )
7
+ * Made SASFileParser API public ([ #51 ] [ i51 ] )
8
+ * Added sanity check to page length ([ #60 ] [ i60 ] )
9
+
10
+ [ i38 ] : https://github.com/epam/parso/issues/38
11
+ [ i48 ] : https://github.com/epam/parso/issues/48
12
+ [ i51 ] : https://github.com/epam/parso/issues/51
13
+ [ i60 ] : https://github.com/epam/parso/issues/60
14
+
2
15
## Parso 2.0.11
3
16
*** 25 March 2019***
4
17
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.epam</groupId >
5
5
<artifactId >parso</artifactId >
6
- <version >2.0.12-SNAPSHOT </version >
6
+ <version >2.0.12</version >
7
7
<packaging >jar</packaging >
8
8
<name >parso</name >
9
9
<description >Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces
You can’t perform that action at this time.
0 commit comments