Skip to content

Releases: nexxeln/pfp

0.0.3

04 Feb 11:22
Compare
Choose a tag to compare

This release adds a lot of new list functions ported from Elixir.

To create an instance of the List class, use the list function

const myList = list([1, 2, 3]);

myList will now have almost all native JavaScript array functions as well lots more ported from Elixir. No documentation yet so explore and have fun!

0.0.2

31 Jan 08:59
Compare
Choose a tag to compare
  • add readme
  • add license
  • still figuring out the deno module release/publish workflow

0.0.1

31 Jan 08:56
Compare
Choose a tag to compare
  • add pipe function