Sébastien Duperron
00e71c1b4d
Fix typo in VariableSpec describing subscripting ( #229 )
2018-09-08 14:05:05 +01:00
David Jennes
1b85b816fd
Reset changelog
2018-08-30 13:58:30 +02:00
David Jennes
b476e50f89
Forgot version bump
0.12.1
2018-08-30 13:52:14 +02:00
David Jennes
2ed5763fe4
Release 0.12.1
2018-08-30 13:47:19 +02:00
David Jennes
fff3d21e37
Merge pull request #227 from stencilproject/feature/pathkit-cocoapods
...
Updated the PathKit dependency to 0.9.0 in CocoaPods
2018-08-30 13:41:52 +02:00
David Jennes
99be5f0459
Changelog entry
2018-08-30 13:29:52 +02:00
David Jennes
2eeb7babd3
Updated the PathKit dependency to 0.9.0 in the podspec
2018-08-30 13:29:45 +02:00
David Jennes
fc404b25d8
Update the docs version number
2018-08-26 23:27:37 +02:00
David Jennes
42972a1c10
Reset Changelog
2018-08-26 23:24:29 +02:00
David Jennes
6a4959cea0
Release 0.12.0
0.12.0
2018-08-26 23:17:13 +02:00
David Jennes
ffe8f9dab0
Merge pull request #167 from stencilproject/errors-logs-improvements
...
Errors logs improvements
2018-08-15 14:06:49 +02:00
Ilya Puchka
96a004eb34
replace implicitly unwrapped optional with fatalError
2018-08-14 00:56:10 +01:00
Ilya Puchka
92ebfe59b1
removed unneeded error reporter references
2018-08-13 23:05:33 +01:00
Ilya Puchka
71ad162268
more indentations fixed
2018-08-13 20:02:07 +01:00
Ilya Puchka
b9702afbd4
fixed indetnations
2018-08-13 20:00:27 +01:00
Ilya Puchka
4f1a5b3e3d
store reference to token when parsing range variable
2018-08-12 22:25:25 +01:00
Ilya Puchka
3a4cd8aa27
Merge branch 'master' into errors-logs-improvements
2018-08-12 22:08:13 +01:00
Ilya Puchka
e795f052ea
updated docs
2018-08-04 20:19:50 +01:00
Ilya Puchka
2c411ca494
Merge branch 'master' into dynamic-filter
2018-08-04 20:05:59 +01:00
Ilya Puchka
f3d5843e78
updated CHANGELOG
2018-08-04 19:49:57 +01:00
David Jennes
4f14b4b044
Merge pull request #221 from stencilproject/fix/update-changelog-entry-format
...
Update changelog entry format
2018-07-11 23:31:00 +02:00
David Jennes
b66abc3112
Update CHANGELOG.md
2018-07-11 23:16:06 +02:00
David Jennes
5bbd994581
Merge pull request #216 from trupin/master
...
Added Weaver to the list of projects using Stencil
2018-07-11 22:45:42 +02:00
Theophane RUPIN
3995ff9acf
Added Weaver to the list of projects using Stencil
2018-05-20 16:52:22 -07:00
David Jennes
2e18892f4c
Subscript syntax for Variables ( #215 )
...
* Implement variable indirect resolution
* Add some tests
* Changelog entry
* Update documentation
* Rework the syntax to use brackets instead of a $
* Move the lookup parser into it's own file
* Add invalid syntax tests
* Swift 3 support
* Rename some things + extra test
2018-05-19 21:03:51 +01:00
Ilya Puchka
564ccb7af7
added filter to apply dynamic filter
2018-05-13 12:46:51 +01:00
Ilya Puchka
39ed9aa753
Fixed using spaces in filter expressions and variables lists ( #178 )
...
* fixed using spaces in filter expression
* fixed breaking variables lists and filters by spaces
* simplified smartJoin
* avoid force unwrap
2018-05-13 01:06:38 +01:00
Yonas Kolb
d935f65d56
Merge pull request #214 from yonaskolb/include_context
...
Context param for Include block
2018-05-10 18:01:02 +10:00
Yonas Kolb
2627d3e0d1
update changelog formatting
2018-05-10 17:50:59 +10:00
Yonas Kolb
1e77f1e85f
document new include param
2018-05-07 18:47:18 +10:00
Yonas Kolb
47f2b33d80
code formatting
2018-05-07 18:47:18 +10:00
Yonas Kolb
1427e10698
update changelog
2018-05-07 18:47:18 +10:00
Yonas Kolb
e070ae7851
Merge branch 'master' into include_context
2018-05-07 01:43:02 +10:00
Kyle Fuller
fc6c0208b2
fix(cocoapods): Update link to source repository
2018-05-05 17:56:03 -07:00
Kyle Fuller
34dbafa789
docs: Update link to Travis CI
2018-05-05 17:55:14 -07:00
Ilya Puchka
eb8c875853
docs: Update documentation ( #213 )
...
* Update documentation
* Update builtins.rst
2018-05-05 15:33:11 -07:00
Yonas Kolb
098af2a7b6
remove "using" param name
2018-04-30 12:00:54 +10:00
Yonas Kolb
7679b48164
add contex to include
2018-04-30 11:45:22 +10:00
Ilya Puchka
7c499cc077
fix(tokeniser): Tokenising a quote inside quoted parameter ( #210 )
2018-04-17 11:28:28 -07:00
Ole Begemann
88e54ab4ba
docs: Fix typo of precedence ( #212 )
2018-04-17 11:25:15 -07:00
Kyle Fuller
c2e25f25ac
Release 0.11.0
0.11.0
2018-04-04 18:30:05 -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
Ilya Puchka
91847208a3
Merge pull request #177 from kylef/iterating-tuple-arrays
...
Iterating array of tuples with more than two values
2018-03-13 09:25:17 +00: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