Commit Graph

288 Commits

Author SHA1 Message Date
jkunz 9a071ce82f v3.1.1 v3.1.1 2025-11-27 23:04:13 +00:00
jkunz ad227ded73 fix(compiler): Update default TypeScript target to ES2024 2025-11-27 23:04:13 +00:00
jkunz c66a941aaf v3.1.0 v3.1.0 2025-11-17 12:25:31 +00:00
jkunz a3b58dda39 feat(tsbuild.classes): Update default TypeScript lib to lib.esnext.d.ts 2025-11-17 12:25:31 +00:00
jkunz 4b29107130 v3.0.0 v3.0.0 2025-11-17 11:57:32 +00:00
jkunz 09adbc1965 BREAKING CHANGE(TsBuild): Stop forcing emitDecoratorMetadata in protected compiler defaults 2025-11-17 11:57:32 +00:00
jkunz 7fb571d4f6 v2.7.3 v2.7.3 2025-11-17 11:51:56 +00:00
jkunz 6b32dced5a fix(tsbuild.classes): Remove duplicate emitDecoratorMetadata from default compiler options and centralize it in protected defaults 2025-11-17 11:51:56 +00:00
jkunz df39aa48d0 v2.7.2 v2.7.2 2025-11-17 08:08:21 +00:00
jkunz a4863bc761 fix(compilerOptions): Remove experimentalDecorators and useDefineForClassFields from default TypeScript compiler options 2025-11-17 08:08:21 +00:00
jkunz b38ef6cf82 2.7.1 v2.7.1 2025-11-02 06:13:34 +00:00
jkunz 8b50cd3090 fix(readme): Update documentation: expand README with usage, CLI and API examples; add readme.hints.md project memory 2025-11-02 06:13:34 +00:00
jkunz c6ab493efc 2.7.0 v2.7.0 2025-11-02 05:31:55 +00:00
jkunz 82ae8a0e4a feat(tsbuild): Add tsconfig.json support and safer compiler option merging; protect critical options; apply path and enum transforms; bump dependencies. 2025-11-02 05:31:55 +00:00
jkunz 787becc4d3 2.6.8 v2.6.8 2025-08-29 17:14:58 +00:00
jkunz 746ca8767a fix(tsbuild): Avoid process.exit in library, add confirmskiplibcheck flag, improve CLI exit handling and JSON/quiet modes, update test script 2025-08-29 17:14:58 +00:00
jkunz 55c1a2953a 2.6.7 v2.6.7 2025-08-18 02:19:15 +00:00
jkunz 8e9fcb8135 fix(tspublish): Bump @git.zone/tspublish dependency to ^1.10.3 2025-08-18 02:19:15 +00:00
jkunz 18573c777d 2.6.6 v2.6.6 2025-08-18 00:32:26 +00:00
jkunz fa654b83e3 fix(dependencies): Update dependency @git.zone/tspublish to ^1.10.2 2025-08-18 00:32:26 +00:00
jkunz aa3c83cd95 2.6.5 v2.6.5 2025-08-18 00:29:51 +00:00
jkunz 20ed41df42 fix(dependencies): Bump dependencies and add pnpm-workspace configuration 2025-08-18 00:29:51 +00:00
philkunz 7162476f7f 2.6.4 v2.6.4 2025-05-24 00:30:16 +00:00
philkunz 1b012628eb fix(dependencies): Add .npmrc and update dependency versions for smartfile and tstest 2025-05-24 00:30:16 +00:00
philkunz 4081086621 2.6.3 v2.6.3 2025-05-21 18:06:46 +00:00
philkunz b9cf09ccba fix(tsbuild): minor maintenance updates and documentation improvements 2025-05-21 18:06:46 +00:00
philkunz 8463fbc78a 2.6.2 v2.6.2 2025-05-21 17:59:28 +00:00
philkunz 0164eb51a1 fix(npm configuration): Remove .npmrc file to default npm registry behavior 2025-05-21 17:59:28 +00:00
philkunz a305dd89dd 2.6.1 v2.6.1 2025-05-21 17:58:22 +00:00
philkunz fa6b053ee0 fix(tsbuild.classes): Improve error diagnostics handling by removing legacy helper and integrating more robust error summaries in the compilation process 2025-05-21 17:58:22 +00:00
philkunz adfba21c67 2.6.0 v2.6.0 2025-05-21 13:38:21 +00:00
philkunz 050e41cdf9 feat(tsbuild): Improve task logging and update dependencies 2025-05-21 13:38:21 +00:00
philkunz f220a11caa 2.5.2 v2.5.2 2025-05-21 00:20:45 +00:00
philkunz 0909fa306a fix(tsbuild): Improve diagnostic error handling and summary reporting for TypeScript compilation by refactoring diagnostic processing and adding pre-emit error checks. 2025-05-21 00:20:45 +00:00
philkunz 88c0601c03 2.5.1 v2.5.1 2025-05-15 14:07:26 +00:00
philkunz 9645f27942 fix(commitinfo): Update commit information and metadata to synchronize release data 2025-05-15 14:07:26 +00:00
philkunz b73aa4f21f 2.5.0 v2.5.0 2025-05-15 13:53:08 +00:00
philkunz d9d6878a9f feat(cli): Enhance type checking in CLI by adding default file pattern handling 2025-05-15 13:53:08 +00:00
philkunz 30506da84c 2.4.1 v2.4.1 2025-05-15 09:55:29 +00:00
philkunz 52b4d8f944 fix(cli): Improve TS folder compilation order display in CLI 2025-05-15 09:55:29 +00:00
philkunz 57d2726f6b 2.4.0 v2.4.0 2025-05-15 09:31:57 +00:00
philkunz 960fc5f213 feat(cli): Add new check command for type checking and update compiler options handling 2025-05-15 09:31:57 +00:00
philkunz 6d68f35a9a 2.3.2 v2.3.2 2025-03-20 15:30:52 +00:00
philkunz 0378b9feca fix(compileGlobStringObject): Fix duplicate file outputs in glob pattern processing 2025-03-20 15:30:52 +00:00
philkunz 5ecf4b7125 2.3.1 v2.3.1 2025-03-20 15:20:27 +00:00
philkunz 2aa6348cdd fix(compiler): Refactor compiler implementation with consolidated TsBuild class and improved diagnostics handling 2025-03-20 15:20:27 +00:00
philkunz 9f42670865 2.3.0 v2.3.0 2025-03-20 15:16:02 +00:00
philkunz 6cc9f41bd2 feat(cli): Add emitcheck command to validate TS file emission without generating output 2025-03-20 15:16:02 +00:00
philkunz 5d32ac85e0 2.2.7 v2.2.7 2025-03-17 10:27:36 +00:00
philkunz 4f2ac6922a fix(compiler): Improve diagnostic checking and error handling in the TypeScript compiler integration 2025-03-17 10:27:36 +00:00