Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

73 lines (39 loc) · 1.65 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.2 (2020-04-28)

Bug Fixes

  • remove preinstall (breaks install) (881948c)

2.0.1 (2020-04-28)

Bug Fixes

2.0.0 (2020-04-11)

Features

  • bump version (b4fc10d)
  • export bemJoin function instead of default export (7db2c5e)

BREAKING CHANGES

  • fix release
  • removed default export; use import { bemJoin } from 'bem-join';

v1.2.1

  • Update dependencies (including security fixes).

v1.2.0

  • New: Exports a CommonJS module for npm compatibility.
  • Switch tests to Jest.
  • Snyk security fix.

v1.1.4

  • Snyk security fix.

v1.1.3

  • Add package-lock.json.
  • Move snyk from dependency to dev dependency.
  • Update dependencies.
  • Specify engines in package.json.

v1.1.2

  • Fix README typo.

v1.1.1

  • Update npm keywords.

v1.1.0

  • Fix BEMModifiers type to an interface with optional values and document it in the README.

v1.0.1

  • Ignore (don't package) build-related files.

v1.0.0

  • Initial release.