Fue Versions Save

F# templating library with simple syntax designed for smooth work with F# types.

v1.7.0

5 years ago

Fixed #12 - (thanks @petejohanson)

v1.6.0

5 years ago
  • Added fromFileSafe function
  • Added fromTextSafe function

v1.5.1

6 years ago

Fixed problems with Option values boxed to null

v1.5.0

6 years ago

Move to .NET Standard 2.0

v1.4.0

6 years ago
  • Added $is-last and $is-not-last values for loops (thanks @otto-geb!)
  • Fixed quadratic complexity of loops (thanks @otto-geb!)

v1.3.1

6 years ago

Fix incorrect deletion of the end "param" tag (Issue #8)

v1.3.0

6 years ago
  • Fix for literals with spaces (Issue #4)
  • Supports using numbers in templates (Issue #5)
  • Improved parsing logic

v1.2.0

7 years ago

Added support for direct tuples destructuring in fs-for cycle

v1.1.1

7 years ago

Bugfix for parsing piped functions with literals

v1.1.0

7 years ago

Output now keeps original case (XAML support)