OSDN Git Service

Add header getExtraFlag mothod
[dictzip-java/dictzip-java.git] / CHANGELOG.md
1 # Change Log
2 All notable changes to this project will be documented in this file.
3
4 ## [Unreleased]
5 ### Add
6 - gradle.properties.template
7   You need to copy to gradle.properties and edit its configuration.
8 - [#8] Support -# --fast --best option in CLI.
9 - DictZipHeader.getExtraFlag() method.
10
11 ### Changed
12 - We have now dictzip-lib and dictzip-cli subprojects.
13 - Target jars become dictzip-lib.jar and dictzip-cli.jar
14 - [#2] Now this is a Gradle project.
15 - Reorganize file structures on Maven rules.
16 - Command script by Gradle.
17 - Delete external libraries. Now gradle will download it.
18 - README: add build procedure, contribution and copyright.
19 - Coding style checks by checkstyle 6.16.1
20
21 ### Fixed
22 - [#7] Fix DictZipInputStream.seek().Previous all releases are broken.
23 - [#5] Fix coding styles and potential problematic codes.
24
25 ## [0.5.0] - 2016-03-21
26 ### Added
27 - [#1] Command line tool subproject.
28 - CHANGELOG.md file.
29
30 ### Changed
31 - DictZipHeader interface.
32 - DictZipOutputStream constructor interface.
33
34 ### Fixed
35 - Broken output features in previous releases.
36
37 ## 0.0.2 - 2016-03-06
38 ### Added
39 - Readme document.
40
41 ## 0.0.1 - 2016-02-28
42 ### Added
43 - Start project.
44
45 [Unreleased]: https://github.com/miurahr/dictzip-java/compare/v0.5.0...HEAD
46 [0.5.0]: https://github.com/miurahr/dictzip-java/compare/v0.0.2...v0.5.0