Updating history.md

This commit is contained in:
filipenevola
2020-10-31 12:20:51 -04:00
parent 5197b7feb7
commit 1f3be648d7

View File

@@ -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).