Skip to content

Releases: excellenteasy/ios-splash

v2.1.2

03 May 15:49
Compare
Choose a tag to compare

<a name"2.1.2">

2.1.2 (2017-05-03)

Bug Fixes

  • package: update yargs to version 8.0.1 (8dd685ba)

v2.1.1

21 Mar 19:18
Compare
Choose a tag to compare

<a name"2.1.1">

2.1.1 (2017-03-21)

Bug Fixes

  • package: update yargs to version 7.0.2 (fdc7614e, closes #4)

v2.1.0

16 Dec 07:27
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-12-16)

Features

  • splash: Added support for storyboard (2732x2732). (f97edb2a)

v2.0.0

05 Apr 13:00
Compare
Choose a tag to compare

<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)