Change Log
All notable changes to this project will be documented in this file (at least to the extent possible, I am not infallible sadly). This project adheres to Semantic Versioning.
0.5.0
Added
Containers.Classy.List
module to provide total/consistent function support to the List module.
Changed
Containers.Int
is nowContainers.Classy.Int
. This is a breaking change.
0.4.0
Added
- Types for documentation
Changed
Containers.Result.from_tuple
is nowContainers.Result.to_result
to support:ok
, and:error
stand alone atoms- Documentation updates
0.3.2
Added
Container.Int
module