Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Updated changelog, releasing 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michadvorak-cen38289 committed Feb 16, 2018
1 parent 2f9b668 commit c74c3dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ take a look at [Live Demo](https://stackblitz.com/edit/angular-restful-heroes).
* Added `body: Observable<T>` to `ActivatedView<T>` class, which is same as `view.data.subscribe(data => ... = data.body);`
* `SingleApiMapper` now supports host-relative urls (`/api/foobar`)
* Example app is now adapted Tour of Heroes from Angular. Uses mock in-memory API.
* [#31](https://github.com/mdvorak/resource-router/issues/31) `npm run buildapp` now requires library to be built in dist folder, and tests whether it is AOT compilable

### Bug Fixes

* `ResourceClient` was missing import of `Observable.throw`
* Fixed several `Observable` operator imports

<a name="5.0.0"></a>
# [5.0.0](https://github.com/mdvorak/resource-router/compare/v4.1.1...v5.0.0) (2018-02-15)
Expand Down

0 comments on commit c74c3dc

Please sign in to comment.