Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit ebfe0f0

Browse files
chore(all): prepare release 0.12.0
1 parent e544579 commit ebfe0f0

File tree

11 files changed

+175
-150
lines changed

11 files changed

+175
-150
lines changed

build/babel-options.js

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
module.exports = {
2-
filename: '',
3-
filenameRelative: '',
4-
modules: '',
5-
sourceMap: true,
6-
sourceMapName: '',
7-
sourceRoot: '',
8-
moduleRoot: '',
2+
modules: 'system',
93
moduleIds: false,
10-
experimental: false,
114
comments: false,
125
compact: false,
13-
code:true,
146
stage:2,
157
optional: [
16-
"es7.decorators"
8+
"es7.decorators",
9+
"es7.classProperties"
1710
]
1811
};

config.js

Lines changed: 126 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -9,112 +9,122 @@ System.config({
99

1010
System.config({
1111
"map": {
12-
"aurelia-bootstrapper": "github:aurelia/[email protected]",
13-
"aurelia-dependency-injection": "github:aurelia/[email protected]",
14-
"aurelia-framework": "github:aurelia/[email protected]",
15-
"aurelia-http-client": "github:aurelia/[email protected]",
16-
"aurelia-router": "github:aurelia/[email protected]",
17-
"bootstrap": "github:twbs/[email protected]",
12+
"aurelia-bootstrapper": "github:aurelia/[email protected]",
13+
"aurelia-dependency-injection": "github:aurelia/[email protected]",
14+
"aurelia-framework": "github:aurelia/[email protected]",
15+
"aurelia-http-client": "github:aurelia/[email protected]",
16+
"aurelia-router": "github:aurelia/[email protected]",
17+
"bootstrap": "github:twbs/[email protected]",
18+
"css": "github:systemjs/[email protected]",
1819
"font-awesome": "npm:[email protected]",
19-
"github:aurelia/[email protected]": {
20-
"aurelia-dependency-injection": "github:aurelia/[email protected]",
21-
"aurelia-metadata": "github:aurelia/[email protected]",
22-
"aurelia-task-queue": "github:aurelia/[email protected]"
23-
},
24-
"github:aurelia/[email protected]": {
25-
"aurelia-event-aggregator": "github:aurelia/[email protected]",
26-
"aurelia-framework": "github:aurelia/[email protected]",
27-
"aurelia-history": "github:aurelia/[email protected]",
28-
"aurelia-history-browser": "github:aurelia/[email protected]",
29-
"aurelia-loader-default": "github:aurelia/[email protected]",
30-
"aurelia-logging-console": "github:aurelia/[email protected]",
31-
"aurelia-router": "github:aurelia/[email protected]",
32-
"aurelia-templating": "github:aurelia/[email protected]",
33-
"aurelia-templating-binding": "github:aurelia/[email protected]",
34-
"aurelia-templating-resources": "github:aurelia/[email protected]",
35-
"aurelia-templating-router": "github:aurelia/[email protected]"
36-
},
37-
"github:aurelia/[email protected]": {
38-
"aurelia-logging": "github:aurelia/[email protected]",
39-
"aurelia-metadata": "github:aurelia/[email protected]",
40-
"core-js": "npm:[email protected]"
41-
},
42-
"github:aurelia/[email protected]": {
43-
"aurelia-binding": "github:aurelia/[email protected]",
44-
"aurelia-dependency-injection": "github:aurelia/[email protected]",
45-
"aurelia-loader": "github:aurelia/[email protected]",
46-
"aurelia-logging": "github:aurelia/[email protected]",
47-
"aurelia-metadata": "github:aurelia/[email protected]",
48-
"aurelia-path": "github:aurelia/[email protected]",
49-
"aurelia-task-queue": "github:aurelia/[email protected]",
50-
"aurelia-templating": "github:aurelia/[email protected]"
51-
},
52-
"github:aurelia/[email protected]": {
53-
"aurelia-history": "github:aurelia/[email protected]",
54-
"core-js": "npm:[email protected]"
55-
},
56-
"github:aurelia/[email protected]": {
57-
"aurelia-path": "github:aurelia/[email protected]",
58-
"core-js": "npm:[email protected]"
59-
},
60-
"github:aurelia/[email protected]": {
61-
"aurelia-loader": "github:aurelia/[email protected]",
62-
"aurelia-metadata": "github:aurelia/[email protected]"
63-
},
64-
"github:aurelia/[email protected]": {
65-
"aurelia-html-template-element": "github:aurelia/[email protected]",
66-
"aurelia-path": "github:aurelia/[email protected]",
67-
"core-js": "npm:[email protected]",
20+
"github:aurelia/[email protected]": {
21+
"aurelia-dependency-injection": "github:aurelia/[email protected]",
22+
"aurelia-metadata": "github:aurelia/[email protected]",
23+
"aurelia-task-queue": "github:aurelia/[email protected]",
24+
"core-js": "github:zloirock/[email protected]"
25+
},
26+
"github:aurelia/[email protected]": {
27+
"aurelia-event-aggregator": "github:aurelia/[email protected]",
28+
"aurelia-framework": "github:aurelia/[email protected]",
29+
"aurelia-history": "github:aurelia/[email protected]",
30+
"aurelia-history-browser": "github:aurelia/[email protected]",
31+
"aurelia-loader-default": "github:aurelia/[email protected]",
32+
"aurelia-logging-console": "github:aurelia/[email protected]",
33+
"aurelia-router": "github:aurelia/[email protected]",
34+
"aurelia-templating": "github:aurelia/[email protected]",
35+
"aurelia-templating-binding": "github:aurelia/[email protected]",
36+
"aurelia-templating-resources": "github:aurelia/[email protected]",
37+
"aurelia-templating-router": "github:aurelia/[email protected]",
38+
"core-js": "github:zloirock/[email protected]"
39+
},
40+
"github:aurelia/[email protected]": {
41+
"aurelia-logging": "github:aurelia/[email protected]",
42+
"aurelia-metadata": "github:aurelia/[email protected]",
43+
"core-js": "github:zloirock/[email protected]"
44+
},
45+
"github:aurelia/[email protected]": {
46+
"aurelia-binding": "github:aurelia/[email protected]",
47+
"aurelia-dependency-injection": "github:aurelia/[email protected]",
48+
"aurelia-loader": "github:aurelia/[email protected]",
49+
"aurelia-logging": "github:aurelia/[email protected]",
50+
"aurelia-metadata": "github:aurelia/[email protected]",
51+
"aurelia-path": "github:aurelia/[email protected]",
52+
"aurelia-task-queue": "github:aurelia/[email protected]",
53+
"aurelia-templating": "github:aurelia/[email protected]",
54+
"core-js": "github:zloirock/[email protected]"
55+
},
56+
"github:aurelia/[email protected]": {
57+
"aurelia-history": "github:aurelia/[email protected]",
58+
"core-js": "github:zloirock/[email protected]"
59+
},
60+
"github:aurelia/[email protected]": {
61+
"aurelia-path": "github:aurelia/[email protected]",
62+
"core-js": "github:zloirock/[email protected]"
63+
},
64+
"github:aurelia/[email protected]": {
65+
"aurelia-loader": "github:aurelia/[email protected]",
66+
"aurelia-metadata": "github:aurelia/[email protected]"
67+
},
68+
"github:aurelia/[email protected]": {
69+
"aurelia-html-template-element": "github:aurelia/[email protected]",
70+
"aurelia-path": "github:aurelia/[email protected]",
71+
"core-js": "github:zloirock/[email protected]",
6872
"webcomponentsjs": "github:webcomponents/[email protected]"
6973
},
70-
"github:aurelia/[email protected]": {
71-
"aurelia-dependency-injection": "github:aurelia/[email protected]",
72-
"aurelia-event-aggregator": "github:aurelia/[email protected]",
73-
"aurelia-history": "github:aurelia/[email protected]",
74-
"aurelia-path": "github:aurelia/[email protected]",
75-
"aurelia-route-recognizer": "github:aurelia/[email protected]",
76-
"core-js": "npm:[email protected]"
77-
},
78-
"github:aurelia/[email protected]": {
79-
"aurelia-binding": "github:aurelia/[email protected]",
80-
"aurelia-logging": "github:aurelia/[email protected]",
81-
"aurelia-templating": "github:aurelia/[email protected]"
82-
},
83-
"github:aurelia/[email protected]": {
84-
"aurelia-binding": "github:aurelia/[email protected]",
85-
"aurelia-dependency-injection": "github:aurelia/[email protected]",
86-
"aurelia-logging": "github:aurelia/[email protected]",
87-
"aurelia-templating": "github:aurelia/[email protected]",
88-
"core-js": "npm:[email protected]"
89-
},
90-
"github:aurelia/[email protected]": {
91-
"aurelia-dependency-injection": "github:aurelia/[email protected]",
92-
"aurelia-metadata": "github:aurelia/[email protected]",
93-
"aurelia-path": "github:aurelia/[email protected]",
94-
"aurelia-router": "github:aurelia/[email protected]",
95-
"aurelia-templating": "github:aurelia/[email protected]"
96-
},
97-
"github:aurelia/[email protected]": {
98-
"aurelia-binding": "github:aurelia/[email protected]",
99-
"aurelia-dependency-injection": "github:aurelia/[email protected]",
100-
"aurelia-html-template-element": "github:aurelia/[email protected]",
101-
"aurelia-loader": "github:aurelia/[email protected]",
102-
"aurelia-logging": "github:aurelia/[email protected]",
103-
"aurelia-metadata": "github:aurelia/[email protected]",
104-
"aurelia-path": "github:aurelia/[email protected]",
105-
"aurelia-task-queue": "github:aurelia/[email protected]",
106-
"core-js": "npm:[email protected]"
74+
"github:aurelia/[email protected]": {
75+
"core-js": "github:zloirock/[email protected]"
76+
},
77+
"github:aurelia/[email protected]": {
78+
"core-js": "github:zloirock/[email protected]"
79+
},
80+
"github:aurelia/[email protected]": {
81+
"aurelia-dependency-injection": "github:aurelia/[email protected]",
82+
"aurelia-event-aggregator": "github:aurelia/[email protected]",
83+
"aurelia-history": "github:aurelia/[email protected]",
84+
"aurelia-path": "github:aurelia/[email protected]",
85+
"aurelia-route-recognizer": "github:aurelia/[email protected]",
86+
"core-js": "github:zloirock/[email protected]"
87+
},
88+
"github:aurelia/[email protected]": {
89+
"aurelia-binding": "github:aurelia/[email protected]",
90+
"aurelia-logging": "github:aurelia/[email protected]",
91+
"aurelia-templating": "github:aurelia/[email protected]"
92+
},
93+
"github:aurelia/[email protected]": {
94+
"aurelia-binding": "github:aurelia/[email protected]",
95+
"aurelia-dependency-injection": "github:aurelia/[email protected]",
96+
"aurelia-logging": "github:aurelia/[email protected]",
97+
"aurelia-templating": "github:aurelia/[email protected]",
98+
"core-js": "github:zloirock/[email protected]"
99+
},
100+
"github:aurelia/[email protected]": {
101+
"aurelia-dependency-injection": "github:aurelia/[email protected]",
102+
"aurelia-metadata": "github:aurelia/[email protected]",
103+
"aurelia-path": "github:aurelia/[email protected]",
104+
"aurelia-router": "github:aurelia/[email protected]",
105+
"aurelia-templating": "github:aurelia/[email protected]"
106+
},
107+
"github:aurelia/[email protected]": {
108+
"aurelia-binding": "github:aurelia/[email protected]",
109+
"aurelia-dependency-injection": "github:aurelia/[email protected]",
110+
"aurelia-html-template-element": "github:aurelia/[email protected]",
111+
"aurelia-loader": "github:aurelia/[email protected]",
112+
"aurelia-logging": "github:aurelia/[email protected]",
113+
"aurelia-metadata": "github:aurelia/[email protected]",
114+
"aurelia-path": "github:aurelia/[email protected]",
115+
"aurelia-task-queue": "github:aurelia/[email protected]",
116+
"core-js": "github:zloirock/[email protected]"
107117
},
108118
"github:jspm/[email protected]": {
109119
"assert": "npm:[email protected]"
110120
},
111121
"github:jspm/[email protected]": {
112-
"buffer": "npm:buffer@3.0.3"
122+
"buffer": "npm:buffer@3.1.2"
113123
},
114124
"github:jspm/[email protected]": {
115125
"events-browserify": "npm:[email protected]"
116126
},
117-
"github:jspm/[email protected].0": {
127+
"github:jspm/[email protected].1": {
118128
"Base64": "npm:[email protected]",
119129
"events": "github:jspm/[email protected]",
120130
"inherits": "npm:[email protected]",
@@ -134,46 +144,42 @@ System.config({
134144
"github:jspm/[email protected]": {
135145
"process": "npm:[email protected]"
136146
},
137-
"github:jspm/[email protected]": {
138-
"querystring": "npm:[email protected]"
139-
},
140147
"github:jspm/[email protected]": {
141148
"stream-browserify": "npm:[email protected]"
142149
},
143150
"github:jspm/[email protected]": {
144-
"url": "npm:[email protected].2"
151+
"url": "npm:[email protected].3"
145152
},
146153
"github:jspm/[email protected]": {
147154
"util": "npm:[email protected]"
148155
},
149-
"github:systemjs/[email protected].6": {
150-
"clean-css": "npm:clean-css@3.0.10",
151-
"fs": "github:jspm/[email protected].1",
156+
"github:systemjs/[email protected].9": {
157+
"clean-css": "npm:clean-css@3.1.9",
158+
"fs": "github:jspm/[email protected].2",
152159
"path": "github:jspm/[email protected]"
153160
},
154-
"github:twbs/[email protected]": {
155-
"css": "github:systemjs/[email protected]",
161+
"github:twbs/[email protected]": {
156162
"jquery": "github:components/[email protected]"
157163
},
158164
159-
"fs": "github:jspm/[email protected].1",
165+
"fs": "github:jspm/[email protected].2",
160166
"module": "github:jspm/[email protected]",
161167
"path": "github:jspm/[email protected]",
162168
"process": "github:jspm/[email protected]"
163169
},
164170
165171
"util": "npm:[email protected]"
166172
},
167-
"npm:buffer@3.0.3": {
173+
"npm:buffer@3.1.2": {
168174
"base64-js": "npm:[email protected]",
169175
"ieee754": "npm:[email protected]",
170176
"is-array": "npm:[email protected]"
171177
},
172-
"npm:clean-css@3.0.10": {
178+
"npm:clean-css@3.1.9": {
173179
"buffer": "github:jspm/[email protected]",
174-
"commander": "npm:commander@2.5.1",
175-
"fs": "github:jspm/[email protected].1",
176-
"http": "github:jspm/[email protected].0",
180+
"commander": "npm:commander@2.6.0",
181+
"fs": "github:jspm/[email protected].2",
182+
"http": "github:jspm/[email protected].1",
177183
"https": "github:jspm/[email protected]",
178184
"os": "github:jspm/[email protected]",
179185
"path": "github:jspm/[email protected]",
@@ -182,23 +188,23 @@ System.config({
182188
"url": "github:jspm/[email protected]",
183189
"util": "github:jspm/[email protected]"
184190
},
185-
"npm:commander@2.5.1": {
191+
"npm:commander@2.6.0": {
186192
"child_process": "github:jspm/[email protected]",
187193
"events": "github:jspm/[email protected]",
188194
"path": "github:jspm/[email protected]",
189195
"process": "github:jspm/[email protected]"
190196
},
191-
192-
"process": "github:jspm/[email protected]"
193-
},
194197
195198
"buffer": "github:jspm/[email protected]"
196199
},
197200
198201
"process": "github:jspm/[email protected]"
199202
},
203+
204+
"css": "github:systemjs/[email protected]"
205+
},
200206
201-
"http": "github:jspm/[email protected].0"
207+
"http": "github:jspm/[email protected].1"
202208
},
203209
204210
"util": "github:jspm/[email protected]"
@@ -219,13 +225,14 @@ System.config({
219225
"inherits": "npm:[email protected]",
220226
"isarray": "npm:[email protected]",
221227
"process": "github:jspm/[email protected]",
222-
"stream": "npm:[email protected]",
228+
"stream": "github:jspm/[email protected]",
229+
"stream-browserify": "npm:[email protected]",
223230
"string_decoder": "npm:[email protected]",
224231
"util": "github:jspm/[email protected]"
225232
},
226233
227234
"amdefine": "npm:[email protected]",
228-
"fs": "github:jspm/[email protected].1",
235+
"fs": "github:jspm/[email protected].2",
229236
"path": "github:jspm/[email protected]",
230237
"process": "github:jspm/[email protected]"
231238
},
@@ -237,10 +244,10 @@ System.config({
237244
238245
"buffer": "github:jspm/[email protected]"
239246
},
240-
"npm:[email protected].2": {
247+
"npm:[email protected].3": {
241248
"assert": "github:jspm/[email protected]",
242249
"punycode": "npm:[email protected]",
243-
"querystring": "github:jspm/nodelibs-querystring@0.1.0",
250+
"querystring": "npm:querystring@0.2.0",
244251
"util": "github:jspm/[email protected]"
245252
},
246253
@@ -249,3 +256,4 @@ System.config({
249256
}
250257
}
251258
});
259+

doc/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.12.0 (2015-04-09)
2+
3+
4+
#### Bug Fixes
5+
6+
* **readme:** More info about E2E workflow ([f9b360ee](http://github.com/aurelia/skeleton-navigation/commit/f9b360ee3211b896b5b9970520bcd37dc79c2918))
7+
* **test:** workaround for issue with jspm karma plugin ([7bf90b7e](http://github.com/aurelia/skeleton-navigation/commit/7bf90b7ef78b4375760e94c394a8f2ec0870e43e))
8+
* **tests:** Update routes in unit tests ([fb2c02b6](http://github.com/aurelia/skeleton-navigation/commit/fb2c02b6e3dd5ba219b307bedd5be9b999c21116))
9+
10+
11+
#### Features
12+
13+
* **all:** new decorators and behavior model implemented ([e5445795](http://github.com/aurelia/skeleton-navigation/commit/e54457951a17b3f29d47555a299f9aaa06e59349))
14+
15+
116
## 0.11.0 (2015-03-25)
217

318

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ module.exports = function(config) {
3939
modules: 'system',
4040
moduleIds: false,
4141
optional: [
42-
"es7.decorators"
42+
"es7.decorators",
43+
"es7.classProperties"
4344
]
4445
}
4546
},

0 commit comments

Comments
 (0)