Skip to content

Commit

Permalink
Updating changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Feb 4, 2014
1 parent a2e157b commit 04c21ad
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,51 @@
@parent guides 5
-->

__2.0.5__ ( Feb 04 2014 )

- change: [fixes looking up @ and sets links to docco](https://github.com/bitovi/canjs/pull/715)
- change: [Fixing truncation of special attribute (src and style) values containing '='](https://github.com/bitovi/canjs/pull/714)
- change: [Fixes IE in all browsers for all libraries](https://github.com/bitovi/canjs/pull/712)
- change: [Fixes can.Map::compute to handle deeply nested properties](https://github.com/bitovi/canjs/pull/711)
- change: [Live binding attribute in a truthy section does not work](https://github.com/bitovi/canjs/pull/710)
- change: [Pluginify tests](https://github.com/bitovi/canjs/pull/709)
- change: [Prevents attributes like can-click and can-value from being converted to scope properties](https://github.com/bitovi/canjs/pull/708)
- change: [JSHints CanJS](https://github.com/bitovi/canjs/pull/707)
- change: [Live binding attributes with no '=' does not work](https://github.com/bitovi/canjs/pull/706)
- change: [Fixed the pushstate #652 test to ensure that it should pass in all libraries and phantomjs](https://github.com/bitovi/canjs/pull/702)
- change: [Ignore attributes fix](https://github.com/bitovi/canjs/pull/701)
- change: [Changing can.Control.route to match pushstate (#612)](https://github.com/bitovi/canjs/pull/700)
- change: [Rewrote the pushstate #652 test for stability purposes](https://github.com/bitovi/canjs/pull/699)
- change: [Fix for incorrect ignore attributes pattern](https://github.com/bitovi/canjs/pull/694)
- change: [Development mode builds](https://github.com/bitovi/canjs/pull/692)
- change: [Migrated the fix for can-value with radio buttons from bindings to elements](https://github.com/bitovi/canjs/pull/691)
- change: [Fixing the test for pushstate #652](https://github.com/bitovi/canjs/pull/690)
- change: [Moving can-value test and fixing IE7 radio button bug](https://github.com/bitovi/canjs/pull/689)
- change: [#686 - Fix document.contains issue on Android](https://github.com/bitovi/canjs/pull/687)
- change: [Android - document.contains](https://github.com/bitovi/canjs/pull/686)
- change: [can.List.Map documentation](https://github.com/bitovi/canjs/pull/675)
- change: [Suggested fix to broken attr behaviour](https://github.com/bitovi/canjs/pull/671)
- change: [Fixes a memory leak with live binding.](https://github.com/bitovi/canjs/pull/669)
- change: [Unexpected behaviour while using a Map](https://github.com/bitovi/canjs/issues/667)
- change: [Live-Binding memory leak](https://github.com/bitovi/canjs/issues/666)
- change: [Unescaped attributes](https://github.com/bitovi/canjs/pull/664)
- change: [scope as Map constructors do not respect default "@" values](https://github.com/bitovi/canjs/issues/657)
- change: [no doubled history states](https://github.com/bitovi/canjs/pull/656)
- change: [Fixing variable format so it doesn't break Steal build](https://github.com/bitovi/canjs/pull/654)
- change: [routed links must descend from pushstate root](https://github.com/bitovi/canjs/pull/652)
- change: [util/zepto doesn't use $.fn.remove()](https://github.com/bitovi/canjs/pull/651)
- change: [template files relative to requirejs baseUrl](https://github.com/bitovi/canjs/pull/647)
- change: [exclude actual root from deparam](https://github.com/bitovi/canjs/pull/644)
- change: [Partials within #each not working.](https://github.com/bitovi/canjs/pull/643)
- change: [Undefined compute live bind fixes](https://github.com/bitovi/canjs/pull/642)
- change: [2.0.4 Live @index still not working correctly](https://github.com/bitovi/canjs/issues/640)
- change: [Broken live-binding with can.compute if compute is updated with a can.Construct](https://github.com/bitovi/canjs/issues/638)
- change: [can.Mustache / can.view.Scope: Can't access static properties from an object's constructor.](https://github.com/bitovi/canjs/pull/634)
- change: [#each on undefined attributes not working anymore in 2.0.4](https://github.com/bitovi/canjs/pull/629)
- change: [can-value in checkboxes in IE7](https://github.com/bitovi/canjs/pull/628)
- change: [can.computes with can.Map.prototype.attr() do not set up bindings](https://github.com/bitovi/canjs/pull/626)
- change: [Changing can.Control.route selectors to match pushstate.js](https://github.com/bitovi/canjs/pull/612)

__2.0.4__ ( Dec 23 2013 )

- change: [2.0.4 test fixes](https://github.com/bitovi/canjs/pull/625)
Expand Down

0 comments on commit 04c21ad

Please sign in to comment.