Skip to content

Releases: autopulated/busybot

1.2.0

21 Feb 13:39

Choose a tag to compare

  • Adds typescript types (thanks @Nbrthx!)

1.1.2

02 Oct 13:11

Choose a tag to compare

  • additional argument range checks in solve() to provide faster and more useful errors
  • readme improvements

This release is identical to 1.1.1, which was not published due to an error in the publishing action

1.1.1

02 Oct 13:03

Choose a tag to compare

  • additional argument range checks in solve() to provide faster and more useful errors
  • readme improvements

1.1.0

15 Sep 13:17

Choose a tag to compare

  • add progressCallback option to solve()
  • additional checks against generating uselessly small challenges (Mersenne exponent must be at least 61, and challenge length is reduced for smaller challenges)
  • minor doc improvements

1.0.4

07 Sep 09:04

Choose a tag to compare

  • fixes to package publishing

1.0.3

07 Sep 08:52

Choose a tag to compare

  • updates to try to fix publish workflow action

1.0.2

07 Sep 08:22

Choose a tag to compare

  • fix use via require-esm in nodejs, and frontend use via webpack
  • improved readme