Releases: jorgebucaran/classcat
Releases · jorgebucaran/classcat
5.0.5
02 Apr 20:21
Compare
Sorry, something went wrong.
No results found
Add missing default function name to type definition (#43 ) by @Birdie0 .
5.0.4
18 Aug 15:27
Compare
Sorry, something went wrong.
No results found
Add missing supported types in index.d.ts by @motss (#41 ).
5.0.0
13 Feb 11:30
Compare
Sorry, something went wrong.
No results found
Modernize, use ES modules, let. 🎉
IE11 and Node 8~10 are still supported.
Clean up code, fix incorrect return type (#37 ).
Avoid instantiating out variable when not needed.
Use different variable names for keys and indexes.
Remove .hasOwnProperty() check (42352a6 ).
Migrate tests to Twist .
4.0.1
29 Jun 00:43
Compare
Sorry, something went wrong.
No results found
Change main back to a UMD bundle dist/classcat.js (#31 @wata727 ).
4.0.0
27 Jun 18:53
Compare
Sorry, something went wrong.
No results found
Change main target to src/index.js (an ES module). You can still use /dist/classcat.js if you want to load Classcat globally through the window.classcat object.
No other breaking changes! 💯
3.2.0
18 Aug 06:22
Compare
Sorry, something went wrong.
No results found
Avoid boolean type coercion when stepping out from recursion.
Rewrite tests, benchmarks, and tweak other things (#27 ).
Cache Array.isArray.
Use Testmatrix .
Rewrite benchmark suite in a declarative style.
Use noEmit to validate .ts files without code generation.
3.0.0
28 Jan 09:44
Compare
Sorry, something went wrong.
No results found
Fix benchmarks producing wrong results (#17 ).
Remove nested object support (#15 ).
2.0.0
26 Jan 07:03
Compare
Sorry, something went wrong.
No results found
Don't add keys to the output if all child nodes are false (#14 #13 ).
1.0.0
07 Jan 06:09
Compare
Sorry, something went wrong.
No results found
Classcat is a declarative string builder optimized for DOM className properties.