Adam Fowler
40ef59c897
Allow for space after value in {{%var:value}}
2021-03-23 17:45:17 +00:00
Adam Fowler
d3edef1b8e
Add support for custom text escaping ( #11 )
...
* Add support for custom text escaping
* swift format
* Remove withDefaultDelimiters
* Update README.md
* Don't pass content type into partial
2021-03-23 17:36:28 +00:00
Adam Fowler
35d52603e2
Template inheritance ( #9 )
...
* Move all context variables into HBMustacheContext
* Add support for reading inherited sections
* Render inherited tokens
* Test inheritance spec, fix two minor issues
* fix warning
* swift format
2021-03-22 12:02:22 +00:00
Adam Fowler
a08b1e8087
Swift format, swift 5.3
2021-03-21 11:56:08 +00:00
Adam Fowler
05740bd7bc
Replace raw UTF8 parser with String parser ( #6 )
...
* Replace UTF8 parser with String based one
* swift format
* Add parsing errors that include context about where error is
* Remove old error tests
2021-03-18 17:26:42 +00:00
Adam Fowler
169a7bbbf4
Added SpecPartialsTests and fixed issues
2021-03-17 18:30:55 +00:00
Adam Fowler
66edcba185
swift format
2021-03-15 18:24:06 +00:00
Adam Fowler
8df4e63432
Add methods for Array and Dictionary
2021-03-12 17:37:25 +00:00
Adam Fowler
c9e33153f3
Basic method setup and calling
2021-03-12 14:03:46 +00:00
Adam Fowler
6be7a382fb
Added error tests
2021-03-12 10:14:17 +00:00
Adam Fowler
7f61c8dd72
HBTemplate -> HBMustacheTemplate, escape characters
...
Add tests for mustache examples
2021-03-12 07:43:09 +00:00
Adam Fowler
9cbe74f9ee
Load templates and render objects
2021-03-11 16:58:49 +00:00