Skip to content

Latest commit

 

History

History
559 lines (187 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

559 lines (187 loc) · 14.2 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.7.18 (2020-06-08)

Bug Fixes

  • ts-helpers: closes #33, replace window slashes to unix (21f7503)

1.7.17 (2020-04-04)

Bug Fixes

  • ts-transform-paths: disable path rewrite in d.ts option: disableForDeclarations (e6d3de3)

1.7.16 (2020-04-04)

Bug Fixes

  • ts-transform-paths: use fileExists, remove getSourceFile #30 (0c97e90)

1.7.15 (2020-03-26)

Bug Fixes

  • ts-helpers: better relative path detection 2, #28 (dcfb8f3)

1.7.14 (2020-03-26)

Bug Fixes

  • ts-helpers: better relative path detection, #28 (bf395ca)
  • ts-transform-paths: setup rollup with ttypescript (767576b)

1.7.13 (2020-03-23)

Bug Fixes

  • ts-helpers: substitude baseUrl, closes #28 (f22c2b8)

1.7.12 (2020-03-01)

Bug Fixes

  • ts-transform-paths: check if import file exists without substitution, closes #25 (2c19d3a)

1.7.11 (2020-01-12)

Bug Fixes

  • ts-helpers: strict relative import detection #24 (042be81)

1.7.10 (2020-01-11)

Bug Fixes

  • ts-helpers: Original relative path should be preferred over mapped, closes #24 (f770398)

1.7.9 (2019-12-22)

Note: Version bump only for package zerollup

1.7.8 (2019-12-02)

Bug Fixes

  • ts-transform-paths: import with extension #21 (46f4933)

1.7.7 (2019-11-16)

Bug Fixes

  • ts-transform-paths: improve own import detector #18 (29eb2f7)

1.7.6 (2019-11-13)

Bug Fixes

1.7.5 (2019-11-10)

Bug Fixes

  • ts-transform-paths: readme, code optimisations (392f93b)
  • ts-transform-paths: restore resolver, closes #18 (679311f)

1.7.4 (2019-11-07)

Bug Fixes

1.7.3 (2019-05-31)

Bug Fixes

  • ts-transform-paths: moduleSpecifier null check #13 (50c033c)

1.7.2 (2019-05-31)

Note: Version bump only for package zerollup

1.7.1 (2019-04-09)

Bug Fixes

1.7.0 (2019-02-09)

Features

  • ts-helpers: added exclude option to resolver, #10 (a54901e)
  • ts-transform-paths: added exclude and for options to config, #10 (5da42e1)

1.6.6 (2019-02-06)

Bug Fixes

  • ts-helpers: do not resolve relative paths for default alias, #10 (6f35ba5)
  • ts-transform-paths: tests for resolve relative paths, #10 (a41585e)

1.6.5 (2018-12-01)

Note: Version bump only for package zerollup

1.6.4 (2018-11-21)

Bug Fixes

  • rollup-preset-ts: added rollup-plugin-json (2366d02)

1.6.3 (2018-11-21)

Bug Fixes

  • rollup-preset-ts: browser enabled in node-resolve plugin (047c751)

1.6.2 (2018-11-16)

Bug Fixes

  • wait-all-async: test fixed, updated deps (7e10a5a)

1.6.1 (2018-09-04)

Bug Fixes

  • rollup-preset-ts: pkg index, resolve plugin options (be86cdc)

1.6.0 (2018-09-03)

Features

  • rollup.context added to config, notify plugin (58d22a8)

1.5.2 (2018-08-29)

Bug Fixes

  • rollup-plugin-template: remove non-js files from bundle (b550f29)

1.5.1 (2018-08-29)

Note: Version bump only for package zerollup

1.5.0 (2018-08-29)

Bug Fixes

Features

  • rollup-plugin-template: initial prerender support via waa (8fff799)

1.4.5 (2018-06-26)

Bug Fixes

  • ts-transform-paths: processed map removed (7bf7d11)

1.4.4 (2018-06-26)

Bug Fixes

  • ts-transform-paths: d.ts generated dynamic imports (4a8410b)
  • wait-all-async: typo fix (0ae260a)

1.4.3 (2018-06-22)

Bug Fixes

  • ts-transform-paths: regexp matching for paths suggestions, closes #3 (723dc77)
  • ts-transform-paths: removed compat with old ts (ddecdc5)

1.4.2 (2018-06-11)

Note: Version bump only for package zerollup

1.4.1 (2018-06-11)

Bug Fixes

  • wait-all-async: prevent waiting timeout, if no async tasks added (1bfda42)

1.4.0 (2018-06-09)

Features

  • wait-all-async: cli added (a04a2d4)

1.3.7 (2018-06-07)

Note: Version bump only for package zerollup

1.3.6 (2018-06-07)

Note: Version bump only for package zerollup

1.3.5 (2018-06-07)

Note: Version bump only for package zerollup

1.3.4 (2018-06-07)

Note: Version bump only for package zerollup

1.3.3 (2018-06-07)

Bug Fixes

  • wait-all-async: added prerenderer, promise patch instead of fetch patch (d9fa7bb)

1.3.2 (2018-06-05)

Note: Version bump only for package zerollup

1.3.1 (2018-06-05)

Note: Version bump only for package zerollup

1.3.0 (2018-06-05)

Features

  • wait-all-async: added new lib (b3b007d)

1.2.6 (2018-05-31)

Note: Version bump only for package zerollup

1.2.5 (2018-05-30)

Note: Version bump only for package zerollup

1.2.4 (2018-05-29)

Bug Fixes

  • ts-transform-paths: bad import/export in output js if importing/exporting pure interfaces (ea509a5)

1.2.3 (2018-05-29)

Bug Fixes

  • ts-transform-paths: interface import non-removal (31d294e)

1.2.2 (2018-05-26)

Bug Fixes

  • ts-transform-paths: node cloning (5ffaf95)

1.2.1 (2018-05-26)

Bug Fixes

  • ts-transform-plugin: commonjs module fix #1 (f5aee9a)

1.2.0 (2018-05-22)

Bug Fixes

  • build: set upstream removed (ef0803a)

Features

  • ts-transform-plugin: initial require support (1aa3762)

1.1.4 (2018-05-18)

Bug Fixes

  • build: build script (7108d75)
  • build: changed travis hook (3013a77)
  • build: place travis hook (f9faacb)
  • ts-transform-paths: afterDeclarations name changed (f1f5e6a)

1.1.3 (2018-05-15)

Note: Version bump only for package zerollup