Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 14c01fb

Browse files
authored
docs(change-log): notes in-mem-web-api breaking change (#2644)
1 parent 82933ba commit 14c01fb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

public/docs/_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@angular/router": "~3.1.0",
2828
"@angular/upgrade": "~2.1.0",
2929

30-
"angular-in-memory-web-api": "~0.1.5",
30+
"angular-in-memory-web-api": "~0.1.13",
3131
"bootstrap": "^3.3.7",
3232
"core-js": "^2.4.1",
3333
"protractor": "^4.0.9",

public/docs/_examples/quickstart/ts/package.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular/router": "~3.1.0",
2525
"@angular/upgrade": "~2.1.0",
2626

27-
"angular-in-memory-web-api": "~0.1.5",
27+
"angular-in-memory-web-api": "~0.1.13",
2828
"bootstrap": "^3.3.7",
2929
"core-js": "^2.4.1",
3030
"reflect-metadata": "^0.1.8",

public/docs/ts/latest/guide/change-log.jade

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ block includes
1818

1919
## "Template Syntax" explains two-way data binding syntax (2016-10-20)
2020
Demonstrates how to two-way data bind to a custom Angular component and
21-
re-explains `[(ngModel)]` in terms of the basic `[()]` syntax.
21+
re-explains `[(ngModel)]` in terms of the basic `[()]` syntax.
22+
23+
## BREAKING CHANGE: `in-memory-web-api` (v.0.1.11) delivered as esm umd (2016-10-19)
24+
This change supports ES6 developers and aligns better with typical Angular libraries.
25+
It does not affect the module's API but it does affect how you load and import it.
26+
See the <a href="https://github.com/angular/in-memory-web-api/blob/master/CHANGELOG.md#0113-2016-10-20" target="_blank">change note</a>
27+
in the `in-memory-web-api` repo.
2228

2329
## "Router" _preload_ syntax and _:enter_/_:leave_ animations (2016-10-19)
2430
The router can lazily _preload_ modules _after_ the app starts and

0 commit comments

Comments
 (0)