Skip to content

Commit

Permalink
chore(all): prepare release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 6, 2019
1 parent b42630b commit cb5900c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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": "2.3.2",
"version": "2.4.0",
"description": "A modern databinding library for JavaScript and HTML.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion dist/aurelia-binding.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Container } from 'aurelia-dependency-injection';
* object take precedence over members of the bindingContext object.
*/
export declare interface OverrideContext {
parentOverrideContext: OverrideContext;
parentOverrideContext?: OverrideContext;
bindingContext: any;
}

Expand Down
10 changes: 5 additions & 5 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<a name="2.3.2"></a>
## [2.3.2](https://github.com/aurelia/binding/compare/2.2.0...2.3.2) (2019-05-02)

<a name="2.4.0"></a>
## [2.4.0](https://github.com/aurelia/binding/compare/2.3.1...2.4.0) (2019-08-06)

### Bug Fixes

* **all:** change es2015 back to native-modules ([13dd661](https://github.com/aurelia/binding/commit/13dd661))
* **build:** don't build declaration ([d359e83](https://github.com/aurelia/binding/commit/d359e83))
* **connectable-binding:** remove the silent limit of 100 observers per expression ([56ba36d](https://github.com/aurelia/binding/commit/56ba36d)), closes [#742](https://github.com/aurelia/binding/issues/742)

* **typing:** Make parentOverrideContext optional
* **event-manager:** fix captured/delegated event decrement


<a name="2.3.1"></a>
Expand Down Expand Up @@ -1147,4 +1147,4 @@

* **AST:** do not coerce operands of || or && to booleans ([1c4260ce](http://github.com/aurelia/binding/commit/1c4260cebc3fe6f4b3e73ee237af3295afc042d2))
* **ArrayObserveObserver:** unobserve array when there are no subscribers ([5e847640](http://github.com/aurelia/binding/commit/5e847640a3a3ca70648288c218e509a791c5493b))
* **EventManager:** delegate and direct event subscription reversed ([11e36493](http://github.com/aur
* **EventManager:** delegate and direct event subscription reversed ([11e36493](http://github.com/aur
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit cb5900c

Please sign in to comment.