You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-31Lines changed: 0 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,37 +5,6 @@
5
5
6
6
A smart configuration plugin and singleton service layer for your Aurelia applications.
7
7
8
-
## 1.0.15 Breaking Changes
9
-
I stupidly made a breaking change for 1.0.15 instead of creating a new major version (my bad). If you're reading this and having issues, then here is what you need to do to get Aurelia Configuration working again.
10
-
11
-
Previously you imported `Configure` from `aurelia-configuration` like this:
12
-
13
-
```
14
-
import {Configure} from 'aurelia-configuration';
15
-
```
16
-
17
-
**This has now changed to the following:**
18
-
19
-
```
20
-
import {AureliaConfiguration} from 'aurelia-configuration';
21
-
```
22
-
23
-
You might have also added in `deep-extend` to your `aurelia.json` project file if you use the CLI, this is no longer required, so simply remove that and keep the existing one.
24
-
25
-
If you were manually importing typings, you might have previously had the following:
0 commit comments