Releases: aion-dk/js-client
Releases · aion-dk/js-client
v2.1.5
v2.1.4
What's Changed
- Add question attribute to contest by @av-alexander in #230
- VERSION by @av-alexander in #231
Full Changelog: v2.1.3...v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
What's Changed
- Refactoring types to match the DBB ones by @av-alexistoledo in #223
Full Changelog: v2.0.4...v2.1.0
v2.0.4
v2.0.3
v2.0.2
v2.0.1
What's Changed
electionConfig
item is now calledlatestConfig
.latestConfig
has now different configuration items:thresholdConfig
,voterAuthorizerConfig
,ballotConfigs
,contestConfigs
,votingRoundConfigs
,electionConfig
,genesisConfig
, andlatestConfigItem
.- The different configuration items on the
latestConfig
are now wrapped insideitems
. - Main elements on each configuration item are now wrapped inside
content
. - The
services
of the formerelectionConfig
are now inside thevoterAuthorizerConfig
item. fetchElectionConfig
method is now calledfetchLatestConfig
.validateElectionConfig
method is now calledvalidateLatestConfig
.getElectionConfig
method is now calledgetLatestConfig
.- Most type declarations were moved to the
types.ts
file. - Integration/e2e tests were wiped from the JS client.
- Benaloh flow and walkthrough don’t support a mocked version anymore. They can still be used for development purposes (see readme).
- Unit tests for payload and receipt validation were added.
Co-authored-by: Lukas Alex [email protected]
Co-authored-by: Alexis Toledo [email protected]
Co-authored-by: av-alexistoledo [email protected]
Co-authored-by: av-alexistoledo [email protected]
Co-authored-by: Martin Laursen [email protected]
Co-authored-by: Lukas Alex [email protected]
Full Changelog: v1.1.8...v2.0.1