Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Releases: machinomy/machinomy

[email protected]

27 Jul 11:41
[email protected]
a984b9c
Compare
Choose a tag to compare

🐛 For now migrate only if run on Node.js. If on browser, migrations are passed. @ARyaskov
♻️ Add proper type declarations for serialised payments. @kincaidoneil

Critical bug fix

20 Jul 20:05
[email protected]
69d85dc
Compare
Choose a tag to compare

Fixed: Broken payment validation.

Incorrect behaviour found:
Individual validations return Promise. They are combined using && operator. Promise is an object and is always typecasted to true. Thus, the validations are effectively useless.

[email protected]

28 Jun 12:52
cf0f5a3
Compare
Choose a tag to compare

@machinomy/[email protected]

28 Jun 12:35
a220060
Compare
Choose a tag to compare
Fix of Web3 and prompt imports.

v1.8.0

05 May 14:10
f907708
Compare
Choose a tag to compare

🚀 Export Payment and PaymentChannel.

v1.7.14

04 May 16:57
e3ea6eb
Compare
Choose a tag to compare

🚀 Use native type declarations from safe-buffer package.

v1.7.13

04 May 14:20
f6ea737
Compare
Choose a tag to compare

🔥 Remove dependency on @types/commander. Use native type declarations distributed with commander package.

Rewrite in TypeScript

21 Jul 13:24
Compare
Choose a tag to compare
Rewrite in TypeScript Pre-release
Pre-release
v1.0.0-alpha.0