Skip to content

Releases: delvtech/hyperdrive-frontend

@delvtech/[email protected]

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

Patch Changes

@delvtech/[email protected]

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

Minor Changes

  • e4f7227: Bumped contracts to 1.0.12

@delvtech/[email protected]

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

Patch Changes

  • e50602e: Added an optional decimals arg to all methods to automatically convert non-FixedPoint values in arguments for FixedPoint methods. E.g., instead of fixed(sixDecimalBigint, 6).mul(fixed(otherSixDecimalBigint, 6)), you can now do fixed(sixDecimalBigInt, 6).mul(otherSixDecimalBigInt, 6).
  • e50602e: Fixed error formatting
  • ac419ee: Added a new formatCurrency method and a percent option to the format method.
  • ac419ee: Added comparison methods: eq, ne, gt, gte, lt, lte, min, max, clamp
  • e50602e: Fixed handling of FixedPoint instances in the creation of new FixedPoint instances. E.g., parseFixed(parseFixed(0.1234), 2).toString() will now equal "0.12". Before, creating a FixedPoint from another FixedPoint would scale the value twice.
  • ac419ee: Added format method

@delvtech/[email protected]

24 Jul 15:54
103bd7d
Compare
Choose a tag to compare

@delvtech/[email protected]

24 Jul 15:54
103bd7d
Compare
Choose a tag to compare

Patch Changes

@delvtech/[email protected]

24 Jul 15:53
103bd7d
Compare
Choose a tag to compare

Patch Changes

  • 5af0afa: Added a parseFixed function for unscaled decimal values.
  • 5af0afa: All value argument types updated FixedPoint | bigint | number | string.
  • 5af0afa: Added support for custom decimals.

v1.8.5

23 Jul 04:34
f41e33e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.4...v1.8.5

v1.8.4

18 Jul 17:46
7372fa8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.3...v1.8.4

v1.8.3

18 Jul 16:41
e4c5d02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2

16 Jul 15:49
637d258
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.8.2