David Jennes
|
f12d6ed7f3
|
Update documentation
|
2022-07-28 23:59:31 +02:00 |
|
Ilya Puchka
|
019d0cca76
|
updated docs
|
2018-10-01 22:16:43 +01:00 |
|
Ilya Puchka
|
0269052d6a
|
Merge branch 'master' into dynamic-filter
# Conflicts:
# CHANGELOG.md
# Sources/ForTag.swift
# Sources/IfTag.swift
# Sources/Parser.swift
# Sources/Variable.swift
# Tests/StencilTests/ExpressionSpec.swift
# Tests/StencilTests/FilterSpec.swift
# Tests/StencilTests/ForNodeSpec.swift
# Tests/StencilTests/VariableSpec.swift
|
2018-10-01 21:21:56 +01:00 |
|
Ilya Puchka
|
2c3962a3de
|
Added support for brackets in boolean expressions (#165)
* added support for brackets in boolean expressions
* more descriptive error messages
* use array slices
* added test for nested expressions
* removed brackets validation step
* address code review comments
* added doc comment
* simplify expression spec
* fixed docs
|
2018-09-21 22:07:28 +03:00 |
|
Ilya Puchka
|
e795f052ea
|
updated docs
|
2018-08-04 20:19:50 +01:00 |
|
Yonas Kolb
|
1e77f1e85f
|
document new include param
|
2018-05-07 18:47:18 +10:00 |
|
Ilya Puchka
|
eb8c875853
|
docs: Update documentation (#213)
* Update documentation
* Update builtins.rst
|
2018-05-05 15:33:11 -07:00 |
|
Ole Begemann
|
88e54ab4ba
|
docs: Fix typo of precedence (#212)
|
2018-04-17 11:25:15 -07: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 |
|
Ian Dundas
|
793773f191
|
docs: Added example to show use of forloop.xin a for loop (#123)
|
2017-07-12 11:46:43 +02:00 |
|
Kyle Fuller
|
89256b96f4
|
feat(for): Allow iterating over dictionary key and value
Closes #94
|
2017-04-19 00:03:47 +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
|
8f6b403aa9
|
fix(join): Dont force strings
|
2016-12-08 16:15:57 +00:00 |
|
Kyle Fuller
|
6871387671
|
feat(docs): Document template inheritence
|
2016-12-01 16:20:28 +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
|
679344f53b
|
refactor(if): Deprecate ifnot tag
|
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
|
111306fb60
|
fix(if): Empty strings should be falsy
|
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 |
|
Kyle Fuller
|
9fdbbc99e9
|
feat(filters): Add a join filter
|
2016-11-27 19:47:50 +00:00 |
|
Kyle Fuller
|
dfd57e9571
|
feat: Add a default filter
|
2016-11-27 18:27:30 +00:00 |
|
Kyle Fuller
|
3293d8a526
|
feat: Add documentation
|
2016-11-27 18:03:39 +00:00 |
|