Ilya Puchka
|
c30597457f
|
feat: added split fitler (#187)
|
2018-01-21 16:49:32 -08: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 |
|
Kyle Fuller
|
a4b75f3c89
|
docs(changelog): Add further information regarding substring comparison
|
2017-12-26 20:32:25 -08: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
|
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
|
98461c75b0
|
updated CHANGELOG.md
|
2017-11-29 10:23:54 +00:00 |
|
Kyle Fuller
|
cf7acea440
|
chore: Release 0.10.1
|
2017-11-17 18:42:34 +00:00 |
|
Kyle Fuller
|
4a93815d4c
|
chore: Release 0.10.0
Closes #148
|
2017-10-28 21:37:50 +01: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 |
|
Kyle Fuller
|
65a461d0a1
|
chore: Release 0.9.0
|
2017-04-19 00:04:59 +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
|
4f9063c147
|
chore(CHANGELOG): Add entry for #98
|
2017-04-18 23:01:01 +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
|
e2f33d4337
|
chore: Update CHANGELOG for 0.8.0
|
2017-02-18 12:44:33 +00:00 |
|
Kyle Fuller
|
99efba56e9
|
feat: Support filters in if expressions
Closes #90
|
2017-01-05 20:56:09 +00:00 |
|
Kyle Fuller
|
39517b7514
|
fix(changelog): Add entry for iOS compatibility restored
|
2016-12-12 18:57:01 +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
|
d75db241ac
|
feat(block): Support rendering parent block
|
2016-12-02 00:59:01 +00:00 |
|
Kyle Fuller
|
46bc1242f3
|
refactor(variable): Deprecate whitespace in filters
|
2016-12-01 02:22:51 +00:00 |
|
Kyle Fuller
|
24359489ce
|
refactor(Template): Deprecate init from files
|
2016-12-01 01:47:19 +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 |
|
Kyle Fuller
|
2ebb79df8b
|
refactor(loader): Throw when template not found
|
2016-11-30 17:22:29 +00:00 |
|
Kyle Fuller
|
63c2b935f7
|
feat(FileSystemLoader): Raise when template name escapes base
|
2016-11-30 17:22:29 +00:00 |
|
Kyle Fuller
|
abae80d39d
|
chore: Release 0.7.1
|
2016-11-30 17:13:29 +00:00 |
|
Kyle Fuller
|
d024da5567
|
fix(if): Allow operator use
|
2016-11-30 17:12:41 +00:00 |
|
Kyle Fuller
|
98edad3566
|
chore: Release 0.7.0
|
2016-11-29 12:26:22 +00:00 |
|
Kyle Fuller
|
b7e200a8a0
|
feat(for): Support filters
Closes #70
|
2016-11-28 19:24:27 +00:00 |
|
Kyle Fuller
|
679344f53b
|
refactor(if): Deprecate ifnot tag
|
2016-11-28 19:24:27 +00:00 |
|
Kyle Fuller
|
ada4e81082
|
fix(changelog): Public APIs
|
2016-11-28 19:24:27 +00:00 |
|
Kyle Fuller
|
c99a40c5d9
|
refactor(loader): Rename TemplateLoader to Loader
|
2016-11-28 19:24:27 +00:00 |
|
Kyle Fuller
|
c59b263446
|
feat(if): Support >, >=, < and <= operators
Closes #52
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
ab6f1a032d
|
feat(if): Support inequality operator
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
e989317929
|
feat(if): Support equatable operator
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
38d7ec87f6
|
feat(variable): Allow Swift type introspection
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
429290e0b7
|
refactor: TemplateLoader to protocol, follow Swift API guidelines
|
2016-11-28 19:24:17 +00:00 |
|
Kyle Fuller
|
e84f8a41d4
|
feat(if): Support and, or and not during if expressions
Closes #73
|
2016-11-28 02:56:04 +00:00 |
|