Skip to content

Commit

Permalink
chore(all): prepare release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 29, 2016
1 parent 07d95cd commit 2eae96e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-binding",
"version": "1.0.2",
"version": "1.0.3",
"description": "A modern databinding library for JavaScript and HTML.",
"license": "MIT",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions dist/aurelia-binding.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,16 @@ export declare interface Binding {
* Disconnects the binding from a scope.
*/
unbind(): void;

/**
* Whether the binding is data-bound.
*/
isBound: boolean;

/**
* The binding's source.
*/
source: Scope;
}

/**
Expand Down
5 changes: 5 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="1.0.3"></a>
## [1.0.3](https://github.com/aurelia/binding/compare/1.0.2...v1.0.3) (2016-08-29)



<a name="1.0.2"></a>
## [1.0.2](https://github.com/aurelia/binding/compare/1.0.1...v1.0.2) (2016-08-26)

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": "aurelia-binding",
"version": "1.0.2",
"version": "1.0.3",
"description": "A modern databinding library for JavaScript and HTML.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 2eae96e

Please sign in to comment.