Skip to content

Latest commit

 

History

History
76 lines (39 loc) · 3.96 KB

File metadata and controls

76 lines (39 loc) · 3.96 KB

Changelog

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

1.5.5 (2021-06-09)

Bug Fixes

  • webpack: require.resolve('ts-loader') to fix yarn workspaces problem (7e6d407)

1.5.4 (2021-06-07)

Bug Fixes

  • engines/node: drop support of node 10 as ts-loader@9.2.3 requires >=12.0.0 (aab24ec)

1.5.3 (2021-06-07)

1.5.2 (2021-02-13)

Bug Fixes

  • build: remove build in .gitignore to fix publish package missing bin/buid file (381c340)

1.5.1 (2021-02-13)

Bug Fixes

  • config: update tsconfig-paths-webpack-plugin to use CWD's tsconfig.json if exists, refactor the default one (7322980)

1.5.0 (2021-01-18)

Features

  • dotenv: add { systemvars: true } to dotenv opts to allow system env vars to be understood (82356dc)

1.4.0 (2021-01-11)

1.3.1 (2020-03-28)

1.3.0 (2020-03-26)

Features

  • package: add prettier & husky (9f0907b)

1.2.1 (2020-03-21)

1.2.0 (2020-03-12)

Features

1.1.0 (2020-02-28)

Features

  • close #5: install standard-version as dev dependencies (#8) (24bf84a), closes #5
  • close #7: Resolve outdated dependencies (#10) (1d371b1), closes #7

1.0.3 (2020-02-27)

1.0.2 (2020-02-26)

1.0.1 (2020-02-26)

Bug Fixes

  • Close #2: Fix ts-loader use user node module (#2) (951df3a)

1.0.0 (2020-02-24)

Features

  • Mod backpack for support typescript tslint and dotenv (5c1ac65)