You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Misc: Updated links to include Cheatsheet and Changelog
Version: 1.0.7 (2024-01-10)
Code: Updated `calc_end_address/1` to return `{:ok, address}` or `{:error, reason}` tuple.
Code: Added `cal_end_address!/1`
Misc: Added Cheatsheet
Docs: Updated README to not use deprecated functions
- Compiler warnings: Fixed deprecation warning for `use Bitwise`
- Compiler warnings: Fixed deprecation warning for `use Config`
- Dependencies: Updated `ex_doc` version
Version: 1.0.4 (2018-08-30)
- Bugfix: Fix pattern match to use `48` instead of `49`
Version: 1.0.3 (2018-08-08)
- Compiler warnings: Replace `String.to_char_list` with `String.to_charlist` to fix compiler warning
Version: 1.0.2 (2017-02-03)
- Misc: Update `contributors` to `maintainers` in mix.exs
- Dependencies: Update `ex_doc` version used for documenation generation
- Compiler Warnings: In mix.exs to use parens in function calls to fix compiler warnings
Version: 1.0.1 (2015-07-17)
- Code: Fix hard coded bmask to use `rem` (no behavioral change)
- Misc: Update description in mix.exs to remove unnecessary text