From 09534b728357e4780a6b6f79a20ea451249fa6b1 Mon Sep 17 00:00:00 2001 From: cibernox Date: Fri, 20 Jan 2017 21:31:06 +0000 Subject: [PATCH] Released 3.0.0 --- Changelog.md | 6 ++++++ README.md | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 46ae855..3572998 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. diff --git a/README.md b/README.md index b2c4fec..d38abfe 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 0d93b20..6d60673 100644 --- a/package.json +++ b/package.json @@ -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 "