0.9.4 (2022-10-07)
0.9.3 (2022-09-21)
- rest: added create-offer endpoint and tests (#169) (5458e9e)
- rest: added filters to getAllCredentials (#166) (af7ec19)
- rest: added WebSocket event server (#170) (e190821)
0.9.2 (2022-09-07)
0.9.1 (2022-09-05)
0.9.0 (2022-09-02)
- rest: update to AFJ 0.2.0 (#148)
0.8.1 (2022-06-28)
- rest: added multi use param to create invitation (#100) (d00f11d)
- rest: improved class validation (#108) (cb48752)
0.8.0 (2022-02-26)
- rest: add cli and docker image publishing (#96) (87d0205)
- rest: add webhooks (#93) (9fc020d)
- rest: added basic messages and receive invitation by url (#97) (956c928)
0.7.0 (2022-01-04)
- update aries framework javascript version to 0.1.0 (#86)
0.6.1 (2021-12-07)
0.6.0 (2021-12-06)
- rest: proof request indy fields are now snake_case as used by indy instead of camelCase as used by AFJ.
0.5.0 (2021-11-15)
- 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.
0.4.0 (2021-11-07)
- rest: changed oob proof parameter from c_i to d_m (#67)
- rest: added outofband offer to credentialController (#70) (d514688)
- rest: added support for custom label and custom imageUrl (#71) (686bddd)
0.3.0 (2021-11-01)
- 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
- rest: typo in credential definition endpoint (b4d345e)
0.2.0 (2021-10-05)
- rest: The port property has been moved into a new configuration object.
0.1.2 (2021-09-17)
0.1.1 (2021-09-16)
- rest: require package.json to avoid error (43e683a)