summaryrefslogtreecommitdiffstats
path: root/README.markdown
Commit message (Collapse)AuthorAgeFilesLines
* Add a new lightweight package based on handlebars in the READMEKabir2016-04-121-0/+1
| | | | | Add a new package [just-handlebars-helpers](https://github.com/leapfrogtechnology/just-handlebars-helpers) on the list. This is a lightweight package that offers a collection of common handlebars helpers. And it is [fully tested](https://codecov.io/github/leapfrogtechnology/just-handlebars-helpers)
* Added coryMr. Leo2016-02-271-0/+1
|
* Tag DOMBars as deprecatedVictor Bastos2015-10-311-1/+1
|
* Add promised-handlebars to "in-the-wild"-listNils Knappmeier2015-10-281-0/+1
|
* Add Marionette.Handlebars to "in the Wild" listhashchange2015-08-211-0/+1
|
* Link to try handlebars from readmekpdecker2015-08-141-1/+1
|
* Link to installation docskpdecker2015-08-121-15/+1
|
* Pull out duplicated documentation from readmekpdecker2015-08-031-271/+10
| | | Fixes #1006
* Fix minor typos in READMETom X. Tobin2015-06-081-2/+2
|
* Added handlebars-layouts to the in-the-wild listShannon Moeller2015-04-241-0/+1
| | | I've written a set of helpers which implement layout blocks similar to Jade, Jinja, Swig, Twig, and others. It seems to be gaining some popularity (around 10k npm downloads per month at present) and I would be honored to have it included in the in-the-wild list in case it may prove useful to others.
* Update README.markdownjohneke2015-03-181-6/+10
|
* Adding documentation for parameters in partialsjohneke2015-03-181-0/+25
|
* Add dashbars' link on README.Changwoo Park2015-02-161-0/+1
|
* Merge pull request #943 from ogennadi/patch-2Kevin Decker2015-01-211-1/+1
|\ | | | | Properly formatted dot
| * Properly formatted dotOge Nnadi2015-01-201-1/+1
| |
* | Clarified a long sentenceOge Nnadi2015-01-201-1/+1
|/
* Fix example using #with helperDickson Wong2015-01-141-1/+1
| | | Example using #with helper should close tag using {{/with}}
* + jsDelivr CDN infotomByrer2014-09-061-0/+2
| | | | | Thanks to libgrabber, every time a [new release is posted](https://github.com/components/handlebars.js/releases), jsDelivr will find it & automatically upload it. If you change your file structure, please updated the [include section](https://github.com/jsdelivr/jsdelivr/blob/master/files/handlebarsjs/update.json) or ask us to do it. I was going to link CDNJS, but they [haven't uploaded to v2.0.0](http://cdnjs.com/libraries/handlebars.js). Nothing against those cats; we [use their network](http://www.jsdelivr.com/network.php).
* Merge mustache compatibility sectionskpdecker2014-08-251-7/+8
|
* Link to current performance tests in readmekpdecker2014-08-241-2/+1
|
* Create CONTRIBUTING.mdkpdecker2014-08-241-72/+1
| | | Cleans up some of the process focused content in the README and also adds nice message to github issue tracker, etc.
* Update compatibility documentationkpdecker2014-08-141-0/+8
| | | | Provides an official statement regarding the issues discussed in #425
* Merge pull request #846 from espadrine/patch-1Kevin Decker2014-08-121-1/+1
|\ | | | | Readme: Use an SVG badge.
| * Readme: Use an SVG badge.Thaddee Tyl2014-08-081-1/+1
| | | | | | Using the up-to-date badge design.
* | Fix type in READMEkpdecker2014-08-111-3/+2
|/ | | | Fixes #843
* Add basic FAQkpdecker2014-07-051-2/+2
|
* Update escaping in link_to examplekpdecker2014-03-051-2/+2
|
* Merge pull request #740 from SimonCropp/patch-1Kevin Decker2014-03-051-1/+1
|\ | | | | Update README.markdown
| * Update README.markdownSimon Cropp2014-02-151-1/+1
| |
* | Make JSON a requirement for the compiler.kpdecker2014-03-051-1/+1
|/ | | Include the polyfill for testing under IE8 and below and document this.
* Better docs on how to file issueskpdecker2014-02-091-1/+11
|
* README: Use with helper instead of relying on blockHelperMissingScott González2014-01-141-1/+1
|
* Update release instructionskpdecker2014-01-061-2/+1
|
* Add koa-hbs to "handlebars in the wild" listJoe Wilm2014-01-011-0/+2
|
* Merge pull request #685 from blakeembrey/dombarsKevin Decker2013-12-251-0/+1
|\ | | | | Add dombars to the projects list
| * Add dombars to the projects list.Blake Embrey2013-12-241-0/+1
| |
* | Update release documentationkpdecker2013-12-231-0/+5
| |
* | Update sauce tests for supported versionskpdecker2013-12-231-0/+2
| |
* | Add docs on testing ember integrationkpdecker2013-12-231-1/+14
| |
* | Add notes on bower installkpdecker2013-12-231-3/+2
| | | | | | Fixes #655
* | Provide default sort for builds linkkpdecker2013-12-231-1/+1
| |
* | Implement grunt dev taskkpdecker2013-12-231-0/+2
| |
* | Add selenium badgekpdecker2013-12-231-2/+2
| |
* | Update README.markdownKarl Johan Kleist2013-11-121-0/+1
| | | | | | Added "Ghost" (Just a blogging platform) to "Handlebars in the Wild".
* | Document release processkpdecker2013-11-041-0/+17
|/ | | | Fixes #546 Fixes #640
* Added the CoSchedule project to the readmeJustin Walsh2013-10-031-0/+1
|
* Add note regarding performance impact of @datakpdecker2013-08-291-0/+2
|
* Merge pull request #606 from elving/patch-1Kevin Decker2013-08-261-0/+1
|\ | | | | Add Swag to the "Handlebars in the Wild" list.
| * Add Swag to the "Handlebars in the Wild" list.Elving Rodriguez2013-08-241-0/+1
| |
* | Remove rake build assetskpdecker2013-08-251-8/+4
| |
* | Move parser generation into grunt filekpdecker2013-08-171-1/+1
| |
* | Move test runner into gruntkpdecker2013-08-171-1/+1
| |
* | Move dist dir generation into Gruntkpdecker2013-08-171-0/+1
|/
* Update external urlKevin Decker2013-08-141-1/+1
|
* adds Assemble and handlebars-helpers projects to "Handlebars in the Wild" ↵Jon Schlinkert2013-08-061-10/+23
| | | | section of README. Bullets are now ordered alphabetically
* Merge pull request #558 from dmarcotte/update-readmeKevin Decker2013-07-231-3/+3
|\ | | | | Update readme to reflect latest rake targets
| * Update readme to reflect latest rake targetsDaniel Marcotte2013-06-121-3/+3
| |
* | Added missing quotesDario Sneidermanis2013-07-121-1/+1
| |
* | Merge pull request #555 from blessenm/precompiler-doc-fixKevin Decker2013-07-011-7/+14
|\ \ | | | | | | Added additional options to the doc.
| * | Added additional options to the doc.Blessan Mathew2013-06-091-7/+14
| |/ | | | | | | Added additional precompilation options to the readme doc.
* | Announcing jQuery pluginAlberto La Rocca2013-06-271-0/+1
|/
* Merge branch 's3-builds-final' of github.com:fivetanley/handlebars.jskpdecker2013-06-021-1/+13
|\ | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock dist/handlebars.js dist/handlebars.runtime.js
| * publish passing master builds to s3Stanley Stuart2013-05-311-1/+13
| |
* | Remove remaining respec references.kpdecker2013-06-011-12/+5
|/ | | | Fixes #544
* Move upgrade notes to release-noteskpdecker2013-05-301-15/+1
|
* Add supported environments statementkpdecker2013-05-271-0/+14
| | | Fixes #344
* Update in the wild sectionkpdecker2013-05-271-0/+4
| | | | Fixes #246
* Update testing noteskpdecker2013-05-211-5/+9
| | | Fixes #467
* Fix typokpdecker2013-05-211-1/+1
|
* Update block helper docs in READMEkpdecker2013-05-191-7/+21
| | | Fixes #231, #259
* Use context rather than arg in README exampleskpdecker2013-05-191-6/+6
|
* Misc readme updateskpdecker2013-05-191-4/+4
|
* Added link to a gist for loading handlebars templates (sync and async) in ↵Utkarsh Sengar2013-04-281-0/+1
| | | | README.
* Adjust formatting of bullet listkpdecker2013-04-281-11/+10
|
* paragraph widthGiles Bowkett2013-04-251-29/+81
|
* Change download link in install instructionsIan Young2013-04-161-1/+1
| | | | | 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.
* Use master build for travis badgeKevin Decker2013-02-261-1/+1
|
* Duh. The example WAS right just really confusing due to bad variable namingPaul Banks2012-12-301-1/+1
|
* Fix typo in readme examplePaul Banks2012-12-301-1/+1
|
* Merge pull request #290 from fancyoung/masterYehuda Katz2012-10-121-2/+2
|\ | | | | Fix demo bug in README
| * Update README.markdownfancyoung2012-08-141-2/+2
| | | | | | fix doc demo bug.
* | Added AMD option docAnton Rudeshko2012-10-071-1/+2
| |
* | fix Block Helpers exampleCristi Burcă2012-09-281-3/+3
|/
* Adding warning in about using 'class' as a variable name.Alex Sexton2012-04-111-0/+1
|
* Update README to reflect vm -> runtime changeJody Clements2012-03-061-1/+1
| | | | | Looks like one handlebars.vm.js was missed in the README file during the change to handlebars.runtime.js
* Add Ember.jsYehuda Katz2011-12-271-0/+1
|
* Add a status buttonYehuda Katz2011-12-161-0/+2
|
* Add syntax highlighting to the README.Odin Dutton2011-12-061-80/+104
|
* Add handlebars_assets to READMELes Hill2011-11-011-0/+1
|
* Added in docs for template commentsAlex Sexton2011-10-091-0/+15
|
* Precompiled templates info in READMEkpdecker2011-09-041-1/+41
|
* Added link to tryhandlebarsjs.com.Alan Johnson2011-09-021-1/+3
|
* Added some more notes to the README for contributors.Alan Johnson2011-08-151-0/+12
|
* Updated README.Alan Johnson2011-08-151-10/+6
|
* Remove the debug file (Suspect broken Due to missing class references)kpdecker2011-07-301-3/+1
|
* Update READMEinook2011-06-261-1/+1
|
* fixed a syntax error in documentation exampleJames Fuller2011-05-181-1/+1
|
* Edited README.markdown via GitHubYehuda Katz2011-05-051-0/+1
|
* Edited README.markdown via GitHubYehuda Katz2011-05-051-1/+1
|
* Merge pull request #74 from jeroenvandijk/patch-1Yehuda Katz2011-05-051-0/+3
|\ | | | | Add a link to the Readme to the very nice documentation site