From 2250efa5a9f529bc0effb5e75bcb8e37ac8fcf6b Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 19 May 2017 07:30:54 -0700 Subject: [PATCH] Updated API Breaking Changes (markdown) --- API-Breaking-Changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/API-Breaking-Changes.md b/API-Breaking-Changes.md index f0ede5d..9ca2b49 100644 --- a/API-Breaking-Changes.md +++ b/API-Breaking-Changes.md @@ -1,3 +1,7 @@ +# TypeScript 2.4 + +- The type `EnumLiteralType` was removed and `LiteralType` is used instead. `LiteralType` also replaces `.text` with a `.value` which may be either a number or string. See [String valued members in enums](https://github.com/Microsoft/TypeScript/pull/15486). + # TypeScript 2.2 - `ts.Map` is now a native `Map` or a shim. This affects the `SymbolTable` type, exposed by `Symbol.members`, `Symbol.exports`, and `Symbol.globalExports`.