Gered
ba78333c28
add :tag-symbols option
2014-07-02 17:05:52 -04:00
Gered
5a644a92d2
update the way JtwigTemplates are created so the JtwigConfiguration object can be passed in for each case
2014-06-20 09:45:02 -04:00
Gered
159918019a
minor argument declaration cleanup
2014-06-19 18:32:02 -04:00
Gered
1fbfaae934
add unit tests for strict-mode
2014-06-19 18:24:59 -04:00
Gered
3234d97ce0
whoops. this is why one should test code before commiting!
2014-06-19 18:14:27 -04:00
Gered
77a10a38d7
add strict-mode option support
2014-06-19 18:11:39 -04:00
Gered
68c2beb863
whitespace
2014-06-19 18:11:20 -04:00
Gered
ee08d7e94d
convert hard-coded web root resource path to a configurable option
2014-06-19 17:38:56 -04:00
Gered
b1a605e758
this should probably be false by default (non-standard "magic")
2014-06-19 17:34:45 -04:00
Gered
97281d6648
some minor cleanups
2014-06-19 17:34:05 -04:00
Gered
e1a08429bb
don't need to pass empty/nil model maps in these tests anymore
2014-06-19 08:29:42 -04:00
Gered
0aeae17824
update tests
2014-06-19 08:26:19 -04:00
Gered
941c0ad2e2
deftwigfn/deftwigaliasedfn should return the function handler created
2014-06-19 08:26:06 -04:00
Gered
3ab6c96c93
make the model map arg optional
2014-06-19 07:56:16 -04:00
Gered
eba27bc60d
fix deftwigfn/deftwigaliasedfn macros
2014-06-19 07:54:04 -04:00
Gered
f1558b72a1
update core template rendering, and big changes to function handling
2014-06-18 09:48:10 -04:00
Gered
d3eb6e844c
add TemplateFunction java interface
...
needed as a java interface due to clojure not allowing for vararg
parameters in definterface/defprotocol
2014-06-15 13:36:13 -04:00
Gered
0891fa5675
reorg src dir to allow for some java source files
2014-06-15 13:33:45 -04:00
Gered
fde89f46b9
update to snapshot version of jtwig
2014-06-15 13:33:24 -04:00
Gered
eb1c5a31a9
bump version
2014-06-15 01:26:02 -04:00
Gered
bd8112377f
bump version
2014-06-15 01:18:47 -04:00
Gered
0674153b39
update README.md
2014-06-15 01:14:18 -04:00
Gered
1e03b5d583
update README.md
2014-06-15 01:01:34 -04:00
Gered
9ec7bfaffd
casting functions
2014-06-14 23:43:48 -04:00
Gered
9090cb0f81
add tests for contains, index_of and last_index_of
2014-06-14 23:03:49 -04:00
Gered
ceed7a25a0
update 'contains' to allow checking for a substring in a string
2014-06-14 22:56:54 -04:00
Gered
4ca3efc9f7
lol, wow this test was messed up
2014-06-14 22:47:35 -04:00
Gered
4b07c992d1
where appropriate, automatically convert string values to keywords when the the string value is going to be used to check/sort against a map key
2014-06-14 22:44:08 -04:00
Gered
49519a3106
typos
2014-06-14 22:18:11 -04:00
Gered
b3010e23b1
fix support for strings in index_of and last_index_of
2014-06-14 22:17:41 -04:00
Gered
326b1eef7a
add functions: contains, index_of, last_index_of
2014-06-14 22:02:48 -04:00
Gered
bed886b5ad
add :auto-convert-map-keywords option tests for function params/return
2014-06-14 19:56:52 -04:00
Gered
420bd20a0b
update tests
2014-06-14 18:55:07 -04:00
Gered
99e9f91445
change :stringify-model-map-keys to something more all-encompassing
2014-06-14 18:54:56 -04:00
Gered
4315ddfa54
rename option to better reflect it's purpose
2014-06-14 17:58:28 -04:00
Gered
b2c31e5d2c
cleanup
2014-06-14 17:56:24 -04:00
Gered
6dd4a1d105
fix failing tests
2014-06-14 17:55:02 -04:00
Gered
e0b21871a6
let's be honest -- the most common scenario is for this to be turned on
2014-06-14 17:42:55 -04:00
Gered
da0097a100
replace all the individual option toggle functions with set-options!
2014-06-14 17:37:17 -04:00
Gered
841b15e11d
replace old 'skip-model-map-stringify?' option with a new global option
...
as well, by default now, keys will NOT be automatically stringified. the
user must turn this behaviour on explicitly. this is to reduce the level
of "magic" that happens behind the scenes (if there was a 100% fool-
proof method of stringifying/keywordizing back and forth as needed
without ever being an issue i would turn this behaviour on all the time)
2014-06-13 15:23:42 -04:00
Gered
291842af48
lazy fix for failing tests
...
non-lazy fix would be to rewrite such that these don't rely on a
collection/sequence implementation-specific iteration order
2014-06-12 16:25:01 -04:00
Gered
6406a31c98
clojure 1.6.0
2014-06-12 16:23:53 -04:00
Gered
8c4aeddf69
update jtwig version
2014-06-11 09:16:01 -04:00
Gered
7c7e14b4c0
remove clojars images. github keeps old versions in it's cache :(
2014-06-01 17:27:49 -04:00
Gered
3ab9add950
bump version
2014-06-01 17:18:49 -04:00
Gered
c5f281282b
nitpicky
2014-06-01 17:11:58 -04:00
Gered
75c8abd7b5
update stylesheet/javascript functions with check for minified urls
2014-06-01 17:10:30 -04:00
Gered
b633939883
move this out to a separate def for now, will add as an option later
2014-06-01 17:06:35 -04:00
Gered
a03c5a67d8
add core function to toggle :check-for-minified-web-resources on/off
2014-06-01 17:04:18 -04:00
Gered
751bf1bf79
add new :check-for-minified-web-resources option
2014-06-01 17:00:41 -04:00