Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump to 1.4.0 #221

Merged
merged 1 commit into from
Dec 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 31 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,65 +5,73 @@ changelog, see the git history.

[npm page](https://www.npmjs.com/package/ember-cli-flash)

## [1.4.0]

- Add changelog for release notes [220](https://github.com/poteto/ember-cli-flash/pull/220)
- Fix failing tests [218](https://github.com/poteto/ember-cli-flash/pull/218)
- Update Acceptance test example in README to fail appropriately [217](https://github.com/poteto/ember-cli-flash/pull/217)
- Add ability to return flash object [214](https://github.com/poteto/ember-cli-flash/pull/214)
- Defer removal of flash message on mouse over [209](https://github.com/poteto/ember-cli-flash/pull/209)

## [1.3.17]

- Fixed deprecation warnings from Ember 2.8.0 [205](https://github.com/poteto/ember-cli-flash/pull/205)
- Small updates to README [186](https://github.com/poteto/ember-cli-flash/pull/186)
- Update Ember-CLI to 2.7.0 [201](https://github.com/poteto/ember-cli-flash/pull/201)
- Fixed deprecation warnings from Ember 2.8.0 [205](https://github.com/poteto/ember-cli-flash/pull/205)
- Small updates to README [186](https://github.com/poteto/ember-cli-flash/pull/186)
- Update Ember-CLI to 2.7.0 [201](https://github.com/poteto/ember-cli-flash/pull/201)

## [1.3.16]

- Update Ember-CLI to 2.6.1 [169](https://github.com/poteto/ember-cli-flash/pull/169)
- Add destroyOnClick option [157](https://github.com/poteto/ember-cli-flash/pull/157)
- Clarify documentation on integration tests [165](https://github.com/poteto/ember-cli-flash/pull/165)
- Update Travis to use Trust builds
- Update Ember-CLI to 2.6.1 [169](https://github.com/poteto/ember-cli-flash/pull/169)
- Add destroyOnClick option [157](https://github.com/poteto/ember-cli-flash/pull/157)
- Clarify documentation on integration tests [165](https://github.com/poteto/ember-cli-flash/pull/165)
- Update Travis to use Trust builds

## [1.3.15]

- Test against Ember 2.4 and 2.5
- Test against Ember 2.4 and 2.5

## [1.3.14]

- Compute guid on .toString() version of the message [149](https://github.com/poteto/ember-cli-flash/pull/149)
- Compute guid on .toString() version of the message [149](https://github.com/poteto/ember-cli-flash/pull/149)

## [1.3.13]

- Fix calling set on destroyed object error [148](https://github.com/poteto/ember-cli-flash/pull/148)
- Add demo app [147](https://github.com/poteto/ember-cli-flash/pull/147)
- Fix calling set on destroyed object error [148](https://github.com/poteto/ember-cli-flash/pull/148)
- Add demo app [147](https://github.com/poteto/ember-cli-flash/pull/147)

## [1.3.12]

- Fix for apps with no defaults defined [145](https://github.com/poteto/ember-cli-flash/pull/145)
- Minor fix for exports [144](https://github.com/poteto/ember-cli-flash/pull/144)
- Fix for apps with no defaults defined [145](https://github.com/poteto/ember-cli-flash/pull/145)
- Minor fix for exports [144](https://github.com/poteto/ember-cli-flash/pull/144)

## [1.3.11]

- Fix iteration of wrong array initializer [143](https://github.com/poteto/ember-cli-flash/pull/143)
- Update README with remove of injectionFactories [137](https://github.com/poteto/ember-cli-flash/pull/137)
- Fix iteration of wrong array initializer [143](https://github.com/poteto/ember-cli-flash/pull/143)
- Update README with remove of injectionFactories [137](https://github.com/poteto/ember-cli-flash/pull/137)

## [1.3.10]

- Update ember-cli [135](https://github.com/poteto/ember-cli-flash/pull/135)
- Deprecate use of injectionFactories [134](https://github.com/poteto/ember-cli-flash/pull/134)
- Update ember-cli [135](https://github.com/poteto/ember-cli-flash/pull/135)
- Deprecate use of injectionFactories [134](https://github.com/poteto/ember-cli-flash/pull/134)

## [1.3.9]

- Update ember-cli [130](https://github.com/poteto/ember-cli-flash/pull/130)
- Add active class in run.next [129](https://github.com/poteto/ember-cli-flash/pull/129)
- Minor JSCS fixes [129](https://github.com/poteto/ember-cli-flash/pull/129)
- Update ember-cli [130](https://github.com/poteto/ember-cli-flash/pull/130)
- Add active class in run.next [129](https://github.com/poteto/ember-cli-flash/pull/129)
- Minor JSCS fixes [129](https://github.com/poteto/ember-cli-flash/pull/129)

## [1.3.8]

- Fix acceptance test bug due to old blueprint [119](https://github.com/poteto/ember-cli-flash/pull/119)
- Fix acceptance test bug due to old blueprint [119](https://github.com/poteto/ember-cli-flash/pull/119)

## [1.3.7]

- Implement fluent API to support chaining [118](https://github.com/poteto/ember-cli-flash/pull/118)

## [1.3.6]

- Fix syntax error in README for custom messages example [110](https://github.com/poteto/ember-cli-flash/pull/110)
- Update ember-new-computed for flexibility [109](https://github.com/poteto/ember-cli-flash/pull/109)
- Fix syntax error in README for custom messages example [110](https://github.com/poteto/ember-cli-flash/pull/110)
- Update ember-new-computed for flexibility [109](https://github.com/poteto/ember-cli-flash/pull/109)

## [1.3.5]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-flash",
"version": "1.3.17",
"version": "1.4.0",
"description": "Simple, highly configurable flash messages for ember-cli",
"directories": {
"doc": "doc",
Expand Down