Kyle Fuller
|
aa7c36296b
|
refactor: Deal with Number instead of Float80
|
2016-12-07 19:54:29 +00:00 |
|
David Jennes
|
2d507e7c11
|
Simple number literal parsing (#77)
|
2016-12-07 19:33:06 +00:00 |
|
Kyle Fuller
|
15facd97fb
|
chore: Add testing template
|
2016-12-02 22:53:16 +00:00 |
|
Kyle Fuller
|
d75db241ac
|
feat(block): Support rendering parent block
|
2016-12-02 00:59:01 +00:00 |
|
Kyle Fuller
|
49936c36d4
|
feat(variable): Allow resolving nodes and resolvables
|
2016-12-02 00:57:01 +00:00 |
|
Kyle Fuller
|
2e04a71d59
|
fix: Silence build warnings
|
2016-12-02 00:29:28 +00:00 |
|
Kyle Fuller
|
6d05832997
|
chore(docs): Add installation instructions for Carthage
Closes #27
Closes #65
|
2016-12-01 18:26:44 +00:00 |
|
Kyle Fuller
|
6871387671
|
feat(docs): Document template inheritence
|
2016-12-01 16:20:28 +00:00 |
|
Kyle Fuller
|
46bc1242f3
|
refactor(variable): Deprecate whitespace in filters
|
2016-12-01 02:22:51 +00:00 |
|
Kyle Fuller
|
24359489ce
|
refactor(Template): Deprecate init from files
|
2016-12-01 01:47:19 +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
|
2be672c6a5
|
feat(filter): Support filter tag
|
2016-11-30 18:44:44 +00:00 |
|
Kyle Fuller
|
2ebb79df8b
|
refactor(loader): Throw when template not found
|
2016-11-30 17:22:29 +00:00 |
|
Kyle Fuller
|
63c2b935f7
|
feat(FileSystemLoader): Raise when template name escapes base
|
2016-11-30 17:22:29 +00:00 |
|
Kyle Fuller
|
abae80d39d
|
chore: Release 0.7.1
0.7.1
|
2016-11-30 17:13:29 +00:00 |
|
Kyle Fuller
|
d024da5567
|
fix(if): Allow operator use
|
2016-11-30 17:12:41 +00:00 |
|
Kyle Fuller
|
98edad3566
|
chore: Release 0.7.0
0.7.0
|
2016-11-29 12:26:22 +00:00 |
|
Kyle Fuller
|
872784f9b3
|
chore(podspec): Update homepage
|
2016-11-29 12:24:31 +00:00 |
|
Kyle Fuller
|
1a01ec592e
|
chore(README): Update documentation links
|
2016-11-28 19:48:43 +00:00 |
|
Kyle Fuller
|
f0591408be
|
refactor(filter): Filters should be private, we only expose resolvable
|
2016-11-28 19:24:27 +00:00 |
|
Kyle Fuller
|
b7e200a8a0
|
feat(for): Support filters
Closes #70
|
2016-11-28 19:24:27 +00:00 |
|
Kyle Fuller
|
b1da85b140
|
feat(default filter): Support multiple defaults
|
2016-11-28 19:24:27 +00:00 |
|
Kyle Fuller
|
679344f53b
|
refactor(if): Deprecate ifnot tag
|
2016-11-28 19:24:27 +00:00 |
|
Kyle Fuller
|
ada4e81082
|
fix(changelog): Public APIs
|
2016-11-28 19:24:27 +00:00 |
|
Kyle Fuller
|
c99a40c5d9
|
refactor(loader): Rename TemplateLoader to Loader
|
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
|
3eb2657a62
|
fix(if): Support resolving all number types 0 or below as false
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
6ad609e562
|
refactor(if): Move expressions to separate file
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
38d7ec87f6
|
feat(variable): Allow Swift type introspection
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
9af9cf4005
|
fix(context): Allow removing a value at a pushed state
|
2016-11-28 19:24:25 +00:00 |
|
Kyle Fuller
|
1975cfd627
|
feat(context): Add flatten method
|
2016-11-28 19:24:25 +00:00 |
|
Kyle Fuller
|
429290e0b7
|
refactor: TemplateLoader to protocol, follow Swift API guidelines
|
2016-11-28 19:24:17 +00:00 |
|
Kyle Fuller
|
5ca1b78854
|
chore: Switch to Swift 3.0.1
|
2016-11-28 03:37:20 +00:00 |
|
Kyle Fuller
|
a2673bd66b
|
chore: Update README to point to documentation
|
2016-11-28 03:15:56 +00:00 |
|
Kyle Fuller
|
9b6ee14aa3
|
feat(docs): Add custom tags and filters to documentation
|
2016-11-28 03:11:38 +00:00 |
|
Kyle Fuller
|
3b5e8f2468
|
chore: Remove debug print during test
|
2016-11-28 03:00:51 +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
|
2324808dca
|
fix(if): Treat below 0 numbers as negative
|
2016-11-27 20:11:51 +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 |
|
Kyle Fuller
|
393dc88a10
|
fix(extends): Support multiple extends
Fixes #60
|
2016-11-27 04:22:37 +00:00 |
|
Kyle Fuller
|
a014fecd23
|
fix(filters): Smartly split arguments
Ensure that `"value"|filter:"arg , with comma"` works
|
2016-11-27 02:46:43 +00:00 |
|
Kyle Fuller
|
a13401b046
|
chore: Lock down APIs
|
2016-11-27 02:20:46 +00:00 |
|
Kyle Fuller
|
60b378d482
|
feat(filters): Allow filters with arguments
|
2016-11-27 01:59:57 +00:00 |
|
Kyle Fuller
|
1e3afc0dd5
|
fix(variable): Prevent crash on unknown index in array
|
2016-10-13 13:11:02 +01:00 |
|