Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Releases: typescript-tools/tsconfig-includes

v5.0.3

24 Sep 00:01

Choose a tag to compare

5.0.3 (2023-09-24)

Bug Fixes

  • relax dependency semver ranges (b49dfd6)

v5.0.2

23 Sep 23:57

Choose a tag to compare

5.0.2 (2023-09-23)

Bug Fixes

  • do not require monorepo_root to be specified as an absolute path (0396f34)
  • exclude paths under node_modules from exact enumeration (e0b3cbd)

v5.0.1

23 Sep 22:09
b00c8c1

Choose a tag to compare

5.0.1 (2023-09-23)

Bug Fixes

  • deps: update rust crate typescript_tools to v9 (dcc04c7)

v5.0.0

23 Sep 22:06
cd0bc7e

Choose a tag to compare

5.0.0 (2023-09-23)

Bug Fixes

  • deps: update rust crate typescript_tools to v7 (ff19826)

  • impl Eq, PartialEq, Hash for Calculation enum (8a15b8c)

  • widen input type for tsconfig_files to impl IntoIterator (4ffa004)

  • refactor!: use modular errors (41c9d1d)

Performance Improvements

  • avoid intermediate allocations (d43379b)

BREAKING CHANGES

  • rework error types for accuracy and improved messages

v4.2.1

10 Feb 20:50

Choose a tag to compare

4.2.1 (2023-02-10)

Bug Fixes

  • avoid unwrap (4ab9336)
  • avoid unwrap in exact enumeration (1ce3ccb)
  • fail on non-zero code of tsc (f27820b)
  • only take glob extensions from glob patterns (e9f7342)

Performance Improvements

  • avoid collecting into intermediate vec (c35dd6c)

v4.2.0

09 Feb 14:34

Choose a tag to compare

4.2.0 (2023-02-09)

Features

  • widen input type to accept into calculation (a7e37fe)

v4.1.0

08 Feb 22:59

Choose a tag to compare

4.1.0 (2023-02-08)

Features

v4.0.0

08 Feb 21:35

Choose a tag to compare

4.0.0 (2023-02-08)

chore

  • remove tsconfig_includes function from API (f5bd182)

  • perf!: operate more efficiently on an input list (9856abc)

BREAKING CHANGES

  • change dimensionality of input, accept a list

By accepting a list of tsconfig.json files to enumerate sources for,
we can calculate the result more efficiently by calculating a library's
input sources one time and reusing the result.

  • remove the tsconfig_includes function from crate API

v3.2.0

08 Feb 14:29

Choose a tag to compare

3.2.0 (2023-02-08)

Features

  • attempt to support file type filtering (bf17a99)

v3.1.0

08 Feb 12:15

Choose a tag to compare

3.1.0 (2023-02-08)

Bug Fixes

  • sort paths in hashmap values (99c804d)

Features

  • add function to group includes by package name (eafb8ad)