All Versions
84
Latest Version
Avg Release Cycle
18 days
Latest Release
822 days ago

Changelog History
Page 6

  • v1.2.9 Changes

    December 21, 2018
    • 🛠 Fix ret statement not returning the value when used inside a loop
  • v1.2.8 Changes

    December 17, 2018
    • âž• Add missing datetime formatting codes (#81)
    • âž• Add Array.Contains functionality (#76)
    • âž• Add range operator for longs (#92)
    • âž• Add support for relaxed indexer access (#93)
  • v1.2.7 Changes

    October 06, 2018
    • 🛠 Fix numeric literals not being parsed with the invariant culture (#74)
    • 🛠 Fix string to number conversion functions to use the context culture (#78)
  • v1.2.6 Changes

    September 26, 2018
    • 🛠 Fix a an exception when using a decimal in a binary operation (#72)
  • v1.2.5 Changes

    August 29, 2018
    • 🛠 Fix a bug with netstandard2.0 throwing a NullReferenceException when using internally reflection
  • v1.2.4 Changes

    August 21, 2018
    • âž• Add support for passing culture info directly to math.format and object.format (#68)
    • âž• Add support for netstandard2.0
    • âž• Add support for github sourcelink debugging
  • v1.2.3 Changes

    July 20, 2018
    • âž• Add support for passing MemberFilterDelegate directly to Template.Render and Template.Evaluate (#64)
  • v1.2.2 Changes

    July 03, 2018
    • 🛠 Fix date.now that was actually caching the value on initialization (#60)
  • v1.2.1 Changes

    June 01, 2018
    • Add string.to_int string.to_long string.to_float string.to_double. (#55)
  • v1.2.0 Changes

    February 10, 2018
    • ✂ Remove support for importing method instance as this is confusing and actually not supported. Update the documentation. (#44)