Releases: shoichiaizawa/angular-tour-of-heroes
Releases · shoichiaizawa/angular-tour-of-heroes
v0.6.0 (Tour of Heroes – Add Navigation)
Features
- add navigation with routing and create separate pages for dashboard, heroes and hero-detail components (#35) (6d8798b), closes #34
Build System
- deps: update dependency @types/jasmine to v3.6.6 (#22) (6b7299a)
- deps: update dependency jasmine-spec-reporter to v6 (#29) (8795681)
- deps: update dependency karma to v6.1.2 (#33) (89befd9)
- deps: update dependency ts-node to v8.10.2 (#23) (1b55af5)
- deps: update dependency ts-node to v9 (#32) (d43f315)
v0.5.0 (Tour of Heroes – Add Services)
Features
- heroes: use hero service to fetch a hero list using the RxJS
of()
function (#18) (5f1aba3), closes #17
- messages: display messages when fetching heroes as well as clicking on a hero name (#20) (a88fd26), closes #19
v0.4.0 (Tour of Heroes – Create a Feature Component)
Features
- heroes, hero-detail: move the hero detail part of code to hero-detail component (#16) (8ddf1f2), closes #15
v0.3.0 (Tour of Heroes – Display a List)
Features
- heroes: add a hero list that is clickable to be selected (#14) (e1e8444), closes #13
v0.2.0 (Tour of Heroes – The Hero Editor)
Features
- heroes: add a heroes component to allow the user to input a hero name (#12) (28004d4), closes #11
Others
- npmrc: lock npm package versions when running
npm install <package>
(#10) (d8f688d), closes #9
v0.1.0 (Tour of Heroes – Create a project)
Features
- app: replace the initial boilerplate code by the Tour of Heroes starter code (#8) (a5cd7ff), closes #7
Others
- deps: lock npm versions by disallowing the npm version prefix (#2) (b3cc281)
- dev-deps: add
standard-version
package to ease version releases (#6) (52b9c6d), closes #5
- package.json: run
npm init -y
to generate missing info to package.json
(#4) (bc838e4)
- initial commit (80ff854)