- the
from_list
function in thenon_empty_list
module now returnError(Nil)
if the passed list is empty. - the
strict_zip
function in thenon_empty_list
module now returnsNil
upon error instead oflist.LengthMismatch
which no longer exists instdlib
. - update
stdlib
dep to>= 0.37.0 and < 2.0.0
. - set gleam version requirement to
>= 1.0.0 and < 2.0.0
.
- update
stdlib
dep to~> 0.34 or ~> 1.0
- update
gleeunit
dep to~> 1.0
- the
non_empty_list
module gains themap2
function
- Initial release!