Skip to content

Latest commit

 

History

History
522 lines (213 loc) · 25.8 KB

CHANGELOG.md

File metadata and controls

522 lines (213 loc) · 25.8 KB

5.1.0 (2022-01-20)

Features

  • config: update source map support, support fn in custom webpack config (03fc333)

5.0.1 (2021-11-29)

5.0.0-beta.0 (2021-11-29)

Features

  • deps: upgrade dependencies and fix issues (0c35752)

5.0.0 (2021-04-23)

Bug Fixes

  • eslint: upgrade eslint config for prettier (6b64b84)

4.1.0 (2021-03-31)

Features

  • processhandler: add void type in promise type (1031628)
  • typescript: support typescript <4.2.0 (2998c8e)

4.0.0 (2020-11-20)

3.2.0-alpha.10 (2020-11-18)

Reverts

  • jest: revert jesst changes (1a7c2d3)

3.2.0-alpha.9 (2020-11-18)

Features

  • jest: check for baseUrl and paths before mapping modules (d412be9)

3.2.0-alpha.8 (2020-11-18)

Features

  • jest: use ts-jest's pathsToModuleNameMapper (b5f6d67)

3.2.0-alpha.7 (2020-11-17)

Bug Fixes

  • jest: use tsconfig instead of tsConfig (08e851c)
  • prettier: fix formatting issue and command issue (ab49b6c)

Features

  • actions: add node 15.x into workflow support (8a070c8)
  • deps: upgrade dev dependencies (a25315c)
  • eslint: remove return type requirement rule (1d1b4c1)

3.2.0-alpha.6 (2020-11-17)

Bug Fixes

  • eslint: fix incorrect usage of configFile for loader (d24666e)

3.2.0-alpha.5 (2020-11-17)

Bug Fixes

  • eslint: use configFile and resolvePluginsRelativeTo again (4b76daa)

3.2.0-alpha.4 (2020-11-17)

Features

  • eslint: migrate to new webpack eslint plugin (34f462b)

3.2.0-alpha.3 (2020-11-17)

Bug Fixes

  • typescript: install ~4.x version of typescript on create (34fa6d4)

3.2.0-alpha.2 (2020-11-17)

Bug Fixes

  • webpack5: fix config problem and mitigate typing issue (292b6a8)

3.2.0-alpha.1 (2020-11-17)

3.1.2 (2020-03-12)

3.1.1 (2020-03-11)

Features

  • create: install compatible typescript version on create (a0c6d14)
  • package: use tslib to reduce dist size (1600455)

3.1.0 (2019-12-13)

Bug Fixes

  • package: move eslint plugins to dependencies (e838833)

Features

  • eslint: generate .eslintrc for project (0794693)
  • eslint: use built in eslint (dcb4896)
  • package: cleanup, remove usage of mapped paths in template (4a8050a)
  • prettier: integrate prettier into tns (f9213d7)
  • ts3.7: try integrating ts3.7 (10f14e5)

3.0.0 (2019-08-25)

Bug Fixes

  • eslint: don't lint template (42751cf)
  • eslint: fix invalid .eslintrc.json in template (f9c6f57)
  • eslint: lint tests directory, fix lint issue in tests (3cea4af)
  • eslint: try fixing eslint issues (3aed93a)

3.0.0-alpha.1 (2019-08-07)

Features

  • eslint: add info for custom tslint.json migration (f3725fa)

3.0.0-alpha.0 (2019-08-07)

Bug Fixes

  • package: update @babel/code-frame to version 7.5.5 (06c41cd)
  • package: update @babel/core to version 7.5.0 (da497fa)
  • package: update @babel/core to version 7.5.5 (e183737)
  • package: update @babel/preset-env to version 7.5.2 (1ff6d0d), closes #123
  • package: update @babel/preset-env to version 7.5.5 (ef37659)
  • package: update webpack to version 4.35.3 (23461f6)
  • webpack: dont emit hash in output on prod builds (fe8c397)

Features

  • eslint: add migration script (2ea6a5a), closes #96
  • eslint: extract utilities (bac78de)
  • eslint: support eslint (a3f800d), closes #96
  • webpack: add clean-webpack-plugin (b264e23)

2.0.6 (2019-07-04)

Bug Fixes

  • package: update fork-ts-checker-webpack-plugin to version 1.3.7 (ee83855), closes #117
  • package: update fs-extra to version 8.1.0 (75b4f93)
  • package: update webpack to version 4.35.0 (3d0ae9c), closes #118

2.0.5 (2019-06-10)

Features

  • webpack: emit only errors for tsconfig-paths-webpack-plugin (7af2490)

2.0.4 (2019-06-07)

Bug Fixes

  • webpack: add missing webpack overide support in build mode (1ceaaef)

2.0.3 (2019-06-07)

Bug Fixes

  • package: update fork-ts-checker-webpack-plugin to version 1.3.3 (ebdbe2f)
  • package: update webpack to version 4.32.0 (574f35e)
  • package: upgrade and pin docusaurus to 1.11.0 (7b39236)
  • package: upgrade dependencies (46c3478)

2.0.2 (2019-05-16)

Bug Fixes

  • package: update @babel/core to version 7.4.4 (14d6c86)
  • package: update @babel/preset-env to version 7.4.4 (3d6de68)
  • package: update babel-loader to version 8.0.6 (626964a)
  • package: update fork-ts-checker-webpack-plugin to version 1.2.0 (32b1683), closes #93
  • package: update fork-ts-checker-webpack-plugin to version 1.3.2 (28403e7)
  • package: update fs-extra to version 8.0.1 (9cfca52), closes #102
  • package: update webpack to version 4.31.0 (74bd0d0)

2.0.1 (2019-04-15)

Bug Fixes

  • package: update fork-ts-checker-webpack-plugin to version 1.0.1 (cbbe50f)
  • package: update ts-jest to version 24.0.1 (eb25ad5)

Features

  • process: extract app runner into a process handler (8826297)
  • webpack: add case sensitive webpack plugin (027f926)

2.0.0-beta.5 (2019-03-26)

Features

  • argv: forward argv to spawned app (f26d370), closes #76

2.0.0-beta.4 (2019-03-26)

Features

  • test: don't check tests when running run/build (464a06a)

2.0.0-beta.3 (2019-03-26)

Features

  • webpack: support config override, fix empty errors (dbc7186)

2.0.0-beta.2 (2019-03-25)

2.0.0-beta.1 (2019-03-25)

Bug Fixes

  • formatter: use colors when tty and not ci (5e3584f)

2.0.0-beta.0 (2019-03-25)

Bug Fixes

  • create: install TNS as a dev dependency (3978289)
  • package: update @babel/core to version 7.3.4 (0332dba)
  • package: update @babel/preset-env to version 7.3.4 (3a5cd6f)
  • package: update webpack to version 4.29.6 (3f88bb8)
  • vendor: fix spelling (ee2eaf8)

Features

  • typescript: add typescript files (f8854c2)
  • typescript: finish up typescript support (2c5512b)

1.3.0 (2019-02-19)

Bug Fixes

  • package: update @babel/core to version 7.3.3 (28bad95), closes #64
  • package: update @babel/preset-env to version 7.3.1 (f7fec24), closes #64
  • package: update babel-loader to version 8.0.5 (2eefbfc)
  • package: update chalk to version 2.4.2 (1c7ffd6)
  • package: update filesize to version 4.1.2 (a3f0053), closes #68
  • package: update ts-jest to version 24.0.0 (1a034c8)
  • package: update webpack to version 4.29.4 (c072db7), closes #65
  • package: update webpack to version 4.29.5 (c299c65)

Features

  • package: upgrade jest, fix filesize, drop node 6 (bd2e4d7)

1.2.0 (2018-12-30)

Features

  • monorepo: add support for monorepo (6a7384f)

1.1.1 (2018-12-15)

Bug Fixes

  • template: remove build, coverage and dist from npm (171ee66)

1.1.0 (2018-12-14)

Bug Fixes

  • package: require typescript 3.x, fix fTCWP on 0.5.x (24b41ce)

1.0.7 (2018-12-11)

Bug Fixes

  • package: update fork-ts-checker-webpack-plugin to version 0.5.1 (2cac59a)
  • package: update webpack to version 4.27.0 (5bcee3b)
  • package: update webpack to version 4.27.1 (e7ba963)

1.0.6 (2018-12-02)

Bug Fixes

  • test: use tsConfig instead of tsConfigFile for ts-jest (0169e47)

1.0.5 (2018-12-01)

Bug Fixes

  • codeframe: use new API for @babel/code-frame (1c93c74)

1.0.4 (2018-12-01)

Bug Fixes

  • e2e: fix env detection for travis (c501d96)
  • package: update @babel/core to version 7.1.2 (53f832e), closes #25
  • package: update @babel/preset-env to version 7.1.0 (07a38d4), closes #25
  • package: update babel-loader to version 8.0.4 (e4950e0), closes #23
  • package: update fork-ts-checker-webpack-plugin to version 0.4.10 (c4f956c)
  • package: update strip-ansi to version 5.0.0 (fc0bf57)
  • package: update ts-jest to version 23.10.4 (6b7d9b6)
  • package: update webpack to version 4.20.2 (dfb06d2), closes #24
  • spawn: fix problem where kill wasnt killing subprocesses (1cc35c0)

1.0.3 (2018-09-25)

Bug Fixes

  • tslint: do not check js files with tslint (f41b01f)

1.0.2 (2018-09-16)

Bug Fixes

  • codeframe: use default export (4aad562)
  • ts-jest: use node module resolution (531d8fd)

Features

  • babel: full support, sink tests, fix warnings (069a7ff)
  • babel: use babel for js files (838a12c)

0.5.0 (2018-08-08)

Bug Fixes

  • package: update fork-ts-checker-webpack-plugin to version 0.4.4 (1a0d5fc)
  • package: update ts-jest to version 23.1.3 (08fe6f5), closes #12
  • package: update webpack to version 4.16.5 (164efcc), closes #10

Features

  • typescript: v3 + use experimentalWatchApi in webpack (83a9ad2)

0.4.4 (2018-08-01)

Bug Fixes

  • package: update webpack to version 4.16.2 (fe44509)

Features

  • jest: target only commonjs (930f5ca)

0.4.2 (2018-07-23)

0.4.1 (2018-07-23)

0.4.0 (2018-07-21)

0.3.0 (2018-07-20)

0.2.4 (2018-07-17)

0.2.2 (2018-06-15)

0.2.1 (2018-06-15)