Skip to content

Releases: fable-compiler/Fable

4.0.0-theta-005

18 Sep 09:48
Compare
Choose a tag to compare
4.0.0-theta-005 Pre-release
Pre-release

What's Changed

Full Changelog: 4.0.0-theta-003...4.0.0-theta-005

4.0.0-theta-004

14 Sep 06:53
Compare
Choose a tag to compare
  • JS, allow alias for default/namespace imports

4.0.0-theta-003

12 Sep 16:07
27e801f
Compare
Choose a tag to compare
4.0.0-theta-003 Pre-release
Pre-release

What's Changed

Full Changelog: 4.0.0-theta-001...4.0.0-theta-003

4.0.0-theta-001

09 Sep 02:10
Compare
Choose a tag to compare
  • JSX, enable dynamic children
  • Python, fix dict remove
  • Rust, updated module visibility

4.0.0-snake-island-alpha-026

08 Sep 21:25
4f5bde8
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 4.0.0-snake-island-alpha-024...4.0.0-snake-island-alpha-026

4.0.0-snake-island-alpha-024

02 Sep 00:53
Compare
Choose a tag to compare
  • Fable.AST 4.0 stable
  • Rust, StringBuilder, Dates, ref counting

4.0.0-snake-island-alpha-022

30 Aug 02:41
Compare
Choose a tag to compare
  • Update F# compiler
  • Make Fable 4 compatible with Feliz plugins
  • Rust, Fixed inner attributes (#3121)
  • Rust, Output crate attributes only on last file (#3119)
  • Rust, Added collection wrappers (#3118)
  • Rust, fix byref nested context not correctly propagating (#3103)
  • Rust, Fixed passing fields by ref (#3116)
  • Rust, Fixed struct record copy (#3114)
  • Rust, Output string type (#3113)
  • Python, type var cleanup. Use Any for types starting with $$ (#3100)
  • Rust, Fixed string format without args
  • Rust, Fixed closure ident cloning (#3106)
  • Rust, Fixed static, member and interface imports (#3105)

3.7.18

16 Aug 23:26
Compare
Choose a tag to compare

3.7.17

21 Jul 07:49
Compare
Choose a tag to compare
  • Fix #2961: Make Array.compareWith behaviour consistent with dotnet F#
  • Fix #2955: units of mesure with unsigned ints
  • Fix #2950: String formatting: trim trailing zeroes when using # placeholder
  • Fix #2879: Make CancellationTokenSource implement IDisposable
  • Don't print multiple sourceMappingURL comments

3.7.16

05 Jul 06:35
Compare
Choose a tag to compare
  • Fix #2869: Don't update maps @hensou
  • Fix #2869: Use deterministic names for compiler-generate variables
  • Update FCS @ncave