Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.0.0...v2.0.0) (2023-04-04) ### Bug Fixes * **apollo:** fix typo in public method ([#15](#15)) ([59cd862](59cd862)) * **apollo:** throw error when signing with x25519 ([#16](#16)) ([6371d27](6371d27)) * browser webpack issue ([#29](#29)) ([02d186e](02d186e)) * Browser webpack issue ([#30](#30)) ([8c59450](8c59450)) * move required libs to dependencies instead of devDependencies ([#39](#39)) ([7a7716f](7a7716f)) * parse timestamp to date ([#43](#43)) ([0eb0cc6](0eb0cc6)) * pluto table recreate attempt ([#34](#34)) ([3a011cb](3a011cb)) * **pluto:** usage on agent & other minor updates ([#27](#27)) ([2a18d14](2a18d14)) * react-native-sqlite-storage complain ([#32](#32)) ([9ca0ad3](9ca0ad3)) * typeorm cleanup ([#40](#40)) ([f8765a9](f8765a9)) * Webpack dev server infinite loop ([#33](#33)) ([94eb991](94eb991)) ### Continuous Integration * add semantic-release ([617c64a](617c64a)) ### Features * **agent:** Implement agent with basic mediation protocol, with examples ([#23](#23)) ([b0104b2](b0104b2)) * **agent:** Implementing DIDComm V2 Protocols + Demo showcasing ([#36](#36)) ([515d835](515d835)) * **apollo:** Implementing PeerDID ED25519 and X25519 algorithms for KeyAgreement and Authentication. ([#13](#13)) ([f6eabef](f6eabef)) * ATL 3641 - Pluto in wallet implementation ([#17](#17)) ([54579e5](54579e5)) * **examples:** add browser sdk integration example - keys and dids ([#14](#14)) ([4cd0e75](4cd0e75)) * **examples:** adding agent control buttons to browser demo ([#24](#24)) ([696309d](696309d)) * **examples:** initial examples setup + build config update ([#8](#8)) ([0b6ec28](0b6ec28)) * Pluto typeorm migration. ([#22](#22)) ([6107ef2](6107ef2)) * **Pollux:** Implementing Pollux.parseVerifiableCredential with tests ([#4](#4)) ([da05e65](da05e65)) * **testing:** Add Karma testing for browser ([#9](#9)) ([b15f148](b15f148)) ### BREAKING CHANGES * release Atala V2