Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

80 lines (53 loc) · 2.46 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.6.1 - 2022-12-22

Changed

  • Bring back fromJSON/toJSON (#55)

0.6.0 - 2022-12-08

Changed

  • Code generation was migrated from ts-proto to telescope (#44). This gives us faster and better Cosmos specific code generation. This might come with minor breaking changes in the 0.6 release series. Feel free to stick to 0.5.x until the end of 2022. Then all potential issues should be fixed.
  • Some common types are now exported at the package root. E.g. import { DeepPartial } from "cosmjs-types".
  • fromJSON/toJSON are not generated anymore. They were never needed for CosmJS and do not produce a Cosmos SDK compatible JSON.
  • The TypeScript build target is now ES2020, analogue to CosmJS 0.30.

0.5.2 - 2022-10-11

  • Migrate from yarn to npm
  • Upgrade ts-proto to 1.126.1 and regenerate code
  • Upgrade Cosmos SDK protos to 0.45.8
  • Upgrade wasmd protos to 0.28.0
  • Add ibc.applications.interchain_accounts types (#36)

No changelog, sorry. Maybe the diff helps.

No changelog, sorry. Maybe the diff helps.

No changelog, sorry. Maybe the diff helps.

No changelog, sorry. Maybe the diff helps.

No changelog, sorry. Maybe the diff helps.

0.2.0 - 2021-07-29

Added

  • wasmd 0.18 types (cosmwasm/wasm/v1/*)