fix: subscripting tuple by value index (#172)

This commit is contained in:
Ilya Puchka
2018-04-05 01:25:13 +01:00
committed by Kyle Fuller
parent f457cddd3f
commit 2e6a7215c5
3 changed files with 16 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
- 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(..)`
- Fixed subscription tuples by value index, i.e. `{{ tuple.0 }}`
## 0.10.1