Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cosmwasm-formats.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/easy-owls-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-bikes-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/humble-pillows-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/instantiate-schemas.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-plums-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/open-ads-like.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/response-validation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tangy-banks-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/validate-msg.md

This file was deleted.

26 changes: 26 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# schemos

## 0.2.0

### Minor Changes

- [#15](https://github.com/2wheeh/schemos/pull/15) [`dc7ba05`](https://github.com/2wheeh/schemos/commit/dc7ba0555eedf29e960fdbb5c475642085bfd7d6) Thanks [@2wheeh](https://github.com/2wheeh)! - Add custom Ajv format validators for CosmWasm uint types

- [#17](https://github.com/2wheeh/schemos/pull/17) [`9dc2dbb`](https://github.com/2wheeh/schemos/commit/9dc2dbb8fc16d8d7b7765b769795c8d6dc9107f9) Thanks [@2wheeh](https://github.com/2wheeh)! - add createMsgValidator

- [#13](https://github.com/2wheeh/schemos/pull/13) [`4af42ad`](https://github.com/2wheeh/schemos/commit/4af42adbbb6582fb72377d6cbe9db2a4c1e68404) Thanks [@2wheeh](https://github.com/2wheeh)! - Add cw20/cw721 instantiate schemas for type-safe deployment

- [#6](https://github.com/2wheeh/schemos/pull/6) [`47f6b83`](https://github.com/2wheeh/schemos/commit/47f6b83942594d5a8c01eb4ebcc3c18681d30afe) Thanks [@2wheeh](https://github.com/2wheeh)! - add msg apis for client agnostic msg handling

- [#12](https://github.com/2wheeh/schemos/pull/12) [`eacc8f4`](https://github.com/2wheeh/schemos/commit/eacc8f423c093c841e06e4ac13bf810a3c0a74cb) Thanks [@2wheeh](https://github.com/2wheeh)! - Add opt-in query response validation to createTypedContract

- [#13](https://github.com/2wheeh/schemos/pull/13) [`4af42ad`](https://github.com/2wheeh/schemos/commit/4af42adbbb6582fb72377d6cbe9db2a4c1e68404) Thanks [@2wheeh](https://github.com/2wheeh)! - Add validateMsg for flat struct schema validation (instantiate/migrate)

### Patch Changes

- [`88a2af5`](https://github.com/2wheeh/schemos/commit/88a2af58ab82c9dedfb13633a721ab76d88b6bc3) Thanks [@2wheeh](https://github.com/2wheeh)! - fix: include json-schema-to-ts in dependency correctly

- [#8](https://github.com/2wheeh/schemos/pull/8) [`6f02169`](https://github.com/2wheeh/schemos/commit/6f02169d668f22c5fc167b20aba90e6a16f3eece) Thanks [@2wheeh](https://github.com/2wheeh)! - add encoding utils for utf8, base64 handling

- [#11](https://github.com/2wheeh/schemos/pull/11) [`672f9e4`](https://github.com/2wheeh/schemos/commit/672f9e4265dc493489da2accda4e3b2cadb9f7e8) Thanks [@2wheeh](https://github.com/2wheeh)! - separate e2e into dedicated workspace and its dependencies

- [#16](https://github.com/2wheeh/schemos/pull/16) [`a4cf5ef`](https://github.com/2wheeh/schemos/commit/a4cf5ef26b8d2ac421ea09e1b54cf24d5c4ba605) Thanks [@2wheeh](https://github.com/2wheeh)! - improve TS performance

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schemos",
"version": "0.1.1",
"version": "0.2.0",
"type": "module",
"description": "Type-safe CosmWasm contract interactions, zero codegen",
"license": "MIT",
Expand Down