From 1f3be648d70ac62e747281b6ea733ec1422ea362 Mon Sep 17 00:00:00 2001 From: filipenevola Date: Sat, 31 Oct 2020 12:20:51 -0400 Subject: [PATCH] Updating history.md --- History.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index b3beab589b..1c964d98a0 100644 --- a/History.md +++ b/History.md @@ -22,12 +22,20 @@ N/A ### Changes +#### Highlights +- TypeScript update from 3.7.6 to 4.0.5. + - enables decorators and metadata reflection. Important: these are stage 2 features so be aware that breaking changes could be introduced before they reach stage 3. + #### Meteor Version Release * `meteor-tool@1.12` - - adds new options for `meteor list` command (TODO pending link to updated doc). [#11165](https://github.com/meteor/meteor/pull/11165). + - updates TypeScript to 4.0.5. [#11225](https://github.com/meteor/meteor/pull/11225) + - adds new options for `meteor list` command (TODO pending link to updated doc). [#11165](https://github.com/meteor/meteor/pull/11165) - supports Cordova add plugin command working again with plugin id or plugin name in the git URL as it was before Meteor 1.11. [#11202](https://github.com/meteor/meteor/pull/11202) - avoids MiTM by downloading through https. [#11188](https://github.com/meteor/meteor/pull/11188) +* `meteor-babel@7.10.1` + - updates TypeScript to 4.0.5 and enables decorators and metadata reflection. [#11225](https://github.com/meteor/meteor/pull/11225) + * `minimongo@1.6.1` - fixes a null reference exception, if an array contains null values while compiling a fields projection. [#10499](https://github.com/meteor/meteor/pull/10499).