Releases: fable-compiler/Fable
2.3.4
2.3.3
- Reflections support for anonymous records
2.3.0
- Give warnings if an anonymous record casted to an interface with
!!
mismatches any field - Compatibility with
JsInterop.importValueDynamic
2.3.0-beta-001
- Give warnings if an anonymous record casted to an interface with
!!
mismatches any field - Compatibility with
JsInterop.importValueDynamic
2.2.0-beta-019
- Compile .fsx scripts @nojaf
- Fix #1794: System.String.Format does not pad correctly in hex formatting @ncave
- Fix #1792: Decimal does not support DivideByInt @ncave
- Fix #1791: Cyclic dependencies in Array.js/List.js
- Fix #1790: Dictionary.Add throws on duplicated keys @xdaDaveShaw
- Fix #1751: ignore Babel config files for AST
2.2.0-beta-010
- Anonymous records!
2.2.0-beta-007
- Fix report of warnings as errors from files in
.fable
dir
2.1.11
Add List.exactlyOne
@wangweipeng
Add support for more TimeSpan.ToString
options @rfrerebe
Added ResizeArray.RemoveAll/FindIndexFindLastIndex
@ncave
Fix #1705: Array.choose
always returns empty array for numeric option output types @ncave
Fix #1716: windowed
is not supported
Fix #1715: Seq.forall
is not lazy
Fix #1712: HashSet equality works with generics
Fix #1696: Add warning when trying to pass an argument byref
Skip Fable.Core version check
2.1.10
2.1.9
TimeSpan
fixes (parsing, stringifying) @rfrerebe
Fix Int64.TryParse
@MangelMaxime
Add ResizeArray.Exists
@wangweipeng
Fix #1687: Add document
to JS keywords @MangelMaxime
Fix #1683: Math.Truncate
Fix #1689: List.pairwise
Fix #1672: List.filter works backwards
Fix #1637: Relax GUID parsing
Fix #1536: Allow enums with unknown name and fix enum inlining