0.8.0
0.7.0 to 0.8.0
- Move to Angular 1.6.x
- Allow adding _id to list fields
- Fix bug with routing to specific tab (such as /#/collection/id/edit/tab1)
BREAKING CHANGES
- If your application calls recordHandler.handleError (typically from a controller) then you will need
to pass a response object rather than (data:any, status: number)