Skip to content

Commit 37b3b8c

Browse files
authored
chore(readme): remove 1.0.15 breaking change note
1 parent d1ca1d4 commit 37b3b8c

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,6 @@
55

66
A smart configuration plugin and singleton service layer for your Aurelia applications.
77

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:
26-
27-
```
28-
/// <reference path="../node_modules/aurelia-configuration/typescript-definition.d.ts" />
29-
```
30-
31-
**This should be now:**
32-
33-
```
34-
/// <reference path="../node_modules/aurelia-configuration/dist/commonjs/index.d.ts" />
35-
```
36-
37-
Keep in mind that unless you're dealing with Jspm issues, you shouldn't need to manually import the typings in the above manner.
38-
398
## Get Started
409

4110
* Install aurelia-configuration

0 commit comments

Comments
 (0)