Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Poberezkin committed Aug 15, 2014
1 parent efb85fd commit 9678f9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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###
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.3",
"version": "0.1.4",
"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.3",
"version": "0.1.4",
"description": "A minimalist browser framework that binds HTML elements to JS components",
"main": "lib/milo.js",
"scripts": {
Expand Down

0 comments on commit 9678f9b

Please sign in to comment.