classnames
Advanced tools
Changelog
v2.2.3 / 2016-01-05
bind
variant to use [].join(' ')
as per the main script in 2.2.2Changelog
v2.2.2 / 2016-01-04
[].join(' ')
for a slight performance gain in the main function.Changelog
v2.2.1 / 2015-11-26
Changelog
v2.2.0 / 2015-10-18
bind
variant for use with css-modules and similar abstractions, thanks to Kirill YakovenkoChangelog
v2.1.5 / 2015-09-30
Object.keys
in dedupe.js
that slipped through in the last releaseChangelog
v2.1.4 / 2015-09-30
hasOwnProperty
checkdefine(["classnames"], function (classNames) {
var style = classNames("foo", "bar");
// ...
});
Changelog
v2.1.1 / 2015-05-06