File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file. We try to adhere to https://github.com/olivierlacan/keep-a-changelog .
44
5- ## 2.0.0-BETA-3-SNAPSHOT - Unreleased
5+ ## 2.0.0-BETA-3-SNAPSHOT - 2019-10-20
6+
7+ ### Added
8+ - Keeping track of internally created "Closables" of a document and closing them after rendering
9+ - Define CSV delimiters using symbolic symbolic names, e.g. "COMMA", "TAB", etc.
10+
11+ ### Fixed
12+ - Use expected order of FreeMarker MultiTemplateLoader to reolve a template
613
714## 2.0.0-BETA-2 - 2019-10-15
815
916### Added
10- - Keeping track of internally created "Closables" and closing them after rendering
11- - Define CSV delimiters using symbolic symbolic names, e.g. "COMMA", "TAB", etc.
1217- Add "-E" command line option to expose all environment variable as top-level entry in the data model
1318- Support for [ Grok] ( https://github.com/thekrakken/java-grok ) as better alternative for regular expressions
1419- Support for streaming textual content over ` System.in ` to allow processing of arbitrary large source files
1520- Display Git version information when using ` -V ` command line option
1621
1722### Fixed
18- - Use expected order of FreeMarker MultiTemplateLoader to reolve a template
1923- ExcelTool uses MissingCellPolicy.CREATE_NULL_AS_BLANK to handle missing cells
2024- Pass the correct output encoding to writer
2125- Allow absolute template file names which are loaded directly instead of using TemplateLoaders
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.github.sgoeschl</groupId >
66 <artifactId >freemarker-cli</artifactId >
7- <version >2.0.0-BETA-3-SNAPSHOT </version >
7+ <version >2.0.0-BETA-3</version >
88 <packaging >jar</packaging >
99 <name >Apache FreeMarker CLI</name >
1010 <description >Command-line client for Apache FreeMarker</description >
You can’t perform that action at this time.
0 commit comments