Releases: excellenteasy/android-icons
Releases · excellenteasy/android-icons
v2.0.4
v2.0.3
v2.0.2
v2.0.1: fix(travis): only deploy when all builds succeeded
<a name"2.0.1">
2.0.1 (2015-04-07)
Bug Fixes
- travis: only deploy when all builds succeeded (aa0ac1d2)
v2.0.0: fix: abbreviated cli flags
<a name"2.0.0">
2.0.0 (2015-04-05)
Bug Fixes
- abbreviated cli flags (fc7b2240)
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:
android-icons --si xxhdpi
works just like android-icons --size xxhdpi
does. This works for all flags.
(fc7b2240)