Skip to content

Releases: bitrise-steplib/steps-yarn

0.1.3

20 Nov 14:53
07a231d
Compare
Choose a tag to compare

What's Changed

  • Update yarn installation logic by @godrei in #28

Full Changelog: 0.1.2...0.1.3

0.1.2

23 Feb 16:01
19f3fbd
Compare
Choose a tag to compare

Updated README.
Improved error messages.

0.1.1

14 Jan 14:48
Compare
Choose a tag to compare

Step description updated.

0.1.0

15 Oct 10:34
Compare
Choose a tag to compare

Added new input Cache node_modules (cache_local_deps). It can be used to cache the contents of the node_modules directories located under the project root. It is disabled by default.

Added Enable verbose logging (verbose_log) input, it can be enabled to get additional debug logs.

Had rewritten the step in golang.

0.0.8

31 Oct 16:02
95f60fb
Compare
Choose a tag to compare

update step definition regarding the step migration to bitrise-community org

0.0.5: Merge pull request #4 from trapacska/master

29 Mar 14:21
f2be21c
Compare
Choose a tag to compare

0.0.3

20 Oct 13:55
Compare
Choose a tag to compare

Changed is_skippable to false

0.0.2

20 Oct 07:23
Compare
Choose a tag to compare

Added audit-this-step. Checked for yarn dependency. Updated readme and version bump

0.0.1

20 Oct 07:08
Compare
Choose a tag to compare

First release