Releases: elixir-sensors/sgp40
Releases · elixir-sensors/sgp40
v0.1.5
v0.1.4
Improvement
- Support both v0 and v1 of
circuits_i2c
- Do not use
i2c_server
v0.1.3
Fixed
- Hex Github action
v0.1.2
Changed
- Refactor Mox-related code in CommTest
- Simplify CI Github action
Added
- Hex Github action
v0.1.1
Added
- Github action as CI
- CI badge and Hex badge in README.md
Changed
- Use
Access
instead ofKeyword.get/2
following advice in Good and Bad Elixir | keathley.io - Rename
*_accumulator
to*_reducer
- Simplify
SGP40.Transport.I2C
without usingapply
- Refactor Mox-related test code
Removed
- Unused
SGP40.I2C.Stub
- Default gen server name
__MODULE__
- Pattern matching for
args
inSGP40.VocIndex.handle_call({:set_tuning_params, args}, _, state)
Fixed
- Correct typespec for
SGP40.measure/1
v0.1.0
v0.1.0
Initial release