CrOTP v0.5.0 Release Notes
Release Date: 2019-10-09 // almost 4 years ago-
- ⚡️ Crystal 0.31.0 changed the behaviour of
Int#/
in favour ofInt#//
for integer division. This affected the base32 module, which no longer builds. Updated to point at a fork of base32 that does build in 0.31.0.
- ⚡️ Crystal 0.31.0 changed the behaviour of
Previous changes from v0.4.0
-
2019-08-18
🔄 Changed
- Crystal 0.30.0 deprecated
URI.escape
in favour ofURI.encode_www_form
. Updated this to match the original behaviour (withspace_to_plus: false
). - ⚡️ Crystal 0.28.0 deprecated
Time.now
. Updated to useTime.utc
which is actually more correct according to the RFC. - 🗄 Crystal 0.29.0 deprecated the behaviour of
Int#/
to return integers. Changed to useInt#//
instead.
- Crystal 0.30.0 deprecated