Skip to content

Releases: xobotyi/cnbuilder

v3.1.0

27 Dec 09:12
Compare
Choose a tag to compare

3.1.0 (2021-12-27)

Features

v3.0.1

11 Jul 14:22
Compare
Choose a tag to compare

3.0.1 (2021-07-11)

Bug Fixes

  • proper package.json configuration (a1d2e43)

v3.0.0

11 Jul 14:15
Compare
Choose a tag to compare

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

10 Jul 22:08
Compare
Choose a tag to compare

2.7.1 (2021-07-10)

Bug Fixes

  • get rid of types.ts file (37071e7)

v2.7.0

10 Jul 22:03
Compare
Choose a tag to compare

2.7.0 (2021-07-10)

Features

  • improve performance on arrays and objects (58dda12)

v2.6.0

11 Jun 10:51
Compare
Choose a tag to compare

2.6.0 (2020-06-11)

Features

  • export ClassValue type from index file. (4778493)

v2.5.0

21 May 18:55
Compare
Choose a tag to compare

2.5.0 (2020-05-21)

Features

  • add patreon funding link (5e4ebce)
  • compatibility level now at ES5 (de0b7b0)

v2.4.0

02 Mar 03:54
Compare
Choose a tag to compare

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

18 Feb 12:02
Compare
Choose a tag to compare

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

18 Feb 00:47
Compare
Choose a tag to compare

2.2.1 (2020-02-18)

Bug Fixes

  • readme: fix travis and codacy badges links; (ce61eca)