Commit Graph

36 Commits

Author SHA1 Message Date
Mrdaios
19e4f6e506 Update README.md (#103)
miss ")"
2017-03-02 00:09:02 +00:00
Kyle Fuller
f90597fba1 refactor: Revamp docs to separate template writers/devs 2016-12-01 01:33:59 +00:00
Kyle Fuller
9e2a061795 refactor: Introducing Environments 2016-12-01 01:29:48 +00:00
Kyle Fuller
98edad3566 chore: Release 0.7.0 2016-11-29 12:26:22 +00:00
Kyle Fuller
1a01ec592e chore(README): Update documentation links 2016-11-28 19:48:43 +00:00
Kyle Fuller
38d7ec87f6 feat(variable): Allow Swift type introspection 2016-11-28 19:24:26 +00:00
Kyle Fuller
a2673bd66b chore: Update README to point to documentation 2016-11-28 03:15:56 +00:00
Kyle Fuller
60b378d482 feat(filters): Allow filters with arguments 2016-11-27 01:59:57 +00:00
Greg Kaleka
df9065f5a8 Minor grammatical fixes to README.md 2016-03-13 21:30:48 -07:00
Dan Trenz
2190afee0d Added try to throwing expressions in example.
Both `Template(named: "template.stencil")` and `Template(named: "template.stencil")` throw but were not preceded by `try`. This usage example, in it's current form, triggers compiler errors.
2016-02-27 15:20:55 -05:00
Kyle Fuller
b4ba12bbde Use spectre-build for tests 2016-02-08 13:47:52 +00:00
Kyle Fuller
dc774fe43b Add 'Namespace' a container for tags and filters 2015-11-18 16:10:27 +03:00
Kyle Fuller
62f6016e94 [README] Syntax highlight 2015-10-22 09:49:26 -07:00
Kyle Fuller
16da9ac034 Introduce variable filters 2015-10-22 09:47:45 -07:00
Andy Choi
b03ec50a42 Allow Template.render() to be called multiple times
Allow Template.render() to be called multiple times, for the use case where a single template is rendered against multiple Contexts.
2015-09-30 20:56:54 -07:00
Kyle Fuller
9c335caeb6 Remove custom Result type and throw errors 2015-09-25 12:53:45 -07:00
Kyle Fuller
dcf2611ac2 Switch to Swift 2.0 2015-09-08 18:44:01 -07:00
Kyle Fuller
59bab00c97 [README] Fix broken badge URI 2015-06-29 16:37:20 -07:00
Kyle Fuller
028b340b54 Switch to Circle CI 2015-06-29 16:11:54 -07:00
Kyle Fuller
19a7abce4c Support Swift 1.2 2015-06-29 15:47:33 -07:00
Kyle Fuller
45fcebec57 [README] Add installation instructions
Closes #21
2014-12-29 00:54:52 +00:00
Kyle Fuller
fa34c2a98e Add an include tag 2014-12-29 00:19:06 +00:00
Kyle Fuller
5d61043f8c Add architecture document and docs 2014-11-30 00:04:37 +00:00
pyanfield
0710c404b5 update readme file 2014-11-22 08:59:08 +08:00
Kyle Fuller
63f6b3a950 Merge pull request #13 from kylef/travis
Enable travis-ci
2014-11-06 00:45:38 +00:00
JP Simard
068b4ffe13 Minor README edits (typo's, grammar) 2014-10-26 12:13:52 -07:00
Kyle Fuller
914d45827f [README] Add a note about Xcode 6.1 2014-10-26 18:39:26 +00:00
Kyle Fuller
3a0e4ce17e Enable travis-ci 2014-10-26 18:34:46 +00:00
Kyle Fuller
d5019e3de2 [README] Mention Mustache 2014-10-26 18:23:32 +00:00
Kyle Fuller
b1cdd98673 [README] It's now possible to create your own tags 2014-10-26 18:21:35 +00:00
Kyle Fuller
67eca80d61 Provide simple API for tags
Closes #6
2014-10-26 18:16:27 +00:00
Marius Rackwitz
d6a6696c20 [Readme] Update code example for enum API 2014-10-26 13:37:41 +00:00
Kyle Fuller
aad8a1884c Improve readme 2014-10-26 11:57:45 +00:00
Kyle Fuller
758bf352c1 Support loading a template from disk
Closes #4
2014-10-25 15:48:54 +01:00
Kyle Fuller
576e952488 Include a basic readme 2014-10-25 13:04:35 +01:00
Kyle Fuller
c415bfe84b Initial commit 2014-10-23 12:29:09 +01:00