2023-12-10 18:45:04 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2024-03-10 10:08:32 +01:00
|
|
|
|
Sat Mar 9 09:05:35 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.4:
|
|
|
|
|
* Preserved Narrowing in Closures Following Last Assignments
|
|
|
|
|
* The NoInfer Utility Type
|
|
|
|
|
* Object.groupBy and Map.groupBy
|
|
|
|
|
* Support for require() calls in --moduleResolution bundler and --module preserve
|
|
|
|
|
* Checked Import Attributes and Assertions
|
|
|
|
|
* Quick Fix for Adding Missing Parameters
|
|
|
|
|
* Auto-Import Support for Subpath Imports
|
|
|
|
|
* Upcoming 5.5 Deprecations:
|
|
|
|
|
+ TypeScript 5.0 deprecated the following options and behaviors:
|
|
|
|
|
charset
|
|
|
|
|
target: ES3
|
|
|
|
|
importsNotUsedAsValues
|
|
|
|
|
noImplicitUseStrict
|
|
|
|
|
noStrictGenericChecks
|
|
|
|
|
keyofStringsOnly
|
|
|
|
|
suppressExcessPropertyErrors
|
|
|
|
|
suppressImplicitAnyIndexErrors
|
|
|
|
|
out
|
|
|
|
|
preserveValueImports
|
|
|
|
|
prepend in project references
|
|
|
|
|
implicitly OS-specific newLine
|
|
|
|
|
To continue using them, developers using TypeScript 5.0 and other more recent versions
|
|
|
|
|
have had to specify a new option called ignoreDeprecations with the value "5.0".
|
|
|
|
|
However, TypScript 5.4 will be the last version in which these will continue to function as normal.
|
|
|
|
|
By TypeScript 5.5 (likely June 2024), these will become hard errors,
|
|
|
|
|
and code using them will need to be migrated away.
|
|
|
|
|
* Notable Behavioral Changes:
|
|
|
|
|
see https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/#notable-behavioral-changes
|
|
|
|
|
|
|
|
|
|
For the full changelog see https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-12-10 18:45:04 +01:00
|
|
|
|
Sun Dec 10 17:41:41 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.3.3:
|
|
|
|
|
* Make JSDoc Parsing Configurable using the transpileModule method
|
|
|
|
|
* Fixed an issue in boolean comparison narrowing when the reference is an optional chain
|
|
|
|
|
* Type narrowing regression with property comparison to boolean false
|
|
|
|
|
* Deprecated types (AssertEntry, AssertClause) redefined as type aliases, rather than interfaces
|
|
|
|
|
* Type error in typescript.d.ts with exactOptionalPropertyTypes = true
|
|
|
|
|
|
2023-11-24 15:38:25 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 24 14:28:37 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.3.2:
|
|
|
|
|
* Import Attributes
|
|
|
|
|
* Stable Support resolution-mode in Import Types
|
|
|
|
|
* resolution-mode Supported in All Module Modes
|
|
|
|
|
* switch (true) Narrowing
|
|
|
|
|
* Narrowing On Comparisons to Booleans
|
|
|
|
|
* instanceof Narrowing Through Symbol.hasInstance
|
|
|
|
|
* Checks for super Property Accesses on Instance Fields
|
|
|
|
|
* Interactive Inlay Hints for Types
|
|
|
|
|
* Settings to Prefer type Auto-Imports
|
|
|
|
|
* Optimizations by Skipping JSDoc Parsing
|
|
|
|
|
* Optimizations by Comparing Non-Normalized Intersections
|
|
|
|
|
* Consolidation Between tsserverlibrary.js and typescript.js
|
|
|
|
|
* for details see https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/
|
|
|
|
|
* Breaking Changes and Correctness Improvements:
|
|
|
|
|
- lib.d.ts Changes
|
|
|
|
|
Types generated for the DOM may have an impact on your codebase.
|
|
|
|
|
For more information, see the DOM updates for TypeScript 5.3.
|
|
|
|
|
https://github.com/microsoft/TypeScript/pull/55798
|
|
|
|
|
|
2023-08-28 08:29:30 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Aug 26 14:47:39 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.2.2:
|
|
|
|
|
* 'using' Declarations and Explicit Resource Management
|
|
|
|
|
* Decorator Metadata
|
|
|
|
|
* Named and Anonymous Tuple Elements
|
|
|
|
|
* Easier Method Usage for Unions of Arrays
|
|
|
|
|
* Copying Array Methods
|
|
|
|
|
* symbols as WeakMap and WeakSet Keys
|
|
|
|
|
* Type-Only Import Paths with TypeScript Implementation File Extensions
|
|
|
|
|
* Comma Completions for Object Members
|
|
|
|
|
* Inline Variable Refactoring
|
|
|
|
|
* Optimized Checks for Ongoing Type Compatibility
|
|
|
|
|
* Breaking changes and Correctness fixes: see
|
|
|
|
|
https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/#breaking-changes-and-correctness-fixes
|
|
|
|
|
|
2023-08-16 13:19:30 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 11 13:26:18 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.1.6:
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-1.html
|
|
|
|
|
and https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html
|
|
|
|
|
|
|
|
|
|
* Breaking change:
|
|
|
|
|
TypeScript 5.1 now ships JavaScript functionality that was introduced in ECMAScript 2020.
|
|
|
|
|
As a result, at minimum TypeScript must be run in a reasonably modern runtime.
|
|
|
|
|
For most users, this means TypeScript now only runs on Node.js 14.17 and later.
|
|
|
|
|
|
2023-08-10 13:12:53 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 25 01:23:54 UTC 2023 - Lukas Müller <expeehaa@outlook.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.9.5.
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html
|
|
|
|
|
and equivalent pages for the changelogs of this version and those in between.
|
|
|
|
|
|
2021-04-19 11:35:03 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 12 07:01:32 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.2.4
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2021-03-11 15:14:16 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 11 06:16:04 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.2.3
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 28 06:33:57 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.2.2
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2021-02-09 10:55:28 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 7 21:23:47 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.1.3
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2020-09-28 11:16:13 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 23 11:20:38 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.3
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2020-08-17 01:41:55 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 3 05:49:25 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.7
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2020-06-08 16:10:04 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 8 13:21:16 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.5
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2020-05-20 11:33:54 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 20 05:17:14 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.3
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2020-05-13 14:11:00 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 13 04:13:39 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.9.2
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2020-05-04 15:53:10 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 1 14:02:04 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.8.3
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2020-01-20 07:58:04 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 17 06:37:38 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.7.5
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2020-01-01 02:50:18 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 24 16:12:17 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.7.4
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2019-12-09 13:46:00 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 4 08:37:15 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.7.3
|
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
2018-11-26 08:45:13 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2019-12-02 11:14:52 +01:00
|
|
|
|
Sun Dec 1 13:48:53 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
2019-12-09 13:46:00 +01:00
|
|
|
|
- Update to version 3.7.2
|
2019-12-02 11:14:52 +01:00
|
|
|
|
* See https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
|
|
|
|
|
for a complete changelog.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-11-26 08:45:13 +01:00
|
|
|
|
Sun Nov 25 11:21:11 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Upgrade to 3.1.6. The list of changes is too long, you can find
|
|
|
|
|
infromation about changes on the TypeScript wiki, e.g., in
|
|
|
|
|
https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript
|
|
|
|
|
|
2017-06-26 17:01:39 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 16 15:09:27 UTC 2017 - carlos@techbyte.ca
|
|
|
|
|
|
|
|
|
|
- Updating to 2.2.1
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 9 19:25:17 UTC 2017 - carlos@techbyte.ca
|
|
|
|
|
|
|
|
|
|
- Downgrading to 2.1.6
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 9 17:55:22 UTC 2017 - carlos@techbyte.ca
|
|
|
|
|
|
|
|
|
|
- Bumping to 2.2.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 8 21:36:57 UTC 2017 - carlos@techbyte.ca
|
|
|
|
|
|
|
|
|
|
- Renaming package
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 8 17:19:16 UTC 2017 - carlos@techbyte.ca
|
|
|
|
|
|
|
|
|
|
- Initial release.
|
|
|
|
|
|