Skip to content

0.12.3 / 2018-09-06

Choose a tag to compare

@chentsulin chentsulin released this 06 Sep 03:59
· 47 commits to master since this release
  • [improve] improve warning when compiling template #82
Before:
Properties accessors in template is invalid -- expected return a string but got: object
After:
Properties accessors (context.session.user) in template is invalid -- expected return a non-empty string but got: object