Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Oct 24, 2014
1 parent 371c094 commit 62eaad0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,14 @@ http://opensource.org/licenses/BSD-2-Clause
Changes log
-----------

###0.1.9###

- `MLFoldTree` - tree view UI component
- `MLSuperCombo` UI component improvements
- `milo.util.websocket` - client-side websockets (less than 150 loc)
- `Messenger` performance improvements


###0.1.8###

- Changes to `milo.util.request`
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "milo",
"version": "0.1.8",
"version": "0.1.9",
"homepage": "https://github.com/MailOnline/milo",
"authors": [
"MOL Technical <[email protected]>"
],
"description": "A minimalist browser framework that binds HTML elements to JS components and components to models",
"description": "Browser/nodejs reactive programming and data driven DOM manipulation with modular components.",
"main": "milo.bundle.js",
"license": "MIT",
"ignore": [
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.8",
"version": "0.1.9",
"description": "Browser/nodejs reactive programming and data driven DOM manipulation with modular components.",
"main": "lib/milo.js",
"scripts": {
Expand Down

0 comments on commit 62eaad0

Please sign in to comment.