Skip to content

Releases: baidu/san-ssr

v4.3.0

21 Jan 06:47
Compare
Choose a tag to compare

4.3.0 (2021-01-21)

Features

  • 支持配置正则移除模块引用 (b443052)

v4.2.0

07 Jan 07:51
Compare
Choose a tag to compare

4.2.0 (2021-01-07)

Features

  • GetRootCtxCall, ComponentReferenceLiteral, SlotRendererDefinition (3a26e0a)

v4.1.1

18 Dec 11:31
Compare
Choose a tag to compare

4.1.1 (2020-12-18)

Performance Improvements

  • flyweight syntax nodes (7ae19b7)
  • 系统性地合并 html += 语句 (4f145b3)
  • 系统性地改 [] notation 为 . notation (2fed822)

v4.1.0

07 Dec 06:05
Compare
Choose a tag to compare

4.1.0 (2020-12-07)

Features

  • emitHelpers (0cd221f)
  • s-data 注释转义特殊字符消除 XSS 隐患 (c29c22f)

v4.0.3

20 Nov 08:21
Compare
Choose a tag to compare

4.0.3 (2020-11-20)

Bug Fixes

v4.0.2

11 Nov 08:05
Compare
Choose a tag to compare

4.0.2 (2020-11-11)

Bug Fixes

  • add estree type (which is exported) as a dependency (e8d0f90)

v4.0.1

09 Nov 05:31
Compare
Choose a tag to compare

4.0.1 (2020-11-09)

Bug Fixes

  • move all render functions to exports.sanSSRRenders (74536c9)

v4.0.0

05 Nov 07:31
Compare
Choose a tag to compare

4.0.0 (2020-11-05)

Documentation

  • more use cases in demo/ (17e19d2)

Features

BREAKING CHANGES

  • 不再支持 getComponentType
  • SanSourceFile ComponentInfo 类型有变

v3.0.1

27 Aug 09:25
Compare
Choose a tag to compare

3.0.1 (2020-08-27)

Bug Fixes

  • undefined/null should be output as "" (37e91b2)

v3.0.0

04 Aug 06:01
Compare
Choose a tag to compare

3.0.0 (2020-08-04)

Bug Fixes

BREAKING CHANGES

  • dependencies including ts-morph are all upgraded