Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 1.0.0 (2023-04-03) ### ⚠ BREAKING CHANGES * Transition to ESM as hybrid package (#133) * On track with v1 on-ledger release (#115) ### Features * Add createDidPayloadWithSignInputs util [DEV-1587] ([#49](#49)) ([e332f56](e332f56)) * Add localnet in test workflow ([e498193](e498193)) * Added querier as service capability ([#129](#129)) ([71faac7](71faac7)) * **api:** Basic api design & extension plans, TBC ([9c24549](9c24549)) * **did:** Added automated did creation tests & fixes, refactors ([bcfc198](bcfc198)) * **did:** Added multiple verification method support & `uuid` did url support ([d35f007](d35f007)) * Integrate V2 protos ([7fe20bd](7fe20bd)) * On track with v1 on-ledger release ([#115](#115)) ([1ef3a07](1ef3a07)) * **registry:** Fixed registration logic & improved extensibility ([3d76466](3d76466)) * Remove amino encoding workaround in resource ([2754a97](2754a97)) * Remove file-type ([#163](#163)) ([3d2e46a](3d2e46a)) * Resolve review suggestions ([b984ef4](b984ef4)) * Resources support [DEV-1616] ([#18](#18)) ([40bb485](40bb485)) * **sdk:** Added base constructor manager class ([441bfa3](441bfa3)) * **signer:** Added pre-test implementation of `DidTxSigner` ([924d9ec](924d9ec)) * **tests:** Added more signer coverage ([59a88eb](59a88eb)) * **tests:** Added stable round of SDK tests ([fa31daa](fa31daa)) * Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275)) * Update indyStyle identifier ([e12226d](e12226d)) * Update proto && Accept did core spec input [DEV-2113] ([#111](#111)) ([f2f710a](f2f710a)), closes [#114](#114) * Update signature conversion ([2824bcb](2824bcb)) * Update test rpcUrl ([3903c62](3903c62)) * Update tests ([242e82f](242e82f)) * Update tests and utils ([6075594](6075594)) * Updated ts-proto package ([72e5bcf](72e5bcf)) * Upgrade ts-proto && Support Deactivate DID ([46a57ea](46a57ea)) * **utils:** Added utils & interoperability improvements ([d0f5f4d](d0f5f4d)) ### Bug Fixes * Bugfix on conditional context injection ([6497799](6497799)) * Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681)) * Bugfix on conditional context injection ([#143](#143)) ([854232c](854232c)) * **build:** Added deep level support of iterables ([1aeaea3](1aeaea3)) * **build:** Fixed build type declarations standalones ([ffadfe5](ffadfe5)) * Bump dependencies to latest ts-proto upstream ([3762c9f](3762c9f)) * Client determined MIME type auto fee generation ([#117](#117)) ([3ba673d](3ba673d)) * **deps:** Downgraded `uint8arrays` due to export config clash ([2e30906](2e30906)) * **deps:** Fixed dev deps in scope of semantic release ([721b488](721b488)) * **deps:** Fixed imports deriving from bumps ([2cccc75](2cccc75)) * **exports:** Fixed lib exports ([f17dbe3](f17dbe3)) * Handle empty address condition ([#125](#125)) ([6c1080b](6c1080b)) * **keys:** Added deep equality lambda ([edcc15f](edcc15f)) * Minor issue ([e060576](e060576)) * Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c)) * **tests:** Removed experimental versioning ([93b714c](93b714c)) * **types:** Fixed type mismatch on compilation ([c0cfbd5](c0cfbd5)) * typo ([463ac62](463ac62)) ### Performance Improvements * **helpers:** Added env-specific utils exports ([4957f44](4957f44)) ### Build System * Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043))
- Loading branch information