FP Support Change Log¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1]¶
0.2.0 2025-12-14¶
- Altered the URLs in README.md so PyPi does not throw 404s
- Created the Maybe pattern Monad
- Changed "contents" to "outcome" in IOType to reflect testable vs non-testable parts.
0.1.0 2025-12-13¶
- Initial commit into main
- One basic monad, one decorator, two IO functions
- Starting documentation up but not yet cleaned or simplified