Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.13.1...v2.0.0) (2020-07-02)

### Features

* TypeScript 输入静态分析;以 SourceFile 为粒度编译 ([1000a05](1000a05))

### BREAKING CHANGES

* - ComponentTree 对象不再可用,只给出当前 SourceFile 的 Component
列表(平铺)
- dependency resolver API 不再可用,比如 .getRuntimeDependencyDeclarations() 已经被移除
  • Loading branch information
semantic-release-bot committed Jul 2, 2020
1 parent 1000a05 commit 5adda65
Show file tree
Hide file tree
Showing 81 changed files with 3,960 additions and 6,670 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/baidu/san-ssr/compare/v1.13.1...v2.0.0) (2020-07-02)


### Features

* TypeScript 输入静态分析;以 SourceFile 为粒度编译 ([1000a05](https://github.com/baidu/san-ssr/commit/1000a052ed74e7a7d15a557a15ca016d9feac403))


### BREAKING CHANGES

* - ComponentTree 对象不再可用,只给出当前 SourceFile 的 Component
列表(平铺)
- dependency resolver API 不再可用,比如 .getRuntimeDependencyDeclarations() 已经被移除

## [1.13.1](https://github.com/baidu/san-ssr/compare/v1.13.0...v1.13.1) (2020-06-12)


Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

216 changes: 0 additions & 216 deletions docs/classes/_models_component_.sanssrcomputeddeclarations.html

This file was deleted.

Loading

0 comments on commit 5adda65

Please sign in to comment.