angular / in-memory-web-api

The code for this project has moved to the angular/angular repo. This repo is now archived.
MIT License
1.18k stars 231 forks source link

fix: Do NOT encapsulate by default - breaking change - v0.5 #147

Closed wardbell closed 7 years ago

wardbell commented 7 years ago

Changes default config.dataEncapsulation from true to false. This is a breaking change that affects almost all pre-existing apps. See the CHANGELOG.MD

Also fixes README error in issue #146.

Closes #146