Comparing version 1.0.3 to 1.1.0
@@ -5,2 +5,10 @@ | ||
1.1.0 (2013-08-06) | ||
------------------ | ||
* Add Bower support | ||
* Update dependencies | ||
* Improve browser test runner | ||
1.0.3 (2013-03-12) | ||
@@ -7,0 +15,0 @@ ------------------ |
@@ -1,2 +0,2 @@ | ||
/*global define */ | ||
/* global define */ | ||
(function (root, chic) { | ||
@@ -62,3 +62,4 @@ 'use strict'; | ||
if (isFn(value)) { | ||
return proto[name] = applySuperMethod(value, Parent.prototype[name]); | ||
proto[name] = applySuperMethod(value, Parent.prototype[name]); | ||
return; | ||
} | ||
@@ -65,0 +66,0 @@ proto[name] = value; |
{ | ||
"name": "chic", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance", | ||
"keywords": [ "class", "classes", "extend", "inheritance", "oop", "prototypal", "prototype" ], | ||
"author": "Rowan Manning (http://rowanmanning.co.uk/)", | ||
"author": "Rowan Manning (http://rowanmanning.com/)", | ||
@@ -20,10 +20,7 @@ "repository": { | ||
"devDependencies": { | ||
"browserify": "~1.16", | ||
"express": "~3.1", | ||
"glob": "~3.1", | ||
"jshint": "~0.9", | ||
"mocha": "~1.8", | ||
"proclaim": "~1.0", | ||
"sinon": "~1.6", | ||
"supervisor": "~0.5" | ||
"jshint": "~2.1", | ||
"mocha": "~1.12", | ||
"mocha-srv": "~0.1", | ||
"proclaim": "~1.5", | ||
"sinon": "~1.6" | ||
}, | ||
@@ -30,0 +27,0 @@ |
@@ -6,3 +6,3 @@ Chic | ||
**Current Stable Version:** *1.0.3* | ||
**Current Stable Version:** *1.1.0* | ||
**Automated Build Status:** [![Build Status][travis-status]][travis] | ||
@@ -9,0 +9,0 @@ **Node Support:** *0.6, 0.8, 0.10* |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11229
5
8
95