Skip to content

Latest commit

 

History

History
120 lines (62 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

120 lines (62 loc) · 5.41 KB

Changelog

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

0.12.0 (2021-01-13)

Features

0.11.0 (2020-08-28)

0.10.0 (2020-08-05)

Features

  • integrate type proxy creation into build script (07e2cca)

Bug Fixes

  • buildArgs: add pkg dependencies fallback object (ccfbb91)

0.9.0 (2020-07-25)

Features

  • add site folder to the tsconfig excludes (bffad2d)
  • scripts: add generation of proxy for core types (aca0349)

0.8.0 (2020-07-22)

Features

  • add dist exclude in tsconfig.json (ac0a84a)
  • mark pkg dependencies as microbundle externals (e9b2c7f)
  • update tsconfig target to ESNext (7719990)

0.7.0 (2020-06-19)

Features

  • implement pkg exports (50d0809)
  • module-script: only add unique pkg array values (a017d9f)

0.6.0 (2020-06-14)

Features

  • register tsconfig paths in start script (9f137e6)

0.5.0 (2020-06-06)

Features

  • add modules to jest coverage paths (14353f8)
  • clean dist before build (6306b95)
  • ignore empty totals in coverage pct (7c5c202)
  • ignore main files in coverage by default (1d1e536)
  • implement create-type-proxies script (f99a363)
  • implement modules and externals (4ea1f94)
  • implement ts module aliases (cf0fad8)
  • pass coverage script without tests (649498d)

0.4.0 (2020-05-30)

Features

  • set amdName when creating a new project (9805dd0)
  • split up build script, add spawnScripts helper (c01ec6f)

Bug Fixes

  • let prettier ignore CHANGELOG.md (cfc2172)

0.3.0 (2020-05-27)

⚠ BREAKING CHANGES

  • simplified the project using microbundle

Features

  • simplified the project using microbundle (3350a96)

0.2.1 (2020-03-11)

0.2.0 (2020-03-06)

⚠ BREAKING CHANGES

  • set babel node target at the correct config place (#54)

Bug Fixes

  • set babel node target at the correct config place (#54) (6f46d9b)

0.1.0 (2020-03-05)

⚠ BREAKING CHANGES

  • upgrade dependencies

Features

  • added minimal CONTRIBUTING.md (f4c004a)
  • implemented author name and mail replacements and automated package.json default values (cad254a)
  • integrated standard-version (6c56a89)