Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Sep 30, 2015
1 parent 3e3107a commit 08e91d1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v2.1.4 / 2015-09-30

* new case added to benchmarks
* safer `hasOwnProperty` check
* AMD module is now named, so you can do the following:

```
define(["classnames"], function (classNames) {
var style = classNames("foo", "bar");
// ...
});
```

## v2.1.3 / 2015-07-02

* updated UMD wrapper to support AMD and CommonJS on the same pacge
Expand Down Expand Up @@ -32,7 +45,7 @@

## v1.2.0 / 2015-03-17

* added comprehensive support for array argiments, including nested arrays
* added comprehensive support for array arguments, including nested arrays
* simplified code slightly

## Previous
Expand Down

0 comments on commit 08e91d1

Please sign in to comment.