Skip to content

Commit

Permalink
Released 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Jan 20, 2017
1 parent 66c6621 commit 09534b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 3.0.0
Breaking: Remove `install` method. Modifying `Ember.computed` is considered a bad practice.
Feature: Use `ember-macro-helpers`. That means that the footprint of the addon is much smaller
and ALL macros are composable by default.
BREAKING: Stop testing in 1.13.

# 2.1.1
Feature: Added `hash` macro keeps returns an object with the given properties.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Computed Property Macros for Ember
### Requirements

Version 2.0+ will only work with Ember 2.0+
Version 3.0+ is only tested in the last 2 LTS.

### Installation

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-cpm",
"version": "2.1.3",
"version": "3.0.0",
"description": "Computed Propery Macros for Ember.js",
"contributors": [
"Miguel Camba <miguel.camba@gmail.com>"
Expand Down

0 comments on commit 09534b7

Please sign in to comment.