Skip to content

Latest commit

 

History

History
139 lines (67 loc) · 5.65 KB

CHANGELOG.md

File metadata and controls

139 lines (67 loc) · 5.65 KB

3.1.0 (2021-12-27)

Features

3.0.1 (2021-07-11)

Bug Fixes

  • proper package.json configuration (a1d2e43)

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'

2.7.1 (2021-07-10)

Bug Fixes

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

2.7.0 (2021-07-10)

Features

  • improve performance on arrays and objects (58dda12)

2.6.0 (2020-06-11)

Features

  • export ClassValue type from index file. (4778493)

2.5.0 (2020-05-21)

Features

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

2.4.0 (2020-03-02)

Bug Fixes

  • lint: rename interface to pass linting. (d981f98)

Features

  • benchmarks: add the common version browser benchmarks. (aed60ac)

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)

2.2.1 (2020-02-18)

Bug Fixes

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

2.2.0 (2020-02-17)

Features

  • add prepublish build script so dist dir never lost; (23538b4)

2.1.0 (2020-02-17)

Features

2.0.0 (2020-02-17)

Features

  • added dedupe module version; (1c61c3f)

BREAKING CHANGES

  • now package have named exports cnb and dcnb from the index;

1.2.1 (2020-02-16)

Bug Fixes

  • travis: fix travis jobs; (31382fb)

1.2.0 (2020-02-16)

Bug Fixes

  • 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)

Features

  • 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)