2.7.0 (2021-02-18)
- update san-ssr 支持 component 通过 self 引用自己作为组件 (26eea1e)
2.6.3 (2021-02-05)
- initData 初始值为 Falsy 时会赋值成默认值 (5f683d1)
2.6.2 (2021-02-03)
- compile || (214058b)
2.6.1 (2021-01-27)
- attribute escape (8f4124f)
2.6.0 (2021-01-27)
- SlotRenderCall 兼容旧版 $slots (71c9a46)
2.5.1 (2021-01-14)
- san get computed (4280d54)
2.5.0 (2021-01-11)
- update san-ssr (6bba4dd)
2.4.0 (2020-12-07)
- s-data 注释转义特殊字符消除 XSS 隐患 (f957d11)
2.3.2 (2020-11-25)
- change string '+' operator to '.' (2737b08)
2.3.1 (2020-11-20)
- script 内容跳过转义,见 baidu/san-ssr#73 (3597804)
2.3.0 (2020-11-11)
- s-is directive (5c848a5)
2.2.4 (2020-10-26)
- this.fire error (590cf9c)
2.2.3 (2020-08-28)
- literal property and raw output (c899e0f)
2.2.2 (2020-08-19)
- upgrade to ts2php@0.29.0 (830baf4)
2.2.1 (2020-08-04)
- upgrade dependencies (c6e00e3)
2.2.0 (2020-07-27)
- 支持 getModuleNamespace() 引用单独 SSR 的组件 (3142456)
2.1.6 (2020-07-10)
2.1.5 (2020-07-09)
- 统一使用 PHP 单引号,区分 PHP 单引号、双引号字面量 (6ba1982)
2.1.4 (2020-07-09)
- PHP 低版本不支持从属性值作为类使用 (a7c5753)
2.1.3 (2020-07-09)
- PHP 低版本不支持从对象实例访问静态成员 (cd8d5ce)
- prefer data to initData (1424fe8)
- 去除重构引起的 ts 错误,见 baidu/san-ssr#15 (171ccb1)
2.1.2 (2020-07-08)
- TypeScript 静态分析中,被引用文件不存在时仍然可以编译 (bb9ae7e)
2.1.1 (2020-07-07)
- renderFunctionName option (c4faef9)
2.1.0 (2020-07-06)
- support san@3.9 (48d5ef7)
2.0.1 (2020-07-02)
- add san as dependency (1b86f9b)
2.0.0 (2020-07-02)
- single source file compile (a31cb0c)
-
- 输入源文件不再打包,不再寻找并编译它的依赖
- emitContent 不再可用,如果不输出运行时需要使用 importHelpers
1.8.0 (2020-06-15)
1.7.0 (2020-03-11)
- remove data output, +286.261% -> +209.032 (8279e3c)
1.6.0 (2020-03-05)
- type for components property (a5702a4)
- data.removeAt() during SSR (371d4eb)
- benchmark for san-ssr-target-php and smarty (cb7121a)
1.5.2 (2020-02-28)
- $ctx->data refer to $data by reference (b6435c8)
1.5.1 (2020-02-28)
- move data access seq to compile time (3e00e81)
1.5.0 (2020-02-28)
- always _::extend variables insteadof literals (139c79c)
- use associate array for data representation (624104f)
1.4.3 (2020-02-20)
- use fixed version of ts-morph (ccb9af7)
1.4.2 (2020-01-06)
- get rid of php-specific types from san-ssr (c694d22)
1.4.1 (2020-01-03)
- self as first parameter to avoid optional filter parameters (8b77988)
1.4.0 (2020-01-03)
- this in filters (5c6a3db)
1.3.0 (2020-01-02)
- fully functional this in computed functions (0a4d8be)
1.2.1 (2019-12-24)
- falsy attributes treatment, see baidu/san-ssr#31 (e51f381)
1.2.0 (2019-12-13)
1.1.2 (2019-12-12)
- upgrade ts2php (888b9f3)