Migration guide
Whenever there's an interface breaking change (a change in the project's major version), required migration instructions will be detailed in this file.
From [1.x] to [2.x]
Update
- any call to or type export from module
cbor
toerl_cbor
instead - any call to or type export from module
cbor_base64
toerl_cbor_base64
instead - any call to or type export from module
cbor_base64_test
toerl_cbor_base64_test
instead - any call to or type export from module
cbor_base64url
toerl_cbor_base64url
instead - any call to or type export from module
cbor_base64url_test
toerl_cbor_base64url_test
instead - any call to or type export from module
cbor_decoding
toerl_cbor_decoding
instead - any call to or type export from module
cbor_encoding
toerl_cbor_encoding
instead - any call to or type export from module
cbor_float
toerl_cbor_float
instead - any call to or type export from module
cbor_test
toerl_cbor_test
instead - any call to or type export from module
cbor_time
toerl_cbor_time
instead - any call to or type export from module
cbor_util
toerl_cbor_util
instead