Skip to content

Releases: joernio/astgen

v3.5.0

31 Aug 12:01
1a1741f

Choose a tag to compare

Fixed IGNORE_FILE_PATTERN (#16)

Otherwise we would ignore all files ending with `min.ext`, e.g., `admin.ext`.

v3.4.0

10 Aug 07:47
69d087a

Choose a tag to compare

Updated dependencies (#15)

v3.3.0

09 Aug 09:59
8b649d5

Choose a tag to compare

Ignore minified files (#14)

v3.2.0

28 Jul 10:07
cdfc22e

Choose a tag to compare

gzexe compression (#12)

---------
Signed-off-by: Prabhu Subramanian <[email protected]>

v3.1.0

07 Jun 09:47
dc052a8

Choose a tag to compare

Typescript 5.1 (#11)

Signed-off-by: Prabhu Subramanian <[email protected]>

v3.0.0

09 May 10:56
4f85e54

Choose a tag to compare

Node 18, pkg updates, more relaxed parsing (#10)

---------
Signed-off-by: Prabhu Subramanian <[email protected]>

v2.23.0

26 Apr 05:58

Choose a tag to compare

Retry parsing without "jsx" plugin if required

v2.22.0

11 Apr 06:28

Choose a tag to compare

Small optimizations

* Ignore "any" when writing types from tsc
* replace mapToObj with Object.fromEntries (since ES6).

v2.21.0

07 Apr 11:38
044d6c1

Choose a tag to compare

Updated version number

v2.20.0

07 Apr 07:46

Choose a tag to compare

Several performance improvements

* ignore *.d.ts files
* clear seen types map after writing a *.typemap file as we do type generation per file only anyway