Skip to content

11.1.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 30 Jan 14:27
· 160 commits to master since this release

πŸš€ New Feature

  • Experimental support of tagged template literals, e.g. sql`select * from ${table}. #6250
  • Experimental support for generic/custom JSX transforms. #6565
  • dict is now a builtin type. #6590

πŸ› Bug Fix

  • GenType: distinguish inline records from unary variant cases of object type. #6586