All Versions
40
Latest Version
Avg Release Cycle
19 days
Latest Release
3860 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.3.1 Changes
January 13, 2014 -
v2.3.0 Changes
January 12, 2014- โ #298 - IE11 fails 2 view helper tests (@solidgoldpig)
- โ #299 - IE11 - on test fails for Zepto version (@solidgoldpig)
- #303 - Hack around JIT error in collection view (@kpdecker)
- #295 - Error Handler Section APIs (@kpdecker)
- #288 - encode output of url helper when using expand-tokens=true (@trombom)
- ๐ Handle void tags properly in Thorax.Util.tag - 344e5d5
- โ Add support for promises - cab2eb0
-
v2.2.1 Changes
December 30, 2013- #292 - Add a Bitdeli Badge to README (@bitdeli-chef)
- ๐ #291 - Add support for input event (@Candid)
- ๐ #227 - support backbone's idAttribute
- โก๏ธ Update build task to remove source maps (for components repo only) - e467408
- Simplify conditional - 0a68c99
- ๐พ Save off collection reference - 03f1703
- Failover url to empty string - 2427b8a
Compatibility notes:
- TODO : What might have broken?
-
v2.2.0 Changes
December 13, 2013- โก๏ธ #286 - Update Thorax for Backbone 1.1 (@eastridge)
- ๐ #285 - Spelling fixes in the README. (@carsonmcdonald)
- #261 - Investigate Backbone 1.1 impact
- ๐ #274 - Docs on helpers incomplete
-
v2.1.5 Changes
December 02, 2013 -
v2.1.4 Changes
December 02, 2013#276 - Leaking views (@dr-nafanya)
โ Add view toString method - c096927
-
v2.1.3 Changes
November 28, 2013 -
v2.1.1 Changes
November 12, 2013- ๐ Handle destroyed helper view insert explicitly - c70d4dc
-
v2.1.0 Changes
October 21, 2013- ๐ #268 - Remove dependencies from bower.json (@eastridge)
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.
-
v2.0.3 Changes
October 21, 2013- #267 - Return view in existing case from _addChild. (@ryan-roemer)