Releases: excellenteasy/ios-splash
Releases · excellenteasy/ios-splash
v2.1.2
v2.1.1
v2.1.0
v2.0.0
<a name"2.0.0">
2.0.0 (2015-04-05)
Bug Fixes
- bin: must load module from parent directory (9056dc81)
Features
- abbreviated flags (73ddf15a)
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)