From 00acc3d459b91a7888adbb0a38db815dbb825f66 Mon Sep 17 00:00:00 2001 From: "http://jayferd.us/" Date: Sun, 27 Oct 2013 22:13:31 -0700 Subject: [PATCH] v5.0.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df62394..7a7e38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## version 5.0.0: 2013-10-27 + + * Allow idiomatic (coffeescript or es6) subclassing of pjs classes, at the + cost of subtly breaking back-compat with `this.constructor(...)`. To fix + this, just put a `new` in front of the call. + ## version 4.0.0: 2013-06-13 * remove .mixin, and add .extend (see #18) diff --git a/package.json b/package.json index 361e071..5424ce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pjs", - "version": "4.0.0", + "version": "5.0.0", "description": "A lightweight class system. It's just prototypes!", "keywords": ["class", "pjs", "P", "inheritance", "super"], "author": "Jay Adkisson ",