Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Releases: D4H/api-angular

5.0.2

27 Jan 09:44
e52044b

Choose a tag to compare

  • 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

19 Dec 21:01
2e33676

Choose a tag to compare

  • 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 PhotoService to TeamService. 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 EquipmentStatus enum.