From deb0ad02df6720c1a9a817bf33869449dcc73bb1 Mon Sep 17 00:00:00 2001 From: Ricci Adams Date: Mon, 8 Dec 2014 17:49:48 -0800 Subject: [PATCH] 1.1 --- Changelog.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 881c1a3..75d9601 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,12 +2,23 @@ CHANGELOG --- +1.1 + +- @each support #36 + +--- + 1.0.1 - Update to Esprima 1.2.2 #28 - Traverser's skip array causing 6% slowdown #29 - Add ability for typealias / typedef #30 - Classes can be superclasses of each other #23 +- Dynamic property prevents synthesis of following properties #35 +- @synthesize should always make a backing ivar #34 +- Add documentation for $oj_oj #33 +- Add 'temp' dependency #32 +- Support protocols and typed arrays #31 --- diff --git a/package.json b/package.json index 846a39d..585ee5a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bin": { "ojc": "./bin/ojc" }, - "version": "1.0.1", + "version": "1.1", "engines": { "node": ">=0.10" }, "maintainers": [{ "name": "Ricci Adams",