Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Latest commit

 

History

History
132 lines (64 loc) · 6.54 KB

CHANGELOG.md

File metadata and controls

132 lines (64 loc) · 6.54 KB

Change Log

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

1.0.0 (2021-12-13)

⚠ BREAKING CHANGES

  • exports maps are now used, which modifies import behavior.
  • drops Node 6 and 4. begin following Node.js LTS schedule (#89)
  • __: dropping Node 0.10/Node 0.12 support

Features

  • add support for ESM and Deno #95) (4d7ae94)
  • __: added tagged template literal support (#44) (0598daf)

Bug Fixes

  • deno: force modern release for Deno (b1c215a)
  • deno: force release for deno (#121) (d3f2560)
  • webpack: skip readFileSync if not defined (#117) (6966fa9)
  • address prototype pollution issue (#108) (a9ac604)
  • deno: update types for deno ^1.4.0 (#100) (3834d9a)
  • exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#105) (4f85d80)
  • exports: node 13.0-13.6 require a string fallback (#103) (e39921e)
  • allow support for falsy values like 0 in tagged literal (#45) (c926123)
  • main had old index path (#98) (124f7b0)

Build System

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

5.0.8 (2021-04-07)

Bug Fixes

  • deno: force modern release for Deno (b1c215a)

5.0.7 (2021-04-07)

Bug Fixes

5.0.6 (2021-04-05)

Bug Fixes

  • webpack: skip readFileSync if not defined (#117) (6966fa9)

5.0.5 (2020-10-25)

Bug Fixes

5.0.4 (2020-10-16)

Bug Fixes

  • exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#105) (4f85d80)

5.0.3 (2020-10-16)

Bug Fixes

  • exports: node 13.0-13.6 require a string fallback (#103) (e39921e)

5.0.2 (2020-10-01)

Bug Fixes

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.1 (2020-10-25)

Bug Fixes

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