Releases: fable-compiler/Fable
Releases · fable-compiler/Fable
3.7.15
- Fix #2869: Avoid unnecessary updates @hensou
- Fix #2931: Array.IndexOf with non-primitive
3.7.14
- 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
- Use wrapping options for Dart
3.7.12
- 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
- Fix generic param user/compiler generated name conflicts
3.7.10
- 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
- Fix #2851: References captured by >> eagerly eval
- Fix wrong out paths when using lower case drive letter
3.7.6
- Type.IsInstanceOfType works for interfaces decorated with Global/Import @chkn