All Versions
45
Latest Version
Avg Release Cycle
66 days
Latest Release
1144 days ago
Changelog History
Page 1
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