Skip to content

Releases: HubSpot/prettier-maven-plugin

prettier-maven-plugin-parent-0.22

18 Jan 03:29
Compare
Choose a tag to compare

#104 - Support Linux ARM64 (thanks @warrenseine)
#105 - Test new versions of prettier-java
#106 - Add patch for prettier-java 2.3+

prettier-maven-plugin-parent-0.21

29 Aug 12:12
Compare
Choose a tag to compare

#94 - Add support for prettier-java v2.2.0+
#98 - Remove Guava dependency
#100 - fix log parsing for files with "error" in the path

prettier-maven-plugin-parent-0.20

12 Jul 16:10
Compare
Choose a tag to compare

#84 - Bump zip4j from 2.10.0 to 2.11.4
#85 - Check for corrupted installs
#89 - use provided nodePath for npm if npmPath is npm-cli.js
#90 - allow specifying custom download url for node runtime

prettier-maven-plugin-parent-0.19

21 Feb 19:19
Compare
Choose a tag to compare

#75 - Handles 404 on download
#76 - Upgrade basepom
#77 - add install prefix option to npm
#78 - Add support for disabling generic linebreaks
#81 - Add logging for unrecognized loglines

prettier-maven-plugin-parent-0.18

06 Jun 18:52
Compare
Choose a tag to compare

#64 - download node/prettier rather the bundling

prettier-maven-plugin-parent-0.17

18 Jan 15:53
Compare
Choose a tag to compare

#62 - allow providing your own node executable, thanks @morganwu277
bfdfbc7 - add support for prettier-java 1.6.1

prettier-maven-plugin-parent-0.16

05 Nov 15:41
Compare
Choose a tag to compare

#57 - Handle non-java file extensions better
#58 - Better success/failure semantics when using multiple input globs

prettier-maven-plugin-0.15

29 Oct 04:53
Compare
Choose a tag to compare

Add support for prettier-java 1.4.0 and 1.5.0

prettier-maven-plugin-0.14

22 Jun 11:42
Compare
Choose a tag to compare

#43 - Fix diff generation
#45 + #46 - Add support for prettier-java 1.1.0, 1.1.1, 1.2.0, 1.3.0

Thanks to contributors for this release: @spitfjre

prettier-maven-plugin-0.13

14 Mar 22:31
Compare
Choose a tag to compare
  • #38 - Adds support for prettier 1.0.2 - thanks to @clementdessoude
  • #39 - Adds support for custom input patterns (can be used to format a single file via the CLI, or format additional directories or file types) - thanks to @GoldSubmarine