Skip to content

Releases: empress/bottled-ember

Release 1.1.0

20 Oct 14:42
Compare
Choose a tag to compare

πŸš€ Enhancement

  • #23 Allow you to configure Fastboot dependencies (@mansona)

Committers: 1

Release 1.0.1

19 Sep 23:44
Compare
Choose a tag to compare

πŸ› Bug Fix

Committers: 1

Release 1.0.0

25 Aug 08:26
Compare
Choose a tag to compare

πŸ’₯ Breaking Change

πŸš€ Enhancement

  • #19 Fix generation when inside a package that has ember-cli as a dependency (@mansona)

🏠 Internal

Committers: 1

v0.6.2

06 Mar 10:19
Compare
Choose a tag to compare

What's Changed

  • Really fix terminal colour implementation by @mansona in #18

Full Changelog: v0.6.1...v0.6.2

v0.6.1

05 Mar 14:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

04 Mar 22:40
Compare
Choose a tag to compare

What's Changed

This change is quite a major one (hopefully the last major change before a 1.0.0 release) but it has quite a few benefits πŸŽ‰

Firstly this fixes a bug that meant that the --no-overlay argument that is very important never worked πŸ™ˆ this is a big deal and I'm really glad that it was fixed.

The second big change is that now command like arguments don't work with the format --links=my-awesome-folder, instead you need to make them space separated like --links my-awesome-folder. This is a side-effect of moving from minimist to commander, but that brings me to the biggest benefit...

We now have a --help command πŸŽ‰ The can probably be some work done on improving the descriptions and I have a feeling that we can remove some redundant arguments before we release our 1.0.0 version but having a --help command is a huge improvement πŸŽ‰

  • breaking: Add some tests and fix --no-overlay command line option and move from minimist to commander by @mansona in #16

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 Dec 16:25
Compare
Choose a tag to compare

What's Changed

  • implement link source to destination folders by @mansona in #6
  • remove hard-coded path from implementation by @mansona in #7

Full Changelog: v0.4.1...v0.5.0

v0.4.1

18 Nov 16:54
Compare
Choose a tag to compare

What's Changed

  • fix running bottled ember app in ember-cli project by @mansona in #5

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Sep 01:39
Compare
Choose a tag to compare

v0.3.0...v0.4.0

v0.3.0

17 Sep 21:44
Compare
Choose a tag to compare
  • Merge pull request #3 from empress/ember-cli-build ef22ee5
  • add a way to override ember-cli-build config e1c58c5

v0.2.0...v0.3.0