Skip to content

Releases: Codex-Data/sdk

v2.0.0

24 Nov 22:27
48d51fd

Choose a tag to compare

What's Changed

🚀 60%+ smaller bundle size for end users
⚡ Better tree-shaking with ESM support. Falls back to CommonJS.
🛠 Modern tooling throughout development workflow
🚫 Remove fragment masking since it's generic and not used in the sdk directly.

For more information on upgrading to 2.0.0+ see the README.

Full Changelog: v1.0.40...v2.0.0

v1.1.0-beta.1

24 Nov 19:49
5b4e655

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0-beta.0...v1.1.0-beta.1

v1.1.0-beta.0

11 Nov 21:09
71cc242

Choose a tag to compare

What's Changed

  • Overhaul building, workflows. Fix examples up. by @mattfik in #53

👋🏻 Goodbye bun, hello pnpm!
🚀 60%+ smaller bundle size for end users
⚡ Better tree-shaking with ESM support. Falls back to CommonJS.
🛠 Modern tooling throughout development workflow
📦 Production-ready package structure
🚫 No build scripts in the SDK!
🚫 Removed all files that were generated or fetched at build time. i.e. schemas, network configs, etc.
🚫 Remove fragment masking since it's generic and not used in the sdk directly.

Breaking Changes

Imports

Before

import { Codex } from "@codex-data/sdk";
import { TokenRankingAttribute, RankingDirection } from "@codex-data/sdk/dist/sdk/generated/graphql";

After

import { Codex, TokenRankingAttribute, RankingDirection } from "@codex-data/sdk";

Full Changelog: v1.0.40...v1.1.0-beta.0

v1.0.40

07 Nov 22:27
cb9d20c

Choose a tag to compare

What's Changed

  • Added new fields to batch endpoint override by @mattfik in #52

Full Changelog: v1.0.39...v1.0.40

v1.0.39

07 Nov 21:14
45893e7

Choose a tag to compare

What's Changed

  • don't bundle build scripts by @mattfik in #50
  • bump and rm dist before build when releasing by @mattfik in #51

Full Changelog: v1.0.37...v1.0.39

v1.0.36

01 Oct 19:05
2c3dd50

Choose a tag to compare

What's Changed

  • Update sdk to remove inaccessible types by @mattfik in #48

Full Changelog: v1.0.35...v1.0.36

v1.0.35

30 Sep 18:54
8405b27

Choose a tag to compare

What's Changed

Full Changelog: v1.0.34...v1.0.35

v1.0.34

30 Sep 16:15
c242b9e

Choose a tag to compare

What's Changed

Full Changelog: v1.0.33...v1.0.34

v1.0.33

30 Sep 16:09
be32996

Choose a tag to compare

What's Changed

Full Changelog: v1.0.32...v1.0.33

v1.0.32

12 Sep 22:58
eeb5f72

Choose a tag to compare

What's Changed

  • Override GQL document build for filterTokenWallets by @mattfik in #42

Full Changelog: v1.0.31...v1.0.32