Skip to content

Commit

Permalink
chore(all): prepare release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Oct 13, 2015
1 parent 73d464e commit f9ea70c
Show file tree
Hide file tree
Showing 15 changed files with 892 additions and 1,144 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-binding",
"version": "0.15.0",
"version": "0.16.0",
"description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.",
"keywords": [
"aurelia",
Expand All @@ -18,8 +18,8 @@
"url": "http://github.com/aurelia/templating-binding"
},
"dependencies": {
"aurelia-binding": "^0.9.0",
"aurelia-logging": "^0.7.0",
"aurelia-templating": "^0.15.0"
"aurelia-binding": "^0.10.0",
"aurelia-logging": "^0.8.0",
"aurelia-templating": "^0.16.0"
}
}
90 changes: 56 additions & 34 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,59 +14,81 @@ System.config({
},

map: {
"aurelia-binding": "github:aurelia/binding@0.9.0",
"aurelia-logging": "github:aurelia/logging@0.7.0",
"aurelia-pal": "github:aurelia/pal@0.1.9",
"aurelia-pal-browser": "github:aurelia/pal-browser@0.1.12",
"aurelia-task-queue": "github:aurelia/task-queue@0.7.0",
"aurelia-templating": "github:aurelia/templating@0.15.0",
"aurelia-binding": "github:aurelia/binding@0.10.0",
"aurelia-logging": "github:aurelia/logging@0.8.0",
"aurelia-pal": "github:aurelia/pal@0.2.0",
"aurelia-pal-browser": "github:aurelia/pal-browser@0.2.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.8.0",
"aurelia-templating": "github:aurelia/templating@0.16.0",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]",
"github:aurelia/binding@0.9.0": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.10.0",
"aurelia-metadata": "github:aurelia/metadata@0.8.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.7.0",
"github:aurelia/binding@0.10.0": {
"aurelia-metadata": "github:aurelia/metadata@0.9.0",
"aurelia-pal": "github:aurelia/pal@0.2.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.8.0",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-pal": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"core-js": "github:zloirock/[email protected]"
"github:aurelia/[email protected]": {
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"github:aurelia/[email protected]": {
"aurelia-pal": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/pal-browser@0.1.12": {
"aurelia-pal": "github:aurelia/pal@0.1.9"
"github:aurelia/pal-browser@0.2.0": {
"aurelia-pal": "github:aurelia/pal@0.2.0"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"github:aurelia/[email protected]": {
"aurelia-pal": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-pal": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected].1"
"process": "github:jspm/[email protected].2"
},
"npm:[email protected]": {
"fs": "github:jspm/[email protected]",
"process": "github:jspm/[email protected].1",
"process": "github:jspm/[email protected].2",
"systemjs-json": "github:systemjs/[email protected]"
},
"npm:[email protected]": {
"util": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"assert": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"inherits": "npm:[email protected]",
"process": "github:jspm/[email protected]"
}
}
});
13 changes: 7 additions & 6 deletions dist/amd/aurelia-templating-binding.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare module 'aurelia-templating-binding' {
import * as LogManager from 'aurelia-logging';
import { Parser, ObserverLocator, EventManager, ListenerExpression, BindingExpression, CallExpression, bindingMode, NameExpression } from 'aurelia-binding';
import { Parser, ObserverLocator, EventManager, ListenerExpression, BindingExpression, CallExpression, bindingMode, NameExpression, connectable } from 'aurelia-binding';
import { BehaviorInstruction, BindingLanguage } from 'aurelia-templating';

/*eslint dot-notation:0*/
Expand All @@ -15,6 +15,10 @@ declare module 'aurelia-templating-binding' {
delegate(resources: any, element: any, info: any): any;
call(resources: any, element: any, info: any, existingInstruction: any): any;
options(resources: any, element: any, info: any, existingInstruction: any): any;
'for'(resources: any, element: any, info: any, existingInstruction: any): any;
'two-way'(resources: any, element: any, info: any, existingInstruction: any): any;
'one-way'(resources: any, element: any, info: any, existingInstruction: any): any;
'one-time'(resources: any, element: any, info: any, existingInstruction: any): any;
}
export class TemplatingBindingLanguage extends BindingLanguage {
static inject(): any;
Expand All @@ -30,12 +34,9 @@ declare module 'aurelia-templating-binding' {
}
class InterpolationBinding {
constructor(observerLocator: any, parts: any, target: any, targetProperty: any, mode: any, valueConverterLookupFunction: any);
getObserver(obj: any, propertyName: any): any;
bind(source: any): any;
setValue(): any;
partChanged(newValue: any, oldValue: any, connecting: any): any;
connect(): any;
interpolate(): any;
call(): any;
interpolate(connect: any, initial: any): any;
unbind(): any;
}
export function configure(config: any): any;
Expand Down
Loading

0 comments on commit f9ea70c

Please sign in to comment.