Echo JS 0.11.0

<~>

chriscavs comments

chriscavs 1936 days ago. link 1 point
As for WHY: because it supports if/else classes, which classnames does not.  it also was written in ES6, cutting down on maintainability of the package and executing in fewer lines of code.  classnames 'dedup' of classes is another nearly 100 line file, while getClass's 'dedup' happens in linear time in just one line of code.