Skip to content

4.0.4

Compare
Choose a tag to compare
@alfonsogarciacaro alfonsogarciacaro released this 04 Apr 13:07
· 692 commits to main since this release
  • Fix #3397: Curry only user imports
  • Fix: Compiler Exception when !!, Anon Record, and aliased Ux (also behind option) @Booksbaum
  • Use native bigint type @ncave
  • Emit Fable erased unions as TS union types
  • Optimize compile time equality and testing (union, list, options)
  • TypeScript: enable Comparison, Convert and Event tests