Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 9, 2020
1 parent ab73d00 commit 81ce789
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## v3.0.0 (2020-10-09)

#### :boom: Breaking Change
* [#120](https://github.com/jmurphyau/ember-truth-helpers/pull/120) Drop support for Node < 10; Upgrade ember-cli-babel to v7. ([@nlfurniss](https://github.com/nlfurniss))
* [#89](https://github.com/jmurphyau/ember-truth-helpers/pull/89) Update to [email protected] blueprint ([@loganrosen](https://github.com/loganrosen))
* [#91](https://github.com/jmurphyau/ember-truth-helpers/pull/91) Drop Node 4 support ([@rondale-sc](https://github.com/rondale-sc))

#### :rocket: Enhancement
* [#89](https://github.com/jmurphyau/ember-truth-helpers/pull/89) Update to [email protected] blueprint ([@loganrosen](https://github.com/loganrosen))

#### :bug: Bug Fix
* [#110](https://github.com/jmurphyau/ember-truth-helpers/pull/110) fix: proper named export ([@lifeart](https://github.com/lifeart))

#### :memo: Documentation
* [#105](https://github.com/jmurphyau/ember-truth-helpers/pull/105) Fix link to isEqual docs from @ember/utils pkg ([@gabrielgrant](https://github.com/gabrielgrant))
* [#94](https://github.com/jmurphyau/ember-truth-helpers/pull/94) Add note about short circuiting ([@danwenzel](https://github.com/danwenzel))

#### :house: Internal
* [#90](https://github.com/jmurphyau/ember-truth-helpers/pull/90) Use template strings intstead of string literals with htmbars-inline-precompile ([@rondale-sc](https://github.com/rondale-sc))

#### Committers: 6
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
- Dan Wenzel ([@danwenzel](https://github.com/danwenzel))
- Gabriel Grant ([@gabrielgrant](https://github.com/gabrielgrant))
- Jonathan ([@rondale-sc](https://github.com/rondale-sc))
- Logan Rosen ([@loganrosen](https://github.com/loganrosen))
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))


### v2.1.0 (2018-08-20)
- Add `is-empty` helper

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-truth-helpers",
"version": "2.1.0",
"version": "3.0.0",
"description": "Ember Truth Helpers",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 81ce789

Please sign in to comment.