Skip to content

Latest commit

 

History

History
44 lines (20 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

44 lines (20 loc) · 1.59 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.1 (2020-09-05)

Bug Fixes

5.0.0 (2020-09-05)

⚠ BREAKING CHANGES

  • exports maps are now used, which modifies import behavior.
  • drops Node 6 and 4. begin following Node.js LTS schedule (#89)

Features

Build System

  • drops Node 6 and 4. begin following Node.js LTS schedule (#89) (3cc0c28)

4.0.0 (2017-10-10)

Bug Fixes

  • allow support for falsy values like 0 in tagged literal (#45) (c926123)

Features

  • __: added tagged template literal support (#44) (0598daf)

BREAKING CHANGES

  • __: dropping Node 0.10/Node 0.12 support