diff --git a/README.md b/README.md index a61f3cb..ec5194d 100644 --- a/README.md +++ b/README.md @@ -328,13 +328,17 @@ It is bundled together with __milo__ and all its functions are available as prop Changes log ----------- -###After 0.1.3### +###0.1.4### - Data propagation redesigned to avoid using model notification messages. +- Connector supports path translations with "*" patterns. +- Fragment utility allowing to get state of DOM fragment (including states of all components in it). - New Frame facet method `milo` to access milo in the frame window. Can be used to call passed function when inner milo is ready even before frame is loaded (and before inner milo is available). +- Transfer facet supports multiple states. - Sending messages via DOM storage using DOMStorage class. - changeMode and deferChangeMode methods of connector allowing to change connection depth and/or direction. - Command class iplementing "command pattern". +- util.request - messaging support (allows monitoring and modifying requests before they are sent), fixed listener leak. - Minor fixes. ###0.1.3### diff --git a/bower.json b/bower.json index f952918..109f690 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "milo", - "version": "0.1.3", + "version": "0.1.4", "homepage": "https://github.com/MailOnline/milo", "authors": [ "MOL Technical " diff --git a/package.json b/package.json index 2110e93..7c29d73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mol-milo", - "version": "0.1.3", + "version": "0.1.4", "description": "A minimalist browser framework that binds HTML elements to JS components", "main": "lib/milo.js", "scripts": {