Skip to content

v0.8.0

@djm djm tagged this 18 Jan 23:12
This change is being made to better fit in with Elixir convention;
"set" implies the existence of state which is not correct, "put" is
used over "update" as none of the functions use the current value
and are simply overriding functions. This usage is inline with say
the Dict module where put and update both exist.
Assets 2
Loading