Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Garrett committed Jul 11, 2020
1 parent b0ce641 commit 5a566e7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## v1.0.0 (2020-07-11)

Placeholder syntax has been removed in this major release. It was experimental,
and the finding was that it couldn't be generalized in a way that would make
sense in the Handlebars language. Removing it brings this addon more inline with
the future of the language as a whole.

The API has been simplified, and documentation has been updated to reflect the
new API without placeholder syntax.

#### :boom: Breaking Change
* [#20](https://github.com/pzuraq/ember-set-helper/pull/20) [FEAT] Refactor and Simplify ([@pzuraq](https://github.com/pzuraq))

#### Committers: 3
- Andrey Fel ([@andreyfel](https://github.com/andreyfel))
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
- Julien Palmas ([@bartocc](https://github.com/bartocc))


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-set-helper",
"version": "0.1.1",
"version": "1.0.0",
"description": "A better `mut` helper!",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 5a566e7

Please sign in to comment.