Skip to content

Releases: yusufshakeel/couponjs

v0.6.0

14 Mar 15:05
3c34447
Compare
Choose a tag to compare

Release note

  • added builtIn characterSet: CHARSET_BINARY, CHARSET_OCTAL, CHARSET_HEX, CHARSET_HEX_LOWER

v0.5.0

14 Mar 10:04
4d270a6
Compare
Choose a tag to compare

Release note

builtIn field of characterSet option can handle new value CHARSET_ALNUM.

This is a merge of CHARSET_ALPHA, CHARSET_ALPHA_LOWER and CHARSET_DIGIT.

v0.4.0

14 Mar 10:00
6c4e5ba
Compare
Choose a tag to compare

Release note

Generate coupon using the characters

  • uppercase alphabet A-Z
  • lowercase alphabet a-z
  • digit 0-9
  • symbols like @#$ etc.

Control the character set using option characterSet with builtIn and custom fields.

Values for builtIn

  • CHARSET_ALPHA
  • CHARSET_ALPHA_LOWER
  • CHARSET_DIGIT

v0.3.0

10 Mar 19:25
f61a446
Compare
Choose a tag to compare

Release note:

  • Generate coupon between length 1 and 128.
  • Can add prefix and suffix to coupon.

v0.2.0

10 Mar 17:46
a733920
Compare
Choose a tag to compare

Release note

  • Generate coupon of length N using uppercase alphabet.

v0.1.0

08 Mar 09:45
6604d83
Compare
Choose a tag to compare

Release note:

  • Generate coupon of length 6 using uppercase alphabet.