3.1.0 (2021-12-27)
- enhance performance (7aefefd)
3.0.1 (2021-07-11)
- proper package.json configuration (a1d2e43)
3.0.0 (2021-07-11)
- tweak distribution bundle and build process (09ee7ce)
- now distributed version contained in separate folders:
cjs
,esm
andesnext
To include esnext version of package you now have to do
import { cnb } from 'cnbuilder/esnext'
2.7.1 (2021-07-10)
- get rid of types.ts file (37071e7)
2.7.0 (2021-07-10)
- improve performance on arrays and objects (58dda12)
2.6.0 (2020-06-11)
- export ClassValue type from index file. (4778493)
2.5.0 (2020-05-21)
2.4.0 (2020-03-02)
- lint: rename interface to pass linting. (d981f98)
- benchmarks: add the common version browser benchmarks. (aed60ac)
2.3.0 (2020-02-18)
- types: object value now can be anything, cause we only need to cast it to boolean, it gives more versatile usage; (7d1ced4)
2.2.1 (2020-02-18)
- readme: fix travis and codacy badges links; (ce61eca)
2.2.0 (2020-02-17)
- add prepublish build script so dist dir never lost; (23538b4)
2.1.0 (2020-02-17)
2.0.0 (2020-02-17)
- added dedupe module version; (1c61c3f)
- now package have named exports
cnb
anddcnb
from the index;
1.2.1 (2020-02-16)
- travis: fix travis jobs; (31382fb)
1.2.0 (2020-02-16)
- deps: add semantic release plugins; (be22328)
- deps: add semantic release plugins; (62f987c)
- readme: lost a line during edits; (80a6414)
- readme: reword a bit; (002b9e8)
- readme: typo; (e5567f5)
- add npm cnb to benchmarking (useful for development) (ec7706c)
- benchmarks now are way simpler; (340167b)
- bring in the eslint; (f6ad0d5)
- jest config moved to separate file; (dddeb73)
- put versioning under semantic release control. (e26be38)
- rework the method, now it works faster on most cases + now it does not emit most of eslint errors; (a884d61)