Skip to content

Releases: teamairship/airfoil

v0.3.3

21 Dec 21:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

17 Dec 20:12
Compare
Choose a tag to compare

Changes in this release:

  • add cmd: airfoil add appicon
  • add support for --version flag
  • update cmd version: optimize command to run faster; update prompt copy
  • update cmd convert svg: handle multiline JSX tags
  • update cmd convert svg: fix svg no src files bug
  • update cmd convert svg: show better err msg if no svgs present
  • update cmd add adr: un-escape html entities in generated ADR files
  • code cleanup: remove references to propeller template
  • update npm publishing instructions

v0.3.1

17 May 17:02
Compare
Choose a tag to compare

Changes in this release:

  • Fix convert svg bug for svgs with inline style tags (#37)
  • Print helpful cmd instructions for --help flag (#38)

v0.3.0

05 May 16:52
Compare
Choose a tag to compare

changes included in this release:

  • add airfoil add keystore command 🔑
  • fix dependency bug
  • rename "new" command to be "init"

v0.2.1

05 Apr 20:01
Compare
Choose a tag to compare
  • fix bug: incorrect aspect ratio for convert svg command

v0.2.0

05 Apr 20:04
Compare
Choose a tag to compare
  • add convert svg cmd

v0.1.1

05 Apr 20:04
Compare
Choose a tag to compare
  • fix lint issues to get yarn build to compile successfully

v0.1.0

05 Apr 20:04
Compare
Choose a tag to compare
  • add create cmd
  • add version cmd
  • add add cmd
  • add new cmd