From 1fc05f547c9dcf81ba4ed29f6e39b6c218f86868 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Wed, 10 Sep 2014 17:45:12 +0100 Subject: [PATCH] 0.1.8 --- README.md | 16 ++++++++++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e567c9..a01255a 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,9 @@ Samples/Tutorials [Introduction to lists](https://github.com/MailOnline/milo/blob/master/examples/tutorials/6_lists.html) +Article about creating milo [Rolling Your Own Framework](http://code.tutsplus.com/articles/rolling-your-own-framework--cms-21810) on tuts+ + + ### TodoMVC The more advanced sample is __Todos__ app in @@ -340,6 +343,19 @@ http://opensource.org/licenses/BSD-2-Clause Changes log ----------- +###0.1.8### + +- Changes to `milo.util.request` + + - Handle timeout and abort events. + - Separate timeout for `whenRequestsCompleted` method. + + +###0.1.7### + +- Fixes and minor performance improvements + + ###0.1.6### - Mixin abstract class: added methods to expose mixin subclass methods on host class prototype rather than on host object instance. diff --git a/bower.json b/bower.json index 5ff3377..1b883a9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "milo", - "version": "0.1.7", + "version": "0.1.8", "homepage": "https://github.com/MailOnline/milo", "authors": [ "MOL Technical " diff --git a/package.json b/package.json index 0530150..4f1e8b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mol-milo", - "version": "0.1.7", + "version": "0.1.8", "description": "Browser/nodejs reactive programming and data driven DOM manipulation with modular components.", "main": "lib/milo.js", "scripts": {