Skip to content

Releases: maythiwat/promptparse

1.5.0

03 Dec 08:57

Choose a tag to compare

  • Implement auto fix bad crc for slip verify validator
  • Added BCEL OneProof validator

Full Changelog: 1.4.0...1.5.0

1.4.0

28 Feb 10:53
05e4e43

Choose a tag to compare

  • Added support for TrueMoney Slip Verify QR (both generate and validate)

Full Changelog: 1.3.0...1.4.0

1.3.0

02 May 13:48

Choose a tag to compare

  • Exports all type definition (enum, interface) of generate
    Now you can use like this: import type { ProxyType } from 'promptparse/generate'
  • Move encodeTag81 into separate file /utils/encoder.ts
  • Renamed truemoney to trueMoney

Full Changelog: 1.2.1...1.3.0

1.2.1

23 Apr 20:23

Choose a tag to compare

  • Fixes: generate.botBarcode returns object instead of payload string

Full Changelog: 1.2.0...1.2.1

1.2.0

23 Apr 09:58

Choose a tag to compare

  • Added generate & validate entrypoints, Now you can use like this: import { slipVerify } from 'promptparse/validate'

Full Changelog: 1.1.0...1.2.0

1.1.0

24 Dec 05:59

Choose a tag to compare

  • BOT Barcode support (Parse, Generate, Convert to QR Tag 30)
  • All helper classes (EMVCoQR, BOTBarcode) are now exported to main module

Full Changelog: 1.0.0...1.1.0

1.0.0

03 Oct 09:01

Choose a tag to compare

  • Browser support
  • Generator is now exported from main module (no longer require to import dist)
  • Slip Verify QR validator

Full Changelog: 0.5.0...1.0.0

1.0.0-rc

02 Oct 16:19

Choose a tag to compare

1.0.0-rc Pre-release
Pre-release

Full Changelog: 0.5.0...1.0.0-rc

0.5.0

22 Apr 04:40

Choose a tag to compare

Full Changelog: 0.4.0...0.5.0

0.4.0

03 Mar 13:14
4564b6b

Choose a tag to compare

Dependency-less CRC-16-CCITT (XMODEM) checksum calculator

This allow us to parsing QR payload in "strict" mode on browser & workers

Full Changelog: 0.3.0...0.4.0