Skip to content

Commit 433680b

Browse files
committed
Release 0.3.0
1 parent 652d0db commit 433680b

File tree

4 files changed

+7
-16
lines changed

4 files changed

+7
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
<a name="0.2.3"></a>
2-
# 0.2.3 (2014-01-20)
3-
4-
5-
## Bug Fixes
6-
7-
- **bo-if:**
8-
- Ensures that we both process newly added binders from bo-if, and that
9-
we only process each binder once ([d11f863](https://github.com/Pasvaz/bindonce/commit/e091c273bbd17603d410fecc363874f0d1e6f38e))
1+
<a name="0.3.0"></a>
2+
# 0.3.0 (2014-01-20)
103

114
## Features
125

13-
- **Minification:**
14-
- add min file ([47277ee](https://github.com/Pasvaz/bindonce/commit/47277eedd092b3210de362c725a7dadcddac8e87))
15-
- **Changelog:**
16-
- Created a changelog file
6+
- **bo-switch:**
7+
- Create new directive: bo-switch ([652d0db](https://github.com/Pasvaz/bindonce/commit/652d0db04325166a180377c738a376543b5f2357))

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.2.3 - 2013-05-07
5+
* @version v0.3.0 - 2013-05-07
66
* @link https://github.com/Pasvaz/bindonce
77
* @author Pasquale Vazzana <pasqualevazzana@gmail.com>
88
* @license MIT License, http://www.opensource.org/licenses/MIT

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.2.3",
3+
"version": "0.3.0",
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.2.3",
3+
"version": "0.3.0",
44
"main": "bindonce.js",
55
"description": "Zero watchers binding directives for AngularJS",
66
"homepage": "https://github.com/Pasvaz/bindonce",

0 commit comments

Comments
 (0)