fun icon indicating copy to clipboard operation
fun copied to clipboard

March to 2.0!

Open baetheus opened this issue 2 years ago • 1 comments

This is a parent issue for all the necessary work to get functional to version 2.0. The progress of which will generally be tracked in my "Deno" project here.

At a high level the following tasks need to be done:

  • [x] 1. Finish up the initial flake work for reproducible builds
  • [x] 2. Finish up the initial node build work for broader access
  • [ ] 3. Clean up some of the rough edges that I had been working on
  • [ ] 4. Go through the whole library module by module to implement: missing functionality, documentation, and tests
  • [ ] 5. Create a few quality of life scripts used to manage README, mod.ts, and the fun book (future work)
  • [ ] 6. Button down the last of the CI/CD work
  • [ ] 7. Release!

The features that are put on hold while this work is completed are:

  • Observables
  • ADT over raw Promise (with some broken laws because we are ultimately beholden in js-land)
  • Parsing and lexing tools

baetheus avatar Sep 03 '22 22:09 baetheus

Glad to see you're active again! Feel free to drop some issues my way and let's catch up.

pixeleet avatar Sep 03 '22 22:09 pixeleet

Version 2.0 is out!

baetheus avatar Oct 11 '23 19:10 baetheus