Skip to content

Releases: maythiwat/promptparse

1.3.0

02 May 13:48
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Full Changelog: 0.4.0...0.5.0

0.4.0

03 Mar 13:14
4564b6b
Compare
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

0.3.0

18 Dec 10:17
81a717a
Compare
Choose a tag to compare
Merge pull request #5 from maythiwat/develop

0.3.0

0.2.1

19 Nov 10:06
Compare
Choose a tag to compare
chore: bump version

I accidentally published 0.2.0 earlier and cannot publish again with same version