From 705dff4f34a8bdc14b876e23d497f3512f770620 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 10 Jun 2011 11:21:22 -0700 Subject: [PATCH 1/2] 0.1.0-pre in package.json until 0.1.0 tag to avoid npm confusion --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92b8604..b8e0beb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "easejs", "description": "A basic collection of CommonJS modules intended to \"ease\" the transition into JavaScript from other Object-Oriented languages.", - "version": "0.1.0", + "version": "0.1.0-pre", "author": "Mike Gerwitz (http://mikegerwitz.com)", "homepage": "http://easejs.org", From 58a8198fdaecce016859e610a89a773a1f57bb64 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 10 Jun 2011 11:23:32 -0700 Subject: [PATCH 2/2] Updated README.md; removed portion of note mentioning that interfaces are not yet available. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcdfdb1..dbd2ac9 100644 --- a/README.md +++ b/README.md @@ -91,11 +91,11 @@ as the first argument to `Class.extend()`. Multiple inheritance is not supported. ease.js is very generous with the options it provides to developers as alternatives, so pick whichever flavor your are most comfortable with: interfaces, traits or mixins. Multiple inheritance will -not be added in the future due to its problems which have been addressed by +*not* be added in the future due to problems which have been addressed by interfaces and traits. -**Note that interfaces, traits and mixins are not yet available. They are -planned features and should be available shortly.** +**Note that traits and mixins are not yet available. They are +planned features and will be available in the future.** ````javascript var SubFoo = Foo.extend(