Skip to content

Releases: openwallet-foundation/credo-ts-ext

@aries-framework/redux-store redux-store-v0.1.2

04 Dec 22:56
Compare
Choose a tag to compare

Bug Fixes

@aries-framework/react-hooks react-hooks-v0.1.4

04 Dec 18:27
Compare
Choose a tag to compare

Bug Fixes

@aries-framework/push-notifications push-notifications-v0.1.1

04 Dec 20:02
Compare
Choose a tag to compare

@aries-framework/rest rest-v0.5.0

15 Nov 19:24
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • rest: the 'extraControllers' config property has been removed in favor of a custom 'app' property. This allows for a more flexible wat to customize the express app. See the sample for an example.

Features

  • rest: allow app instance for custom configuration (#73) (35400df)

@aries-framework/rest rest-v0.4.0

07 Nov 12:47
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • rest: changed oob proof parameter from c_i to d_m (#67)

Features

  • rest: added outofband offer to credentialController (#70) (d514688)
  • rest: added support for custom label and custom imageUrl (#71) (686bddd)

Code Refactoring

  • rest: changed oob proof parameter from c_i to d_m (#67) (5f9b1ae)

@aries-framework/react-hooks react-hooks-v0.1.3

05 Nov 08:41
6d2d431
Compare
Choose a tag to compare

Bug Fixes

  • react-hooks: message filtering overflows (#58) (1eb2a92)

@aries-framework/rest rest-v0.3.0

01 Nov 12:56
5319899
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • rest: The credentential-definitions endpoint topic contained a typo (credential-defintions instead of credential-definitions)
  • rest: The connection id is moved from the path to the request body for credential and proof endpoints

Bug Fixes

  • rest: typo in credential definition endpoint (b4d345e)

Code Refactoring

  • rest: moved connectionId from path to requestbody (#59) (1d37f0b)

@aries-framework/push-notifications push-notifications-v0.1.0

21 Oct 10:43
07c6d3d
Compare
Choose a tag to compare

Features

  • push-notifications: added push-notifications plugin (#41) (c6cf262)

@aries-framework/react-hooks react-hooks-v0.1.2

14 Oct 20:23
Compare
Choose a tag to compare

Bug Fixes

  • react-hooks: add jsx react to tsconfig (4701369)

@aries-framework/react-hooks react-hooks-v0.1.1

14 Oct 17:22
750dc35
Compare
Choose a tag to compare

Bug Fixes

  • react-hooks: add clean script and rimraf (#47) (d47cb45)