Changelog for antelude-0.1.0
0.1.0:
Lots of stuff. Like, all of them. The init. Not sure how to really document this but here we go:
- Antelude main module, exposing a lot of symbol-functions, a few named-functions, and a lot of types and typeclasses.
- Antelude.Array for Array stuff
- Antelude.Bool for Bool stuff
- Antelude.Either for Either stuff
- Antelude.File for File stuff
- Antelude.Function for functional stuff
- Antelude.IO for IO stuff
- Antelude.List for List stuff
- Antelude.List.NonEmpty for NonEmpty stuff
- Antelude.Maybe for Maybe stuff
- Antelude.Monad for Monad stuff
- Antelude.Numeric for numeric stuff
- Antelude.Result for Result stuff
- Antelude.Sequence for Sequence stuff
- Antelude.String for String stuff
- Antelude.String.Case for Case stuff
- Antelude.Tuple.Pair for Pair stuff
- Antelude.Tuple.Trio for Trio stuff
- Test for all of the new stuff from above
- Documentation
- This very changelog you are reading right now
- Licensing (MIT)
- Justfile so I remember commands
- Readme
- Format all the things