Skip to content

Releases: delvtech/hyperdrive-frontend

@delvtech/[email protected]

26 Aug 18:59
8def424
Compare
Choose a tag to compare

Patch Changes

  • c5a369d:
    • Added support for negative numbers.
    • Added support for base prefixes in string values, e.g., parseFixed("0xFF") or fixed("0xFFFFFFFFFFFFFFFF")
    • Changed the primitive value (the value returned from .valueOf()) to be the string representation of the fixed point. Previously, the underlying bigint was returned. This makes type coercion more straight forward and makes it possible to use the + and - unary operators with fixed-point instances as a shorthand for .toNumber(), e.g., +parseFixed(1.5) === 1.5.
  • c5a369d: Bumped deps

v1.12.0

22 Aug 21:56
ffceea7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.1...v1.12.0

v1.11.1

16 Aug 15:12
76b3a88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

15 Aug 16:28
d889e47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0

13 Aug 19:35
9c7f6d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

08 Aug 18:51
9fedfcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.5...v1.9.0

@delvtech/[email protected]

30 Jul 05:13
74935d8
Compare
Choose a tag to compare

Patch Changes

  • e50602e: Fixed error formatting
  • 09ef9ec: Added calcAprGivenFixedPrice.

@delvtech/[email protected]

30 Jul 19:01
fcbe82e
Compare
Choose a tag to compare

@delvtech/[email protected]

30 Jul 05:13
74935d8
Compare
Choose a tag to compare

@delvtech/[email protected]

30 Jul 19:00
fcbe82e
Compare
Choose a tag to compare

Patch Changes