Skip to content

v2.0.0

Compare
Choose a tag to compare
@davidpfahler davidpfahler released this 05 Apr 13:00

<a name"2.0.0">

2.0.0 (2015-04-05)

Bug Fixes

  • bin: must load module from parent directory (9056dc81)

Features

Breaking Changes

  • --version no longer returns a version number. First of all, semantic-release goes with removing the version number from your package.json. But also, the version number really shouldn't matter.

Furthermore, you can now use all flags in an abbreviated manner as long as they are unambiguous. For example:
ios-splash --wi 320 works just like ios-splash --width 320. This works for all flag, but, for example, not for
ios-splash --he 480 because --he could be both --help or --height.

(73ddf15a)