Skip to content

Commit 0fcf71e

Browse files
committed
Release v0.3.3
1 parent b3f08ec commit 0fcf71e

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.3.3 (2014-02-12)
2+
### Features
3+
- **bo-disabled:**
4+
- Add support for ng-disabled/bo-disabled #110
5+
6+
<hr />
17
# 0.3.2 (2014-11-23)
28
### Bug Fixes
39
- **Angular 1.3 compatibility**

bindonce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"use strict";
33
/**
44
* Bindonce - Zero watches binding for AngularJs
5-
* @version v0.3.2
5+
* @version v0.3.3
66
* @link https://github.com/Pasvaz/bindonce
77
* @author Pasquale Vazzana <pasqualevazzana@gmail.com>
88
* @license MIT License, http://www.opensource.org/licenses/MIT

bindonce.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bindonce",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"main": "bindonce.js",
55
"description": "Zero watchers binding directives for AngularJS",
66
"homepage": "https://github.com/Pasvaz/bindonce",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bindonce",
3-
"version": "0.3.1",
3+
"version": "0.3.3",
44
"main": "bindonce.js",
55
"description": "Zero watchers binding directives for AngularJS",
66
"homepage": "https://github.com/Pasvaz/bindonce",

0 commit comments

Comments
 (0)