Skip to content

Releases: asini/asini

v1.4.0

23 Jan 19:00
Compare
Choose a tag to compare

v1.4.0 (2017-01-23)

Breaking change

  • #62 Drop node 0.10/0.12 support and update dependencies. (@gigabo)

Enhancement

Bug fix

Commiters: 4

v1.3.0

18 Nov 20:06
Compare
Choose a tag to compare

v1.3.0 (2016-11-18)

Thanks to @evocateur Asini no longer makes you re-run asini init for a minor upgrade!

Enhancement

  • #58 Do not require asini init when major versions match. (@evocateur) 🎉
  • #59 Properly sort added dependency during init. (@evocateur)

Bug fix

  • #55 Don't fail bootstrap/run with no packages. (@gigabo)

Commiters: 2

v1.2.0

10 Nov 19:20
Compare
Choose a tag to compare

v1.2.0 (2016-11-10)

Enhancement

  • #52 Support more publish config via asini.json. (@gigabo)

Bug fix

  • #51 List private packages in asini ls output. (@gigabo)

Commiters: 2

v1.1.0

26 Oct 19:55
Compare
Choose a tag to compare

v1.1.0 (2016-10-26)

Enhancement

  • #45 Install with no arguments. (@gigabo)
  • #41 Reduce the log level of some command output. (@gigabo)
  • #44 Wait a second before complaining about orphans. (@gigabo)
  • #43 Log stdout when commands fail. (@seansfkelley)
  • #36 Automatic hoisting of common dependencies to repo root. (@gigabo)

Bug fix

Commiters: 4

v1.0.1

12 Oct 00:42
Compare
Choose a tag to compare

v1.0.1 (2016-10-12)

Enhancement

Bug fix

  • #34 Resolve symlink path on windows to add trailing slash.. (@garyjN7)
  • #35 fix: lerna init assumes lerna in devDependencies. (@joscha)
  • #33 Use default text color for logger.info output. (@gigabo)

Commiters: 3

v1.0.0

07 Oct 22:23
Compare
Choose a tag to compare

v1.0.0 (2016-10-07)

Enhancement

  • #1 Add support for configurable package locations. (@gigabo)
  • #5 Make log levels more like npm. (@gigabo)
  • #8 Make --scope and --ignore available across commands. (@gigabo)
  • #15 Add an option sieve for all commands. (@gigabo)
  • #18 Validate and standardize exposure of command classes. (@gigabo)
  • #30 Run pre/post install scripts during bootstrap. (@seansfkelley)
  • #32 Append (private) in changes list for private packages in publish command. (@sresant)

Bug Fix

  • #6 Get logify* methods working again. (@gigabo)
  • #13 Fix logging inside of init command. (@sresant)
  • #16 Increase maxBuffer. (@rygine)
  • #20 Change bootstrap command to not install peerDependencies. (@loklaan)
  • #28 Various fixes for windows. (@motiz88)
  • #29 Fix importing commits which renamed files. (@ryb73)

Commiters: 7