|
11 | 11 | * [Investigate error messages in haiku or iambic pentameter](https://twitter.com/kitsonk/status/973651805950242816) |
12 | 12 | * Decorators for function expressions/arrow functions |
13 | 13 |
|
14 | | -# 3.2 (November 2018) |
| 14 | +# 3.3 (January 2019) |
15 | 15 |
|
16 | | -* [X] [Strict bind, call, and apply methods on functions](https://github.com/Microsoft/TypeScript/pull/27028) |
17 | | -* [ ] [Support for `BigInt`](https://github.com/Microsoft/TypeScript/issues/15096) |
18 | 16 | * [ ] [Partial type argument inference](https://github.com/Microsoft/TypeScript/pull/26349) |
| 17 | +* [ ] [Stricter types for `IteratorResult`](https://github.com/Microsoft/TypeScript/issues/11375) |
| 18 | +<!-- * [ ] [`unknown` for implicit generic constraints](https://github.com/Microsoft/TypeScript/issues/26796) --> |
| 19 | +* [ ] Quick fixes to... |
| 20 | + * [ ] [Scaffold local `@types` packages](https://github.com/Microsoft/TypeScript/issues/25746) |
19 | 21 | * [ ] Refactorings to... |
20 | | - * [ ] [Rename files from import/export paths](https://github.com/Microsoft/TypeScript/issues/24501) |
| 22 | + * [ ] [Convert to "named" parameters](https://github.com/Microsoft/TypeScript/issues/23552) |
| 23 | + |
| 24 | +# 3.2 (November 2018) |
| 25 | + |
| 26 | +* [X] [Strict bind, call, and apply methods on functions](https://github.com/Microsoft/TypeScript/pull/27028) |
| 27 | +* [X] [Allow non-unit types in union discriminants](https://github.com/Microsoft/TypeScript/pull/27695) |
| 28 | +* [X] [Generic spread expressions in object literals](https://github.com/Microsoft/TypeScript/pull/28234) |
| 29 | +* [X] [Generic object rest variables and parameters](https://github.com/Microsoft/TypeScript/pull/28312) |
| 30 | +* [X] [Type-checking support for `BigInt`](https://github.com/Microsoft/TypeScript/issues/15096) |
| 31 | +* [X] [Configuration inheritance through node packages](https://github.com/Microsoft/TypeScript/pull/27348) |
| 32 | +* [X] [Supporting `Object.defineProperty` property assignments in JS](https://github.com/Microsoft/TypeScript/pull/27208) |
| 33 | +* [X] [Support printing the implied configuration object to the console with `--showConfig`](https://github.com/Microsoft/TypeScript/pull/27353) |
| 34 | +* [X] [Improved formatting and indentation for lists and chained calls](https://github.com/Microsoft/TypeScript/pull/28340) |
| 35 | +* [X] Quick fixes to... |
| 36 | + * [X] [Add intermediate `unknown` type assertions](https://github.com/Microsoft/TypeScript/issues/28067) |
| 37 | + * [X] [Add missing `new` keyword](https://github.com/Microsoft/TypeScript/issues/26580) |
21 | 38 |
|
22 | 39 | # 3.1 (September 2018) |
23 | 40 |
|
24 | | -* [X] [Mapped tuple types](https://github.com/Microsoft/TypeScript/issues/25947) |
| 41 | +* [X] [Mapped tuple and array types](https://github.com/Microsoft/TypeScript/pull/26063) |
25 | 42 | * [X] [Property assignments on function declarations](https://github.com/Microsoft/TypeScript/pull/26368) |
26 | 43 | * [X] [`typesVersions` redirects](https://github.com/Microsoft/TypeScript/issues/22605) |
27 | 44 | * [X] [Error UX improvements](https://github.com/Microsoft/TypeScript/issues/26077) |
28 | | -* [X] [Refactor from `Promise#then`/`catch` to `async`/`await`](https://github.com/Microsoft/TypeScript/pull/26373) |
| 45 | +* [X] Refactorings to... |
| 46 | + * [X] [Rename files from import/export paths](https://github.com/Microsoft/TypeScript/issues/24501) |
| 47 | + * [X] [Convert from `Promise#then`/`catch` to `async`/`await`](https://github.com/Microsoft/TypeScript/pull/26373) |
29 | 48 |
|
30 | 49 | # 3.0 (July 2018) |
31 | 50 |
|
|
0 commit comments