Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

40 lines (21 loc) · 1.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and adheres to Semantic Versioning.

0.2.5 - 2021-04-13

Changed

  • Removed dependency on tslib, as we no-longer compile with tsc. #1829

0.2.3 - 2021-03-03

Fixed

  • Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers #1759

0.2.1 - 2021-02-03

Fixed

  • Fixed pseudotranslate leaving out final part with default options. #1725

0.2.0 - 2020-12-18

Added

  • Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability #1698

0.1.12 - 2020-10-20

  • Updated tslib dependency to ^1.14.1. #1657

0.1.3 - 2019-01-09

  • Start of Changelog