Skip to content

Tags: dcmjs-org/dicomweb-client

Tags

v0.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(message): Fixed bug in final length calculation in Multipart Enco…

…ded (#100)

Previously, footerLength was added as many times as the number of contents, but we changed it to adding it only once at the end.

v0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(request): add request option to retrieve instances (#103)

* feat(request): add support for passing in a request option to retrieve instances

* pass request options to retrieve instances

* refactor request into seperate object

* remove console log

* cleanup

* fix: response types

* remove console log

* fix(ci): update docker-compose to docker compose

v0.10.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Retrieve PDF bulkdata, requesting both octet and pdf (#86)

* fix: Retrieve PDF bulkdata, requesting both octet and pdf

* PR review comments

* PR comments

v0.10.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(api): change JSDocs mediaType param to reflect code (#72)

* Option object key name mediaType -> mediaTypes
* MediaType is an object, not String

v0.10.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(doc): update readme

Test new automation token

v0.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(typo): change readme

v0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(doc): trigger new build and package

v0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(build): configure linting, fixing tests and release (#78)

* add prettier and configure it with eslint

* fix test and add release github workflow

* fix package json

v0.8.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(request) acceptable media types for retreval of frames (#49)

* Fix acceptable media types for frame retrieval

* Increase package version

Co-authored-by: hackermd <[email protected]>

v0.8.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix(headers): allowed media types for retrieval of frames (#46)

* Allow accept header field with mixed media types

This enables request of compressed or uncompressed frames

* Fix coding style issues

* Increase package version

Co-authored-by: hackermd <[email protected]>