Commit graph

158 commits

Author SHA1 Message Date
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
Gered d455c6c332 move options atom to avoid an upcoming circular dependency issue 2014-06-01 16:54:03 -04:00
Gered 12aabb6fd8 minor refactoring 2014-06-01 16:45:22 -04:00
Gered King 03f58d5b93 Merge pull request #1 from jespino/patch-1
Fixed error in the example code of the README
2014-04-07 17:44:40 -04:00
Jesús Espino 784e893a0f Error in the example code of the README
Trying your library I found this error rendering a template file, the fix works for me.
2014-04-07 21:19:19 +02:00
Gered 85eae35813 bump version 2014-03-27 18:10:43 -04:00
Gered 2d887342b8 update jtwig version 2014-03-27 18:10:26 -04:00
Gered King 5f92bd652b Update README.md 2014-03-23 14:26:27 -04:00
Gered King 0cd24e790a Update README.md 2014-03-23 13:21:44 -04:00
Gered 5213d1baea bump version 2014-03-23 13:17:46 -04:00
Gered 1c434caed2 jtwig's own title function already does this. whoops 2014-03-23 13:17:24 -04:00
Gered King 7d6ecbb48b Update README.md 2014-03-23 13:15:40 -04:00
Gered King 4607a0d912 Update README.md 2014-03-23 12:05:45 -04:00
Gered 2311c865b8 update documentation with the newly added functions 2014-03-23 12:04:03 -04:00
Gered aae62834d8 bump version 2014-03-23 11:45:47 -04:00
Gered fd73645574 rearrange nth function alphabetically 2014-03-23 11:32:16 -04:00
Gered d807f45091 add normalize_space 2014-03-23 11:31:35 -04:00
Gered a45bb27479 add center 2014-03-23 11:27:08 -04:00
Gered 04c442a8f8 add pad_right 2014-03-23 11:25:41 -04:00
Gered b6d0f3015d add pad_left 2014-03-23 11:24:21 -04:00