This repository was archived by the owner on May 30, 2025. It is now read-only.
Releases: D4H/api-angular
Releases · D4H/api-angular
5.0.2
- Feature: Simplify configuration injection (116be87). Configuration can now be passed as a simple observable and can employ factory providers.
- Fix: Limit scope of results to that of direct child items when querying for member and location equipment contents (0b18992).
- Feature: Add service, routing and interfaces for equipment categories (6237be3).
- Feature: Add unified service to query equipment, locations and members as destinations for an equipment move (6237be3).
- Feature: Add search methods for equipment, locations and members (6545f6d).
4.0.0
- Remove all testing utilities (factories) to package
@d4h/testing. These were better off separated. - Resolve cases where permission checks will erroneously fail.
- Add service and endpoint support for
/team/locations(/:id). - Major refactor of all service tests to reduce setup overhead.
- Move cache-breaking get team image function from
PhotoServicetoTeamService. It wasn't needed in a service with a single purpose. - Internal renaming of query parameters (
search->query) for consistency with other D4H projects. - Correct wrong values in
EquipmentStatusenum.