Skip to content

Releases: cake-contrib/Cake.Npm

4.0.0

10 Feb 19:35
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

Requirements

  • Cake 4.x

Breaking changes

Features

Improvements

Documentation

New Contributors

Full Changelog: 3.0.0...4.0.0

3.0.0

03 Jul 22:05
Compare
Choose a tag to compare

As part of this release we had 16 commits which resulted in 3 issues being closed.

Requirements

  • Cake 3.x

Breaking changes

Improvement

  • #143 Add support for npm version git-tag-version argument by @eoehen

Chores_

New Contributors

Full Changelog: 2.0.0...3.0.0

2.0.0

08 Feb 20:16
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Requirements

  • Cake 2.x

Breaking change

Documentation

1.0.0

12 Feb 20:17
Compare
Choose a tag to compare

As part of this release we had 10 issues closed.

Requirements

  • Cake 1.x

Breaking change

  • #130 Build against Cake 1.0.0

Improvements

  • #115 Add NpmVersion aliases which accept a settings object
  • #113 NpmVersion provides output but no return value
  • #96 NpmVersion does not support input parameters
  • #97 Cannot get redirected output
  • #105 Fix repository url in nuspec file
  • #132 Embed NuGet package icon

Bug

  • #124 One overload of NpmPack() does not return the results

Documentation

  • #128 Replace Gitter with GitHub Discussions

0.17.0

22 Apr 08:59
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.33.0 or higher

Breaking changes

  • #99 Bump dependencies to reduce Cake warnings (Thanks Sean Fausett)
  • #98 Recommended changes resulting from automated audit

0.16.0

27 Oct 20:53
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.28.0 or higher

Features

  • #94 Add support for npm prune
  • #78 Add support for npm adduser

0.15.0

12 Sep 17:17
Compare
Choose a tag to compare

As part of this release we had 7 issues closed.

Requirements

  • Cake 0.28.0 or higher

Breaking change

  • #89 Change NpmInstallSettings.Registry property to System.Uri

Improvements

  • #92 Add NpmUpdate alias which accepts a settings configurator
  • #91 Add NpmSet alias which accepts a settings configurator
  • #90 Add NpmCi alias which accepts a settings configurator
  • #88 Add FromRegistry to NpmInstallSettings fluent API
  • #87 Add --registry option to NpmCi

0.15.0-beta.1

12 Sep 05:26
Compare
Choose a tag to compare
0.15.0-beta.1 Pre-release
Pre-release

As part of this release we had 7 issues closed.

Requirements

  • Cake 0.28.0 or higher

Breaking change

  • #89 Change NpmInstallSettings.Registry property to System.Uri

Improvements

  • #92 Add NpmUpdate alias which accepts a settings configurator
  • #91 Add NpmSet alias which accepts a settings configurator
  • #90 Add NpmCi alias which accepts a settings configurator
  • #88 Add FromRegistry to NpmInstallSettings fluent API
  • #87 Add --registry option to NpmCi

0.14.0

25 Jun 13:21
Compare
Choose a tag to compare

As part of this release we had 6 issues closed.

Requirements

  • Cake 0.28.0 or higher

Breaking change

  • #79 Build against Cake 0.28.0

Features

  • #68 Support npm version
  • #28 Add support for npm update

Improvements

  • #80 Only target .NET Standard 2.0
  • #75 Add the ability to specify --production in NpmCiSettings
  • #27 Add option to use npm set

0.13.0

09 Mar 23:09
Compare
Choose a tag to compare

As part of this release we had 20 commits which resulted in 8 issues being closed.

Requirements

  • Cake 0.26.0 or higher

Breaking change

  • #70 Support Cake 0.26.0

Feature

  • #69 Support for npm ci

Improvement

  • #60 Add support for standard error & output redirecting

Documentation

  • #64 Add Wyam documentation
  • #63 Update to default cake-contrib readme
  • #61 Add contributing information