|
|
|
@@ -1,3 +1,114 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 3 20:02:36 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.9.2
|
|
|
|
|
* Minimal and Updated tsc --init
|
|
|
|
|
* Support for import defer
|
|
|
|
|
* Support for --module node20
|
|
|
|
|
* Summary Descriptions in DOM APIs
|
|
|
|
|
* Expandable Hovers (Preview)
|
|
|
|
|
* Configurable Maximum Hover Length
|
|
|
|
|
* Cache Instantiations on Mappers
|
|
|
|
|
* Avoiding Closure Creation in fileOrDirectoryExistsUsingSource
|
|
|
|
|
|
|
|
|
|
see full changelog at https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 12 07:42:19 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.8.3
|
|
|
|
|
* Exclude completions of binding pattern variable initializers
|
|
|
|
|
* Fixed a symbol display crash on expando members write locations
|
|
|
|
|
* Fix errors on type assertions in erasableSyntaxOnly
|
|
|
|
|
* Fix serialization of accessor types in declaration files.
|
|
|
|
|
* Ban old-style type assertions under erasableSyntaxOnly
|
|
|
|
|
* fix(60887): Incorrect Formatting on if (a) try {} finally {}
|
|
|
|
|
* Fix to use string literal type in ArrayBuffer's Symbol.toStringTag
|
|
|
|
|
* fix(61167): Incorrect "Import may be converted to a default import"
|
|
|
|
|
* Treat contextually typed functions in JS files as typed
|
|
|
|
|
* update deps
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 5 13:59:28 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.8.2
|
|
|
|
|
* Granular Checks for Branches in Return Expressions
|
|
|
|
|
* Support for require() of ECMAScript Modules in --module nodenext
|
|
|
|
|
* new flag --module node18
|
|
|
|
|
* The --erasableSyntaxOnly Option
|
|
|
|
|
* The --libReplacement Flag
|
|
|
|
|
* Preserved Computed Property Names in Declaration Files
|
|
|
|
|
* Optimizations on Program Loads and Updates
|
|
|
|
|
* Restrictions on Import Assertions Under --module nodenext
|
|
|
|
|
|
|
|
|
|
see full changelog at https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 11 14:49:27 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.7.3
|
|
|
|
|
* fix missing react error with fragments in react-native
|
|
|
|
|
* Do not require import attributes for JSON imports in --module node16
|
|
|
|
|
* Cache started nonexistent property error checks to prevent reentrancy i
|
|
|
|
|
in the check
|
|
|
|
|
* Fix library inclusions for ES2024 target
|
|
|
|
|
* Remove reference not found errors from jsx: preserve
|
|
|
|
|
* Avoid incorrectly reusing assertion nodes from property assignments
|
|
|
|
|
* Do not require import attribute on type-only JSON import
|
|
|
|
|
* Mark the inherited any-based index signature so it can be elided in declaration emit
|
|
|
|
|
* Harden sanitizeLog against incorrect matches on TypeScript versions
|
|
|
|
|
* Don't try to add an implicit undefined for mapped properties outside of strictNullChecks
|
|
|
|
|
* Fix CodeQL configuration, releases
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Nov 24 19:46:05 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.7.2
|
|
|
|
|
* New features:
|
|
|
|
|
+ Checks for Never-Initialized Variables
|
|
|
|
|
+ Path Rewriting for Relative Paths
|
|
|
|
|
+ Support for --target es2024 and --lib es2024
|
|
|
|
|
+ Searching Ancestor Configuration Files for Project Ownership
|
|
|
|
|
+ Faster Project Ownership Checks in Editors for Composite Projects
|
|
|
|
|
+ Validated JSON Imports in --module nodenext
|
|
|
|
|
+ Support for V8 Compile Caching in Node.js
|
|
|
|
|
* Notable Behavioral Changes:
|
|
|
|
|
+ lib.d.ts Types generated for the DOM may have an impact on type-checking
|
|
|
|
|
your codebase.
|
|
|
|
|
+ TypedArrays Are Now Generic Over ArrayBufferLike
|
|
|
|
|
+ Creating Index Signatures from Non-Literal Method Names in Classes
|
|
|
|
|
+ More Implicit any Errors on Functions Returning null and undefined
|
|
|
|
|
|
|
|
|
|
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 10 12:07:50 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.6.3
|
|
|
|
|
* fix automatic type acquisition
|
|
|
|
|
* Don't issue implicit any when obtaining the implied type for
|
|
|
|
|
a binding pattern
|
|
|
|
|
* Remove tsbuildInfo specification error
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 15 15:14:16 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.6.2
|
|
|
|
|
* fixed parseCommandLine fails with --build and --force
|
|
|
|
|
* fixed Watch cannot handle large amount of file changes
|
|
|
|
|
* fixed tsc crash with Error: start < 0 in a specific config
|
|
|
|
|
* allow use export = in .cts when module is esnext
|
|
|
|
|
* fixed verbatimModuleSyntax + import of ambient const enum missing error
|
|
|
|
|
* fixed Can't augment function overload is function is exported via export {}
|
|
|
|
|
* fixed Crash when using a combination of a switch statement, optional
|
|
|
|
|
chaining, an implicit any array, and ts strict settings.
|
|
|
|
|
* fixed Declaration emit change in 5.5 with exactOptionalPropertyTypes
|
|
|
|
|
* fixed Duplicate exports.* = assignments in CommonJS output in some cases
|
|
|
|
|
* fixed LiteralPropertyName should allow BigInt
|
|
|
|
|
* fixed Ghost errors and inconsistencies in destructuring patterns
|
|
|
|
|
|
|
|
|
|
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 23 09:43:12 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|