CHANGELOG
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
[0.3.5] – 2021-02-18
Fixed
- Now compiles on M1 (arm64) macs, thanks @29decibel
Internal
- Updated cargo deps
- Fixed clippy warnings
[0.3.4] – 2020-10-27
- Update cargo dependencies
[0.3.3] – 2020-02-28
Fixed
- Pass errors back as
:error
not:unknown_error
[0.3.2] – 2020-02-27
Changed
- Pass all errors back as
{:error, String.t()}
tuple instead of raising in some cases
[0.3.1] – 2020-02-24
Added
- README to hexdocs
- Full license to repo
[0.3.0] – 2020-02-24
Fixed
- Use erlang dirty scheduler
- Now requires OTP >= 20
- Added benchmark for normal vs dirty: normal vs dirty
[0.2.0] – 2020-02-22
Changed
- Map is returned with string keys instead of atom keys
- Now between 6.12x - 50.09x faster than next fastest tested option
- Removed Jason dependency
- Returning elixir map directly instead of returning a stringified JSON and then using Jason to convert it to an elixir map
[0.1.4] – 2020-02-21
- Convert RSS feed into map with atom keys
- Between 2.85x - 22.05x faster than next fastest tested option