Skip to content

Commit

Permalink
0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzurawski committed Nov 20, 2014
1 parent 448523b commit cf8278c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,16 @@ http://opensource.org/licenses/BSD-2-Clause
Changes log
-----------

###0.1.10###
- `Messenger` performance improvement
- `MLSuperCombo` support for remote list of options
- `TransactionHistory` can emit messages
- `Model` can be used without messaging:
```
var m = new Model(data, hostObject, { reactive: false });
// data and hostObject can be undefined
```

###0.1.9###

- `MLFoldTree` - tree view UI component
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.9",
"version": "0.1.10",
"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.9",
"version": "0.1.10",
"description": "Browser/nodejs reactive programming and data driven DOM manipulation with modular components.",
"main": "lib/milo.js",
"scripts": {
Expand Down

0 comments on commit cf8278c

Please sign in to comment.