Skip to content

Releases: srs/gradle-node-plugin

Version 1.3.0 (2019-03-17)

17 Mar 21:19
@srs srs
Compare
Choose a tag to compare
  • Relativize symlink to npmScriptFile (#319) (fp7)
  • Added gradle build cache support for npm install (#318) (bjornmagnusson)
  • Updated to use node version 11.12.0 as default
  • Bumped Gradle wrapper version to 5.2.1
  • Bumped Java compatibility version to 1.8

Version 1.2.0 (2017-06-14)

14 Jun 22:02
@srs srs
Compare
Choose a tag to compare
  • Support using Gradle Build Cache with Yarn tasks (#205) (mark-vieira)
  • Bumped Gradle wrapper version to 3.5
  • New args can be added for npmSetup and yarnSetup (#226)
  • Uses --no-save for npmSetup and yarnSetup (#222)
  • Added execOverrides and ignoreExitValue on npmSetupTask (#196)
  • Added gruntFile in grunt extension to use different file (#189)
  • npm_* tasks using nodeModulesDir (##136) (janario)

Version 1.1.1 (2017-01-16)

14 Jun 22:02
@srs srs
Compare
Choose a tag to compare
  • Plugin publishing problems (#188)

Version 1.1.0 (2017-01-13)

14 Jun 22:01
@srs srs
Compare
Choose a tag to compare
  • Override environment instead of setting it (#176) (s0x)
  • Fix typo in resolveSingle (#166) (s0x)
  • Add support for node options (#141, #174) (whboyd)
  • Fix symlink problem using NPM (#164, #165, #181) (s0x)
  • Set PATH variable for node, npm and yarn (#134, #146, #149, #164, #179) (s0x)

Version 1.0.1 (2016-12-04)

04 Dec 12:56
@srs srs
Compare
Choose a tag to compare
  • Publish directly to plugins.gradle.org instead of bintray (#172)
  • Fixed problem with resolving Grunt and Gulp plugins (#170)

Version 1.0.0 (2016-12-02)

02 Dec 20:33
@srs srs
Compare
Choose a tag to compare
  • Move npm and yarn classes into separate package (#158)
  • Move grunt plugin code to this plugin (#159)
  • Move gulp plugin code to this plugin (#160)
  • Use 6.9.1 as default node version (#163)
  • Fix missing property exception when using plugin in conjunction with Node 6.x.x on Windows (#167) (mark-vieira)
  • Switch over to use semantic versioning (#169)

Version 0.14 (2016-11-29)

29 Nov 22:12
@srs srs
Compare
Choose a tag to compare
  • Bumped gradle wrapper version to 3.2.1
  • Use gradle-testkit instead of nebula (#153)
  • Update to use Windows zip dists when available (#142) (datallah)
  • Added support for Yarn (#145, #151) (kaitoy)

Version 0.13 (2016-06-27)

29 Nov 22:13
@srs srs
Compare
Choose a tag to compare
  • Bumped gradle wrapper version to 2.14
  • Implement ARM compatibility (madmas)
  • Allow node modules to be used when calling npm_run (jmcampanini)
  • Updated plugin versions and test versions
  • Node.workingDir set to nodeModulesDir (fixes #107)
  • Creates nodeModulesDir if it does not exist (fixes #108)
  • Use single repo for node download (fixes #120)

Version 0.12 (2016-03-10)

10 Mar 19:30
@srs srs
Compare
Choose a tag to compare
  • Updated wrapper to use Gradle 2.11
  • Refactored windows-specific logic for npm (peol)
  • Use temporary repository for resolving node dependencies
  • Using 4.4.0 (latest LTS) as default node version
  • Changed default workDir location to be local to project directory

Version 0.11 (2015-09-26)

26 Sep 19:30
@srs srs
Compare
Choose a tag to compare
  • Handle 4+ nodejs releases on windows (dvaske)
  • Add npmCommand parameter to the node extension (janrotter)
  • Set executable flag on node in SetupTask
  • Upgraded wrapper to use Gradle 2.7
  • Update node distribution base url to use https (AvihayTsayeg)
  • Added more tests (unit, integration and functional tests)
  • NodeTask environment is now correctly propagated to the runner