12 Commits

Author SHA1 Message Date
David Jennes
5f0c01809d Docs & changelog entry 2022-07-29 03:07:12 +02:00
Ilya Puchka
479fdad30b Update docs 2022-07-29 01:47:57 +02:00
Ilya Puchka
67f94aa9f0 Update docs 2022-07-28 19:05:28 +02:00
David Jennes
b95b18ff60 Try to document this (afaik) 2022-07-28 18:24:10 +02:00
David Jennes
099b8414d2 Changelog entry & docs 2022-07-28 03:05:17 +02:00
Ilya Puchka
d238c25eef Allow using collection accessors on strings (#245)
* allow using collection accessors on strings

* refactored resolving collection accessors

* refactored to fileprivate function

* Update Variable.swift

* Update templates.rst
2018-09-22 16:41:45 +03: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
Kyle Fuller
d75db241ac feat(block): Support rendering parent block 2016-12-02 00:59:01 +00:00
Kyle Fuller
6871387671 feat(docs): Document template inheritence 2016-12-01 16:20:28 +00:00
Kyle Fuller
f90597fba1 refactor: Revamp docs to separate template writers/devs 2016-12-01 01:33:59 +00:00
Kyle Fuller
38d7ec87f6 feat(variable): Allow Swift type introspection 2016-11-28 19:24:26 +00:00
Kyle Fuller
3293d8a526 feat: Add documentation 2016-11-27 18:03:39 +00:00