fix: Do not print Optional(...) when rendering arrays (#205)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user