update readme

This commit is contained in:
zhongsp 2018-08-10 17:31:10 +08:00
parent f2e340f432
commit df8fe6e09a
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/zhongsp/TypeScript.svg?branch=master)](https://travis-ci.org/zhongsp/TypeScript) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
<img src="./misc/ts_logo.jpg" alt="TypeScript" width="24px" height="24px" style="vertical-align: bottom;"> [TypeScript 3.0 (July 30, 2018)](https://blogs.msdn.microsoft.com/typescript/2018/07/30/announcing-typescript-3-0/)
[版本发布说明]((./doc/release-notes/TypeScript%203.0.md))
:heavy_check_mark: TypeScript语言用于大规模应用的JavaScript开发。 :heavy_check_mark: TypeScript支持类型是JavaScript的超集且可以编译成纯JavaScript代码。 :heavy_check_mark: TypeScript兼容所有浏览器所有宿主环境所有操作系统。 :heavy_check_mark: TypeScript是开源的。

View File

@ -1,5 +1,7 @@
# TypeScript 新增内容
* [TypeScript 3.0](./TypeScript%203.0.md)
* [TypeScript 2.9](./TypeScript%202.9.md)
* [TypeScript 2.8](./TypeScript%202.8.md)
* [TypeScript 2.7](./TypeScript%202.7.md)
* [TypeScript 2.6](./TypeScript%202.6.md)