Skip to content

Releases: softwarespot/jquery-handlebars

Haunting jQuery-handlebars

31 Oct 09:30
Compare
Choose a tag to compare

This release is now 100% Airbnb compliant, as well as major refactoring to the code for readability

  • Snake-case properties have now been renamed to camel-case, though are still supported for now
  • Refactoring of the code

Harmonics jQuery-handlebars

14 Sep 19:09
Compare
Choose a tag to compare

This release comes with a couple of bug fixes and a major update to the gulp build script, though this didn't warrant a change to the minor part of the version number

  • Fixed #2
  • Improved the gulp build script
  • Fixed typos in the README

Harmony jQuery-handlebars

09 Sep 17:44
Compare
Choose a tag to compare

This release comes with multiple fixes to the build system as well as removal of the strict rule that only an id template string can be passed to the template parameter. Now the likes of data-template-* etc. can be used as well.

  • Fixed issue #2
  • Fixed multiple errors and typos in the README and build scripts

Handsome jQuery-handlebars

30 Aug 12:38
Compare
Choose a tag to compare

This release was aimed towards improving the readability of the plugin and adhering to JavaScript standards for writing in ES5.

  • Adhering to the standards set by Airbnb, with regards to writing ES5
  • Fixed typo of jQuery-handlebars in the example and README
  • Changed from using grunt to gulp (thanks @jbrooksuk)
  • Changed downloading with bower from jquery-handlebars2 to jquery-handlebars-plugin. See README for how to download with bower

Hippo jQuery-handlebars

21 Aug 05:22
Compare
Choose a tag to compare

This release comes with a new addition

  • Added store_compiled option to the plugin's global options
  • Readability improvements

Hungry jQuery-handlebars

19 Aug 04:51
Compare
Choose a tag to compare

This release comes with a couple of bug fixes

  • Fixed bug with raw type returning HTML and not the compiled template. Use html to return as HTML or wrap around with $() e.g. $(compiledTemplate)
  • Removed duplicate code for template removal

Happy jQuery-handlebars

13 Aug 14:29
Compare
Choose a tag to compare

The first official release