kpdecker
4cf0410b7c
1.0.11
1.0.0-rc.4
v1.0.11
2013-05-13 23:09:21 -05:00
kpdecker
2ec5a97f4a
Update release notes
2013-05-13 23:08:43 -05:00
kpdecker
ddc4d31861
Rev to rc4
2013-05-13 23:07:29 -05:00
kpdecker
85dd39427b
Add regex escapes
2013-05-10 01:35:25 -05:00
kpdecker
8b65fa771e
Update release notes
2013-05-10 01:24:11 -05:00
kpdecker
fa6cec26bf
Update client packager versions
2013-05-10 01:02:13 -05:00
kpdecker
436973f470
Version update script
2013-05-10 01:01:55 -05:00
Kevin Decker
a2796784ab
Merge pull request #505 from MikeMayer/master
...
Include a .nuspec package file to include handlebars.js on NuGet
2013-05-09 22:37:23 -07:00
Kevin Decker
d355d1f6aa
Fix links in release notes
2013-05-10 00:35:05 -05:00
Kevin Decker
71c5e36268
Merge pull request #489 from DevinClark/bower-update
...
Added a component.json file for Twitter's Bower package manager.
2013-05-09 22:29:27 -07:00
kpdecker
44ae572e2f
Add release notes
...
Fixes #471
2013-05-10 00:14:55 -05:00
Kevin Decker
7cd9cdb0eb
Merge pull request #513 from tommydudebreaux/master
...
Using handlebars with browserify causes IE to throw - TypeError: Invalid calling object
2013-05-09 21:03:03 -07:00
Tommy Messbauer
090ee7c59a
added local pointer to handlerbars.utils to allow this to browserify properly for IE
2013-05-09 17:17:34 -05:00
MikeMayer
8a5705a253
Explicitly only include the handlebars.js from the dist folder
2013-05-01 09:58:17 -07:00
MikeMayer
344bb9092d
Create handlebars.js.nuspec for inclusion in NuGet
...
Added a .nuspec file for those people who use Visual Studio and NuGet and might want to use handlebars.js deployed from NuGet in their application.
2013-05-01 09:52:55 -07:00
Utkarsh Sengar
ef325733bb
Added link to a gist for loading handlebars templates (sync and async) in README.
2013-04-28 13:54:47 -05:00
kpdecker
18798a7546
Adjust formatting of bullet list
2013-04-28 13:53:01 -05:00
Kevin Decker
bbce33778e
Merge pull request #499 from gilesbowkett/paragraph_width
...
adjusted paragraph width for readability
2013-04-28 11:44:19 -07:00
DevinClark
fc52a65c70
Changed component.json to bower.json per Bower 0.9.0 update.
2013-04-25 21:05:21 -05:00
Giles Bowkett
06e593d32e
paragraph width
2013-04-25 14:44:52 -07:00
Kevin Decker
16a6fe15f2
Merge pull request #492 from iangreenleaf/patch-1
...
Change download link in install instructions
2013-04-25 09:39:13 -07:00
Ian Young
d8d2a6a1d2
Change download link in install instructions
...
The install instructions in the readme were still pointing to the GitHub downloads page, which is deprecated and out of date.
Updated to point to the official site, which has a big download button.
2013-04-16 16:32:40 -07:00
Kevin Decker
4c35f89c2a
Merge pull request #488 from tnwinc/amd-module-return-values
...
Amd module return values
2013-04-08 10:41:08 -07:00
DevinClark
5c9aa9e4d6
Added a component.json file for Twitter's Bower package manager.
...
See [https://github.com/twitter/bower#defining-a-package ](Defining a
package) for more information about how the file was generated.
2013-04-08 12:28:13 -05:00
James Maroney
ca576c27fc
If building AMD module and compiling multiple templates, return the full
...
templates (or partials) hash from the AMD module
2013-04-08 10:37:18 -04:00
James Maroney
85a21f2359
If building AMD modules, and only one template is being compiled,
...
return the compiled template from the AMD module
2013-04-08 10:36:43 -04:00
Kevin Decker
075fdb8ac4
Merge pull request #454 from leshill/fix_string_mode_contexts
...
Add contexts for string mode hash values
2013-04-07 17:21:40 -07:00
kpdecker
4429ffa9f3
Allow multiple partial and helper registration
...
Fixes #369
2013-04-07 18:04:51 -05:00
kpdecker
73f2016a6a
Remove FULL_CONTEXT from spec_helper
2013-04-07 16:50:57 -05:00
kpdecker
381c113d66
Rebuild
2013-04-07 12:41:55 -05:00
kpdecker
0329c852bd
Merge branch 'program-metadata'
2013-04-07 12:29:54 -05:00
kpdecker
f6ff5c648b
Restore knownHelpersOnly throw
...
Fixes #302
2013-04-06 23:23:40 -05:00
kpdecker
12d68caa58
Allow compilation of empty string
...
Fixes #461
2013-04-06 23:17:39 -05:00
kpdecker
ff32b4e2ad
Escape passed regex
2013-04-06 23:14:29 -05:00
kpdecker
c59882cce1
Merge branch 'master' of github.com:matteoagosti/handlebars.js into matteoagosti-master
...
Conflicts:
bin/handlebars
2013-04-06 23:07:50 -05:00
kpdecker
4d66d0c0a6
Escape unicode newlines in string literals
...
Fixes #375
2013-04-06 16:42:24 -05:00
kpdecker
bee0facaca
Rebuild
2013-04-06 15:49:13 -05:00
Kevin Decker
af3501636c
Merge pull request #462 from broady/master
...
Fix support for Rhino
2013-04-06 13:48:47 -07:00
kpdecker
e33d9b4dcf
Add test case for GH-458
2013-04-06 15:28:27 -05:00
kpdecker
31aaa30fcd
Rebuild
2013-04-06 15:28:18 -05:00
kpdecker
ec5882a31a
Merge branch 'master' of github.com:jpfiset/handlebars.js into jpfiset-master
2013-04-06 15:18:30 -05:00
kpdecker
671c07e699
Force toString in escapeExpression
...
Fixes #211
2013-04-06 14:46:04 -05:00
kpdecker
f4d0092bb8
escapeExpression tests
2013-04-06 14:42:33 -05:00
kpdecker
fe74d65f2b
isEmpty test
2013-04-06 14:26:08 -05:00
kpdecker
9e4b59e815
Add support for \\{ escapes
...
Fixes #456
2013-03-31 16:27:34 -05:00
Les Hill
53de75927c
Add contexts for string mode hash values
...
Allows for evaluating hash parameters such as ../city in string mode.
2013-03-19 21:41:36 -07:00
kpdecker
bcc15ea5e7
Rebuild dist
2013-03-13 21:56:30 -05:00
Kevin Decker
21977633a0
Merge pull request #213 from thejohnfreeman/master
...
Block helper "with" should check for empty context
2013-03-13 19:54:26 -07:00
Chris Broadfoot
e4a0ac4b04
Fix Rhino support
2013-03-04 16:08:00 -08:00
Jean-Pierre Fiset
681f1a6396
Allow colon characters in identifiers
...
Issue #460
2013-03-04 13:33:13 -05:00