Skip to content

Releases: rgrannell1/peach.ts

0.3.4

08 Aug 06:59
Compare
Choose a tag to compare

Patches Peach.Logic.oneOf to unwrap each element as well as the list of elements itself

0.3.3

07 Aug 17:29
Compare
Choose a tag to compare

Adds Peach.String.unicode, to generate arbitrary unicode characters

0.3.2

06 Aug 21:48
Compare
Choose a tag to compare

Adds Peach.Object.choose

0.3.1

06 Aug 13:42
Compare
Choose a tag to compare

Adds Peach.Set.choose

0.3.0

06 Aug 13:35
Compare
Choose a tag to compare

Adds Peach.BigInt for generating bigints, and Peach.Array.choose to retrieve n elements from a k element list

0.2.2

15 Jul 13:17
Compare
Choose a tag to compare

Patches unicode generation, and adds new functions to Peach.Object and Peach.Logic

v0.2.1

01 Jul 01:10
Compare
Choose a tag to compare

Minor linting changes

v0.2.0

01 Jul 00:38
Compare
Choose a tag to compare

This release:

  • Imports a unicode data-file from (unicode-range-json)[https://github.com/radiovisual/unicode-range-json]. Previously, this referenced github raw, which doesn't work well as a Deno CDN and likely broke the build intended to publish this module to Deno's CDN
  • Documented each method in the library

v0.1.0

30 Jun 23:53
Compare
Choose a tag to compare

Initial release