Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.2 KB

CHANGES.md

File metadata and controls

39 lines (26 loc) · 2.2 KB

Changelog

1.3.0 (Mar 9, 2017)

1.2.2 (Dec 14, 2016)

1.2.1 (Nov 30, 2016)

  • Added the ability to specify charset on unzip (PR #20)

1.2.0 (Nov 21, 2016)

  • Added step: readYaml (PR #17)

1.1.6 (Jun 21, 2016)

1.1.5 (Apr 18, 2016)

  • Corrected the help text for the dir property on the unzip step. pr #13

1.1.4 (Feb 29, 2016)

  • Fixed another potential NullPointerException in ReadMavenPomStep whitelist. pr #12

1.1.3 (Feb 18, 2016)

  • Changed unzip file reading to whole file instead of line by line to fix another issue in readManifest. pr #11

1.1.2 (Feb 17, 2016)

  • Fixed file encoding in readManifest. pr #10

1.1.1 (Feb 17, 2016)

  • Fixed null protection to ReadMavenPomStep whitelist. pr #9

1.1 (Feb 3, 2016)

  • Added steps: readMavenPom, writeMavenPom.

1.0 (Jan 18, 2016)

  • First release