Skip to content

0.34.0

Compare
Choose a tag to compare
@rflechtner rflechtner released this 22 Aug 15:41
· 12 commits to master since this release
cb0b8e1

What's changed

Besides updating typings to match the latest chain runtime 1.11.0, this release includes mostly quality-of-life enhancements and improves coverage of integrated tests.

Breaking Changes

  • refactor!: nest ctype in ICTypeDetails by @rflechtner in #766
    • Migration: Instead of const { createdAt, creator, ...cType } = await CType.fetchFromChain(cTypeId) use the simplified syntax const { cType } = await CType.fetchFromChain(cTypeId) to retrieve a CType definition from the Kilt blockchain.

Features

  • feat: re-export imported types from @kiltprotocol/types by @rflechtner in #762
  • feat: deprecation message for CType meta schema draft-01 by @rflechtner in #778

Other

Full Changelog: 0.33.1...0.34.0