All Versions
45
Latest Version
Avg Release Cycle
66 days
Latest Release
1144 days ago

Changelog History
Page 1

  • v0.13.6 Changes

    March 26, 2022
    • ๐Ÿ›  Fixed crash when running with Swift 5.6 / Xcode 13.3
    • ๐Ÿ›  Fixed warnings and build failures in Xcode 13.3
  • v0.13.5 Changes

    October 16, 2021
    • ๐Ÿ›  Fixed build failure in benchmark example on Xcode 13
  • v0.13.4 Changes

    July 29, 2021
    • ๐Ÿ›  Fixed precedence bug where postfix operator was incorrectly applied to entire preceding expression
  • v0.13.3 Changes

    July 24, 2021
    • ๐Ÿ›  Fixed parsing error with string literals that begin with a double backslash
  • v0.13.2 Changes

    June 30, 2019
    • ๐Ÿง AnyExpression now supports concurrent evaluation on Linux
    • ๐Ÿ›  Fixed NSString bug on Linux
  • v0.13.1 Changes

    June 05, 2019
    • ๐Ÿ›  Fixed error in Swift 5.1 beta
  • v0.13.0 Changes

    May 10, 2019
    • ๐Ÿ›  Fixed Xcode 10.2 warnings
    • Expression now requires a minimum Swift version of 4.2
  • v0.12.12 Changes

    March 26, 2019
    • ๐Ÿง Expression now builds correctly on Linux, including the test suite
    • ๐Ÿ›  Fixed bug where whitespace around operators could affect the precedence
    • ๐Ÿ›  Fixed a bug where numeric values could incorrectly be printed as a boolean
  • v0.12.11 Changes

    June 15, 2018
    • ๐Ÿ›  Fixed all warnings in Xcode 10 beta
    • Expression now requires Xcode 9.3 or higher
  • v0.12.10 Changes

    June 05, 2018
    • ๐Ÿ›  Fixed compilation errors in Xcode 10 beta (but not warnings, yet)
    • ๐Ÿ›  Fixed slow-compiling unit tests