File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 2.0.0] - TBD
3
+ ## [ 2.1.0] - 2022-02-21
4
+ ### Changed
5
+ - Update dependencies and resolve JODConverter breaking changes, including
6
+ changes which mitigate some vulnerabilities in commons-compress and
7
+ commons-io. See [ #13 ] ( https://github.com/matthewdowney/excel-clj/pull/13 ) .
8
+
9
+
10
+ ## [ 2.0.1] - 2021-02-22
11
+
12
+ ### Changed
13
+ - Updated dependency versions for taoensso/encore and taoensso/tufte
14
+ ### Added
15
+ - Support for ` LocalDate ` and ` LocalDateTime ` (see
16
+ [ #9 ] ( https://github.com/matthewdowney/excel-clj/pull/9 ) ).
17
+
18
+ ## [ 2.0.0] - 2020-10-04
4
19
### Changed
5
20
- Now uses the POI streaming writer by default (~ 10x performance gain on
6
21
sheets > 100k rows)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ boilerplate-free common sense styling.
8
8
9
9
Lein:
10
10
```
11
- [org.clojars.mjdowney/excel-clj "2.0.1 "]
11
+ [org.clojars.mjdowney/excel-clj "2.1.0 "]
12
12
```
13
13
14
14
> Note: Ongoing v1.x support can be found on the
@@ -276,4 +276,3 @@ These tests can be run with:
276
276
Run all tests with the following command:
277
277
278
278
` $ lein test :all `
279
-
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.mjdowney /excel-clj " 2.0.1 "
1
+ (defproject org.clojars.mjdowney /excel-clj " 2.1.0 "
2
2
:description " Generate Excel documents & PDFs from Clojure data."
3
3
:url " https://github.com/matthewdowney/excel-clj"
4
4
:license {:name " Eclipse Public License"
Original file line number Diff line number Diff line change 11
11
:success )
12
12
" Example function writes successfully." ))
13
13
14
+
14
15
(deftest performance-test
15
16
(testing " Performance is reasonable"
16
17
(println " Starting performance test -- writing to a temp file..." )
You can’t perform that action at this time.
0 commit comments