Releases: rgrannell1/peach.ts
Releases · rgrannell1/peach.ts
0.3.4
0.3.3
Adds Peach.String.unicode
, to generate arbitrary unicode characters
0.3.2
Adds Peach.Object.choose
0.3.1
Adds Peach.Set.choose
0.3.0
Adds Peach.BigInt
for generating bigints, and Peach.Array.choose
to retrieve n elements from a k element list
0.2.2
Patches unicode generation, and adds new functions to Peach.Object
and Peach.Logic
v0.2.1
Minor linting changes
v0.2.0
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
Initial release