Skip to content

Latest commit

 

History

History
319 lines (140 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

319 lines (140 loc) · 12.5 KB

2.7.0 (2021-02-18)

Features

  • update san-ssr 支持 component 通过 self 引用自己作为组件 (26eea1e)

2.6.3 (2021-02-05)

Bug Fixes

  • initData 初始值为 Falsy 时会赋值成默认值 (5f683d1)

2.6.2 (2021-02-03)

Bug Fixes

2.6.1 (2021-01-27)

Bug Fixes

2.6.0 (2021-01-27)

Features

  • SlotRenderCall 兼容旧版 $slots (71c9a46)

2.5.1 (2021-01-14)

Bug Fixes

2.5.0 (2021-01-11)

Features

2.4.0 (2020-12-07)

Features

  • s-data 注释转义特殊字符消除 XSS 隐患 (f957d11)

2.3.2 (2020-11-25)

Bug Fixes

  • change string '+' operator to '.' (2737b08)

2.3.1 (2020-11-20)

Bug Fixes

2.3.0 (2020-11-11)

Features

2.2.4 (2020-10-26)

Bug Fixes

2.2.3 (2020-08-28)

Bug Fixes

  • literal property and raw output (c899e0f)

2.2.2 (2020-08-19)

Bug Fixes

  • upgrade to ts2php@0.29.0 (830baf4)

2.2.1 (2020-08-04)

Bug Fixes

2.2.0 (2020-07-27)

Features

  • 支持 getModuleNamespace() 引用单独 SSR 的组件 (3142456)

2.1.6 (2020-07-10)

Bug Fixes

  • attribute value escape (6f2d6ce)
  • 属性名带横线时,只有合并数据时带横线 (9e80ed6)

2.1.5 (2020-07-09)

Bug Fixes

  • 统一使用 PHP 单引号,区分 PHP 单引号、双引号字面量 (6ba1982)

2.1.4 (2020-07-09)

Bug Fixes

  • PHP 低版本不支持从属性值作为类使用 (a7c5753)

2.1.3 (2020-07-09)

Bug Fixes

2.1.2 (2020-07-08)

Bug Fixes

  • TypeScript 静态分析中,被引用文件不存在时仍然可以编译 (bb9ae7e)

2.1.1 (2020-07-07)

Bug Fixes

  • renderFunctionName option (c4faef9)

2.1.0 (2020-07-06)

Features

2.0.1 (2020-07-02)

Bug Fixes

2.0.0 (2020-07-02)

Features

  • single source file compile (a31cb0c)

BREAKING CHANGES

    • 输入源文件不再打包,不再寻找并编译它的依赖
  • emitContent 不再可用,如果不输出运行时需要使用 importHelpers

1.8.0 (2020-06-15)

Features

1.7.0 (2020-03-11)

Features

  • remove data output, +286.261% -> +209.032 (8279e3c)

1.6.0 (2020-03-05)

Bug Fixes

  • type for components property (a5702a4)

Features

  • data.removeAt() during SSR (371d4eb)

Performance Improvements

  • benchmark for san-ssr-target-php and smarty (cb7121a)

1.5.2 (2020-02-28)

Bug Fixes

  • $ctx->data refer to $data by reference (b6435c8)

1.5.1 (2020-02-28)

Performance Improvements

  • move data access seq to compile time (3e00e81)

1.5.0 (2020-02-28)

Bug Fixes

  • always _::extend variables insteadof literals (139c79c)

Features

  • use associate array for data representation (624104f)

1.4.3 (2020-02-20)

Bug Fixes

  • use fixed version of ts-morph (ccb9af7)

1.4.2 (2020-01-06)

Bug Fixes

  • get rid of php-specific types from san-ssr (c694d22)

1.4.1 (2020-01-03)

Bug Fixes

  • self as first parameter to avoid optional filter parameters (8b77988)

1.4.0 (2020-01-03)

Features

1.3.0 (2020-01-02)

Features

  • fully functional this in computed functions (0a4d8be)

1.2.1 (2019-12-24)

Bug Fixes

1.2.0 (2019-12-13)

Features

  • noTemplateOutput option infavor of #4 (d4fd565)

1.1.2 (2019-12-12)

Performance Improvements

1.1.1 (2019-11-25)

Bug Fixes

  • delete init() in compile time, working for #3 (ff22d0d)

1.1.0 (2019-11-25)

Features

  • call inited() in runtime, fixes #3 (f4e0471)

1.0.0 (2019-11-21)

Bug Fixes

  • add parenthesis when joining text segments, fixes #1 (3e3eb5e)