thorax v2.1.0 Release Notes

Release Date: 2013-10-21 // over 10 years ago
  • Compatibility notes:

    ✅ You will now need to add your own Underscore, Handlebars, Backbone and jQuery or Zepto dependencies in projects that consume Thorax. Thorax is tested with the following Bower config:

    "devDependencies": {
      "jquery": "1.9.0",
      "underscore": "1.4.4",
      "zepto": "1.0.0",
      "handlebars": "1.0.0",
      "backbone": "1.0.0"
    }
    

    Note that you should pick jQuery or Zepto for your project but not both.

    Commits