Ilya Puchka
|
69cd8e4d3b
|
replaced Token with Lexeme protocol on TemplateSyntaxError
|
2018-01-01 16:21:50 +01:00 |
|
Ilya Puchka
|
6300dbc7bf
|
improved template syntax errors with file, line number and failed token highlighted in error message
|
2018-01-01 16:21:48 +01:00 |
|
Ilya Puchka
|
2e80f70f67
|
Merge pull request #181 from kylef/fix-float-from-int
Fix creating float from int
|
2018-01-01 15:46:21 +01:00 |
|
Ilya Puchka
|
a6dba67828
|
fixed tests on swift 3.1
|
2018-01-01 15:20:02 +01:00 |
|
Ilya Puchka
|
691fe523b3
|
Merge branch 'master' into fix-float-from-int
|
2018-01-01 14:26:27 +01:00 |
|
Ilya Puchka
|
c0e66eb96f
|
feat: Allow iterating over tuple, struct and class properties
Closes #173
|
2017-12-31 12:38:09 -08:00 |
|
Ilya Puchka
|
79a16854e7
|
fixed implicit conversion of integer literals to float
|
2017-12-29 17:46:26 +01:00 |
|
Ilya Puchka
|
0f3a302108
|
fix(variable): Resolving variable as string literal (#168)
In Swift 4, a Substring was returned.
|
2017-12-26 20:27:26 -08:00 |
|
Ilya Puchka
|
1223efbc7e
|
fix(default): Check for wrapped nil in filter (#162)
|
2017-12-24 11:11:46 -08:00 |
|
Ilya Puchka
|
9357df35d1
|
Merge pull request #152 from kylef/resolving-superclass-keys
Added recursive resolution for superclass properties
|
2017-11-30 15:56:46 +00:00 |
|
Ilya Puchka
|
a96fcff680
|
Merge branch 'master' into resolving-superclass-keys
|
2017-11-30 10:44:46 +00:00 |
|
Ilya Puchka
|
0017aee5a8
|
Merge pull request #154 from kylef/fix-block-inheritance
Fixed block inheritance with several levels
|
2017-11-30 10:43:51 +00:00 |
|
Ilya Puchka
|
1e6846867e
|
fixed compiling in swift 3
|
2017-11-29 23:18:48 +01:00 |
|
Ilya Puchka
|
93c07e22b1
|
fixed block inheritance with several levels
|
2017-11-29 23:04:33 +01:00 |
|
Ilya Puchka
|
98461c75b0
|
updated CHANGELOG.md
|
2017-11-29 10:23:54 +00:00 |
|
Ilya Puchka
|
9994972a24
|
added recursive resolution for superclass properties
|
2017-11-29 10:18:56 +00:00 |
|
Ilya Puchka
|
e7a0738bda
|
fix(variable): checking values for nil when using mirror (#144)
|
2017-10-02 09:38:50 +01:00 |
|
Ilya Puchka
|
3180b26673
|
feat: added in expression in if tag (#143)
|
2017-10-01 11:46:48 +01:00 |
|
Ilya Puchka
|
5541eae818
|
feat: fixed parsing several filter arguments with quotes (#98)
|
2017-04-18 22:58:42 +01:00 |
|
Ilya Puchka
|
d1717df6ff
|
feat(for tag): Support where expressions (#96)
|
2017-04-11 11:39:00 +01:00 |
|