Skip to content

Releases: autopulated/busybot

1.2.0

Choose a tag to compare

@autopulated autopulated released this 21 Feb 13:39
  • Adds typescript types (thanks @Nbrthx!)

1.1.2

Choose a tag to compare

@autopulated autopulated released this 02 Oct 13:11
  • 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

Choose a tag to compare

@autopulated autopulated released this 02 Oct 13:03
  • additional argument range checks in solve() to provide faster and more useful errors
  • readme improvements

1.1.0

Choose a tag to compare

@autopulated autopulated released this 15 Sep 13:17
  • 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

Choose a tag to compare

@autopulated autopulated released this 07 Sep 09:04
  • fixes to package publishing

1.0.3

Choose a tag to compare

@autopulated autopulated released this 07 Sep 08:52
  • updates to try to fix publish workflow action

1.0.2

Choose a tag to compare

@autopulated autopulated released this 07 Sep 08:22
  • fix use via require-esm in nodejs, and frontend use via webpack
  • improved readme