Skip to content

Releases: athif23/start-imba

v0.3.0

27 Sep 17:35
Compare
Choose a tag to compare

Enhancement

  • Use --imba-version <version> to choose which version of imba to use, will use the latest version by default.
  • Enhance the source code, so we don't need to update imba version manually. Using latest-version by @sindresorhus

v0.2.3

26 Sep 10:17
Compare
Choose a tag to compare

Fixes

  • Merge #12 to fix wrong indentation in sass template (by @scanf)

v0.2.2

26 Sep 05:26
Compare
Choose a tag to compare

Fixes

  • Fix or make less error disappear
  • Fix sass wrong indentation

v0.2.1

25 Sep 16:40
Compare
Choose a tag to compare

Fixes

  • Fix less module not found (#11)
  • Remove semi-colon ( ; ) from .sass file

v0.2.0

25 Sep 13:14
Compare
Choose a tag to compare

Enhancement

  • Added prompt for CSS preprocessor (#9 #3)
  • Added stylus and less preprocessor
  • Added --use-npm, to use npm for installing packages
  • Make folder's structure of templates for webpack and parcel to be the same
  • Improve CLI UI by updating to newer version of enquirer
  • Organized code structure of source code for more readability
  • Added documentation for list of commands, at docs/commands
  • Added executable binary for easier use, see below. (No x86 version)

Fixes

  • Fix image don't show up at landing page (#10)

v0.1.2

16 Sep 14:31
Compare
Choose a tag to compare

Fixes

  • Fix wrong version of imba (#8)
  • Add bugs section (#7)
  • Fix error when "name" is number (#6)

v0.1.0

16 Sep 14:07
Compare
Choose a tag to compare

Feature

  • Change commander.js to gluegun for cli.
  • Publish to npm (#2)
  • Now, we can generate parcel (#4)
  • Interactive UI