Releases: xobotyi/cnbuilder
Releases · xobotyi/cnbuilder
v3.1.0
3.1.0 (2021-12-27)
Features
v3.0.1
3.0.1 (2021-07-11)
Bug Fixes
- proper package.json configuration (a1d2e43)
v3.0.0
3.0.0 (2021-07-11)
Features
- tweak distribution bundle and build process (09ee7ce)
BREAKING CHANGES
- now distributed version contained in separate folders:
cjs
, esm
and
esnext
To include esnext version of package you now have to do
import { cnb } from 'cnbuilder/esnext'
v2.7.1
2.7.1 (2021-07-10)
Bug Fixes
v2.7.0
2.7.0 (2021-07-10)
Features
- improve performance on arrays and objects (58dda12)
v2.6.0
2.6.0 (2020-06-11)
Features
- export ClassValue type from index file. (4778493)
v2.5.0
2.5.0 (2020-05-21)
Features
- add patreon funding link (5e4ebce)
- compatibility level now at ES5 (de0b7b0)
v2.4.0
2.4.0 (2020-03-02)
Bug Fixes
- lint: rename interface to pass linting. (d981f98)
Features
- benchmarks: add the common version browser benchmarks. (aed60ac)
v2.3.0
2.3.0 (2020-02-18)
Features
- types: object value now can be anything, cause we only need to cast it to boolean, it gives more versatile usage; (7d1ced4)
v2.2.1
2.2.1 (2020-02-18)
Bug Fixes
- readme: fix travis and codacy badges links; (ce61eca)