Ilya Puchka
|
7c499cc077
|
fix(tokeniser): Tokenising a quote inside quoted parameter (#210)
|
2018-04-17 11:28:28 -07:00 |
|
Ilya Puchka
|
fe01beb4bb
|
feat(for loop): Support range literals (#192)
|
2018-04-04 17:56:58 -07:00 |
|
Ilya Puchka
|
2e6a7215c5
|
fix: subscripting tuple by value index (#172)
|
2018-04-04 17:25:13 -07:00 |
|
Ilya Puchka
|
f457cddd3f
|
feat(for loop): added property for loop length (#171)
|
2018-04-04 17:23:02 -07:00 |
|
Ilya Puchka
|
6b02fccf84
|
feat: added support for ranges in if-in expression (#193)
|
2018-04-04 17:22:05 -07:00 |
|
Ilya Puchka
|
29e859f1aa
|
fix: Do not print Optional(...) when rendering arrays (#205)
|
2018-04-04 17:13:34 -07:00 |
|
Ilya Puchka
|
8fa0bd275c
|
fix: accessing optional properties through reflection (#204)
|
2018-04-04 17:03:19 -07:00 |
|
Kyle Fuller
|
86ed8770e1
|
Merge branch 'master' into iterating-tuple-arrays
|
2018-03-13 09:12:09 +00:00 |
|
Ilya Puchka
|
0bc6bd974e
|
feat: allow using new lines inside tags (#202)
|
2018-03-13 09:07:56 +00:00 |
|
Ilya Puchka
|
fa68ba9df8
|
feat: Added indent filter (#188)
|
2018-01-28 16:17:23 +00:00 |
|
Ilya Puchka
|
359d086c02
|
feat(filters): Show similar filter names when missing filter(#186)
|
2018-01-22 18:27:42 +00:00 |
|
Ilya Puchka
|
c4a84a6375
|
feat: apply string filters to arrays (#190)
|
2018-01-22 17:20:42 +00:00 |
|
Ilya Puchka
|
c30597457f
|
feat: added split fitler (#187)
|
2018-01-21 16:49:32 -08:00 |
|
Ilya Puchka
|
b4dc8dbb76
|
support for iterating array of tuples with more than two values
|
2018-01-01 16:11:33 +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 |
|
Kyle Fuller
|
0156f6f37b
|
test: Count for unordered dictionary in ForLoop tests
Closes #166
|
2017-12-31 12:26:25 -08:00 |
|
Ilya Puchka
|
79a16854e7
|
fixed implicit conversion of integer literals to float
|
2017-12-29 17:46:26 +01:00 |
|
Ilya Puchka
|
1223efbc7e
|
fix(default): Check for wrapped nil in filter (#162)
|
2017-12-24 11:11:46 -08:00 |
|
Ilya Puchka
|
a96fcff680
|
Merge branch 'master' into resolving-superclass-keys
|
2017-11-30 10:44:46 +00:00 |
|
Ilya Puchka
|
93c07e22b1
|
fixed block inheritance with several levels
|
2017-11-29 23:04:33 +01: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 |
|
Yonas Kolb
|
bf4be38377
|
docs(for): document that dictionary for doesn't support space
|
2017-10-01 11:54:53 +01:00 |
|
Yonas Kolb
|
14bac03990
|
feat(variable): Allow accessing dictionary count
|
2017-10-01 11:54:53 +01:00 |
|
Ilya Puchka
|
3180b26673
|
feat: added in expression in if tag (#143)
|
2017-10-01 11:46:48 +01:00 |
|
Kyle Fuller
|
000e9a7f1a
|
feat: Add DictionaryLoader to load templates from dictionary
Closes #97
|
2017-09-07 18:40:34 +01:00 |
|
Kyle Fuller
|
7b9817ed50
|
feat(for tag): Provide the counter 0 indexed to the context
Closes #121
|
2017-09-07 18:21:16 +01:00 |
|
Jan Berkel
|
482d595d01
|
fix(lexer): Handle incomplete tokens
Fixes #135
|
2017-09-07 18:06:55 +01:00 |
|
Jan Berkel
|
f1fc747897
|
fix(for tag): Potential ‘Index out of range’ crash
Fixes #136
|
2017-09-07 17:17:23 +01:00 |
|
Brad Lindsay
|
64571464d9
|
Add basic support for ranges in for loops
Closes kylef/Stencil#128
|
2017-08-08 17:38:36 -05:00 |
|
Krzysztof Zabłocki
|
584ed916ab
|
fix(lexer): Prevent deadlock with unclosed tag
|
2017-05-17 21:03:43 +01:00 |
|
Kyle Fuller
|
89256b96f4
|
feat(for): Allow iterating over dictionary key and value
Closes #94
|
2017-04-19 00:03:47 +01:00 |
|
Kyle Fuller
|
a8d680b30e
|
fix(for): Support looping dictionaries
|
2017-04-18 23:26:56 +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 |
|
Kyle Fuller
|
dc8759ba34
|
feat(if): Support elif tags
|
2017-03-03 09:56:41 +00:00 |
|
Kyle Fuller
|
233dcfc59a
|
refactor(if node): Support multiple conditions
|
2017-03-03 09:25:16 +00:00 |
|
Kyle Fuller
|
99efba56e9
|
feat: Support filters in if expressions
Closes #90
|
2017-01-05 20:56:09 +00:00 |
|
Kyle Fuller
|
8f6b403aa9
|
fix(join): Dont force strings
|
2016-12-08 16:15:57 +00:00 |
|
Kyle Fuller
|
2331b11a52
|
fix: Allow overriding default filters/tags
|
2016-12-07 22:32:31 +00:00 |
|
Kyle Fuller
|
26f30cbd9d
|
feat: Allow subclassing templates (#79)
|
2016-12-07 21:46:04 +00:00 |
|
Kyle Fuller
|
d7b152089e
|
feat: New extensions API (#78)
|
2016-12-07 21:27:31 +00:00 |
|
Kyle Fuller
|
d3706f074d
|
fix: Use Float as Number instead of Float80
Closes #76
|
2016-12-07 20:07:53 +00:00 |
|
David Jennes
|
2d507e7c11
|
Simple number literal parsing (#77)
|
2016-12-07 19:33:06 +00:00 |
|
Kyle Fuller
|
15facd97fb
|
chore: Add testing template
|
2016-12-02 22:53:16 +00:00 |
|
Kyle Fuller
|
d75db241ac
|
feat(block): Support rendering parent block
|
2016-12-02 00:59:01 +00:00 |
|
Kyle Fuller
|
9e2a061795
|
refactor: Introducing Environments
|
2016-12-01 01:29:48 +00:00 |
|
Kyle Fuller
|
2be672c6a5
|
feat(filter): Support filter tag
|
2016-11-30 18:44:44 +00:00 |
|