Skip to content

Releases: TxnLab/deflex-js

v1.6.0

15 Dec 23:00

Choose a tag to compare

1.6.0 (2025-12-15)

Features

  • add note field support and input transaction ID retrieval (#30) (904dbcc)

v1.5.0

22 Nov 08:00

Choose a tag to compare

1.5.0 (2025-11-22)

Features

  • add internal _allowNonComposableSwaps parameter for Tinyman v1 support (#25) (e70338a)

v1.4.1

22 Nov 07:05

Choose a tag to compare

1.4.1 (2025-11-22)

Bug Fixes

  • update default fee and confirmation rounds in constants (#24) (e166066)

v1.4.0

06 Nov 08:41

Choose a tag to compare

1.4.0 (2025-11-06)

Features

  • add AutoOptOutMiddleware for automatic asset opt-out on full balance swaps (#20) (e1bbdaa)

v1.3.0

06 Nov 05:00

Choose a tag to compare

1.3.0 (2025-11-06)

Features

  • add middleware system for custom asset support (#19) (f75963c)

v1.2.0

04 Nov 14:38

Choose a tag to compare

1.2.0 (2025-11-04)

Features

  • refactor SwapComposer to use AtomicTransactionComposer internally (#17) (cebb16c)

v1.1.0

01 Nov 04:46

Choose a tag to compare

1.1.0 (2025-11-01)

Features

  • deps: change algosdk to peer dependency and remove algokit-utils (#7) (2275607)

v1.0.0

31 Oct 06:15

Choose a tag to compare

1.0.0 (2025-10-31)

Features

  • add configurable apiBaseUrl option to DeflexClient (606ff97)
  • add React Query example with automatic quote fetching (2264d09)
  • add DeflexQuote wrapper class with convenience methods (e9dcfd6)
  • add runtime validation for SwapComposer required parameters (689b538)
  • replace signSwap with SwapComposer and newSwap factory (90b97bb)
  • add automatic asset opt-in detection and handling (13a1ed7)
  • add swap transaction signing functionality (3721ee2)
  • add DeflexClient and implement quote fetching (0ca3ad6)

Bug Fixes

  • correct pnpm script references in release workflow (8f7acad)
  • implement ARC-1 compliant transaction signing (7771d6d)
  • only include optIn param when explicitly set as boolean (dd245dc)
  • accept null for address parameter in FetchQuoteParams (44f4fae)
  • improve fee validation error message with valid range (9e1e7a1)
  • update default auto opt-in setting to false (fed18a4)

Code Refactoring

  • move signer to SwapComposer configuration (1bea32f)

v1.0.0-beta.6

30 Oct 19:16

Choose a tag to compare

v1.0.0-beta.6 Pre-release
Pre-release

Changes

  • feat: add configurable apiBaseUrl option to DeflexClient 606ff97

v1.0.0-beta.5...v1.0.0-beta.6

v1.0.0-beta.5

29 Oct 22:40

Choose a tag to compare

v1.0.0-beta.5 Pre-release
Pre-release

Changes

  • fix: implement ARC-1 compliant transaction signing 7771d6d

v1.0.0-beta.4...v1.0.0-beta.5