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 11# Change Log
22
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
419### Changed
520- Now uses the POI streaming writer by default (~ 10x performance gain on
621 sheets > 100k rows)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ boilerplate-free common sense styling.
88
99Lein:
1010```
11- [org.clojars.mjdowney/excel-clj "2.0.1 "]
11+ [org.clojars.mjdowney/excel-clj "2.1.0 "]
1212```
1313
1414> Note: Ongoing v1.x support can be found on the
@@ -276,4 +276,3 @@ These tests can be run with:
276276Run all tests with the following command:
277277
278278` $ 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 "
22 :description " Generate Excel documents & PDFs from Clojure data."
33 :url " https://github.com/matthewdowney/excel-clj"
44 :license {:name " Eclipse Public License"
Original file line number Diff line number Diff line change 1111 :success )
1212 " Example function writes successfully." ))
1313
14+
1415(deftest performance-test
1516 (testing " Performance is reasonable"
1617 (println " Starting performance test -- writing to a temp file..." )
You can’t perform that action at this time.
0 commit comments