Skip to content

Releases: fable-compiler/Fable

3.7.15

29 Jun 02:44
Compare
Choose a tag to compare
  • Fix #2869: Avoid unnecessary updates @hensou
  • Fix #2931: Array.IndexOf with non-primitive

3.7.14

14 Jun 02:09
Compare
Choose a tag to compare
  • Fix #2924: Invalidate cache if source maps option changes
  • Fix #2925: Always set unicode flag for Regex
  • Enable non-booleans in Emit optional syntax

4.0.0-snake-island-alpha-010

03 Jun 11:57
Compare
Choose a tag to compare
  • Use wrapping options for Dart

3.7.12

27 May 06:33
Compare
Choose a tag to compare
  • Resolve defaultArg at compile time when possible
  • Fix #2900: Equality with prototype-less JS objects
  • Fix #2895: FableLibDir in cached info is empty when using --precompiledLib
  • Fix #2880: Trait call with unit of measure

3.7.11

01 May 08:00
Compare
Choose a tag to compare
  • Fix generic param user/compiler generated name conflicts

3.7.10

29 Apr 04:38
Compare
Choose a tag to compare
  • Fix #2864: Interface names don't conflict in JS
  • Fix #2855: duplicate idents from witness in inline expr
  • Fix #2868: don't write empty files
  • Add warning when duplicated generic params are detected

3.7.9

01 Apr 12:56
Compare
Choose a tag to compare
  • Fix #2851: References captured by >> eagerly eval
  • Fix wrong out paths when using lower case drive letter

3.7.8

24 Mar 07:37
Compare
Choose a tag to compare

3.7.7

22 Mar 07:06
Compare
Choose a tag to compare

3.7.6

16 Mar 05:15
Compare
Choose a tag to compare
  • Type.IsInstanceOfType works for interfaces decorated with Global/Import @chkn