Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jneen committed Oct 28, 2013
1 parent 7239039 commit 00acc3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion 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 <jjmadkisson at gmail dot com>",
Expand Down

0 comments on commit 00acc3d

Please sign in to comment.