·
1056 commits
to master
since this release
0.4.0 (2021-09-17)
Bug Fixes
- issuer-api: remove ScheduleModule from IssuerModule (8dce607)
Features
- issuer-api: add enableCertificationRequest option (ffb4fa7)
- issuer-api: add issuer module options (1e55661)
- issuer-api: add transaction log entity validation (4832a74)
- issuer-api: Allow to query for certificate with logs (30ae58a)
- issuer-api: store event timestamp, add tests (8b3e120)
- issuer-api: track all transaction (e4e0dd0)
BREAKING CHANGES
- issuer-api: when used with certification request module, user need to include ScheduleModule.forRoot() by himself
- issuer-api: issuer-api AppModule was renamed to IssuerModule. Also, to use it, you need to call
IssuerModule.register()