fix: Do not print Optional(...) when rendering arrays (#205)

This commit is contained in:
Ilya Puchka
2018-04-05 01:13:34 +01:00
committed by Kyle Fuller
parent 8fa0bd275c
commit 29e859f1aa
3 changed files with 25 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
- Fixed comparing string variables with string literals, in Swift 4 string literals became `Substring` and thus couldn't be directly compared to strings.
- Integer literals now resolve into Int values, not Float
- Fixed accessing properties of optional properties via reflection
- No longer render optional values in arrays as `Optional(..)`
## 0.10.1