From 8732df1e1cca83b113d6173a3623ca64df629f51 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 21 Mar 2014 23:36:36 -0400 Subject: [PATCH] fix link in archive page --- archive/v0.1.1/change-log.html | 12 +++++++++--- docs/change-log.md | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/archive/v0.1.1/change-log.html b/archive/v0.1.1/change-log.html index bae7f171..f1d27cf7 100644 --- a/archive/v0.1.1/change-log.html +++ b/archive/v0.1.1/change-log.html @@ -60,10 +60,16 @@

Change Log

-

v0.1.1 - maintenance

+

v0.1.1 - maintenance

+

News:

+

Bug Fixes:

Breaking changes:


-

v0.1 - Initial release

+

v0.1 - Initial release

diff --git a/docs/change-log.md b/docs/change-log.md index b7db69f4..88cfc936 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,10 +1,16 @@ ## Change Log -[v0.1.1](/archive/v0.1.1) - maintenance +[v0.1.1](/mithril/archive/v0.1.1) - maintenance + +### News: + +- Mithril is now available at [cdnjs](http://cdnjs.com/libraries/mithril/) and [jsdelivr](http://www.jsdelivr.com/#!mithril) ### Bug Fixes: - `m.route.param` now resets on route change correctly [#15](https://github.com/lhorie/mithril.js/issues/15) +- `m.render` now correctly ignores undefined values in the virtual tree[#16](https://github.com/lhorie/mithril.js/issues/16) +- errors thrown in promises now cause downstreams to be rejected [#1](https://github.com/lhorie/mithril.js/issues/1) ### Breaking changes: @@ -15,9 +21,9 @@ ```javascript var privateAPI = function(xhr) {xhr.withCredentials = true}; - m.request({method: "GET", url: "/foo", config: privateAPI}); + m.request({method: "GET", url: "http://foo.com/api", config: privateAPI}); ``` --- -[v0.1](/archive/v0.1) - Initial release \ No newline at end of file +[v0.1](/mithril/archive/v0.1) - Initial release \ No newline at end of file