Fable Versions Save

F# to JavaScript, TypeScript, Python, Rust and Dart Compiler

4.0.0-theta-008

1 year ago

What's Changed

Full Changelog: https://github.com/fable-compiler/Fable/compare/4.0.0-theta-007...4.0.0-theta-008

4.0.0-theta-007

1 year ago
  • TypeScript, fix fable-library-ts @ncave
  • Python, fix regex tests @dbrattli
  • Python, fix emit expressions
  • JS, helpers for JSX/React apps

4.0.0-theta-006

1 year ago

What's Changed

Full Changelog: https://github.com/fable-compiler/Fable/compare/4.0.0-theta-005...4.0.0-theta-006

4.0.0-theta-005

1 year ago

What's Changed

Full Changelog: https://github.com/fable-compiler/Fable/compare/4.0.0-theta-003...4.0.0-theta-005

4.0.0-theta-004

1 year ago
  • JS, allow alias for default/namespace imports

4.0.0-theta-003

1 year ago

What's Changed

Full Changelog: https://github.com/fable-compiler/Fable/compare/4.0.0-theta-001...4.0.0-theta-003

4.0.0-theta-001

1 year ago
  • JSX, enable dynamic children
  • Python, fix dict remove
  • Rust, updated module visibility

4.0.0-snake-island-alpha-026

1 year ago

What's Changed

Full Changelog: https://github.com/fable-compiler/Fable/compare/4.0.0-snake-island-alpha-024...4.0.0-snake-island-alpha-026

4.0.0-snake-island-alpha-024

1 year ago
  • Fable.AST 4.0 stable
  • Rust, StringBuilder, Dates, ref counting

4.0.0-snake-island-alpha-022

1 year ago
  • 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)