Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 734 Bytes

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 734 Bytes

Changelog

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

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

[2.0.0] - 2020-01-06

Added

  • CHANGELOG file

Changed

  • Upgraded all dependencies to latest versions
  • Moved size-limit config from the package.json to its own file
  • Enable sourcemaps by default
  • Remove CommonJS build output

Fixed

[1.0.0] - 2020-01-06

Added

  • Typescript support
  • CSS Modules
  • ESLint (with React and Prettier)
  • Unit tests (Jest and Testing Library)
  • Minified output (Terser)
  • Bundle size validation
  • Flexible builds (Rollup)