Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Poberezkin committed Sep 10, 2014
1 parent a49fa3e commit 1fc05f5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "milo",
"version": "0.1.7",
"version": "0.1.8",
"homepage": "https://github.com/MailOnline/milo",
"authors": [
"MOL Technical <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1fc05f5

Please sign in to comment.