Releases: nerves-project/nerves_leds
Releases · nerves-project/nerves_leds
v0.8.1
v0.8.0
0.7.0 Change to Nerves.Leds, API Changes
This update reflects a number of changes that bring this module more in line
with current Nerves and Elixir naming, coding, and license conventions, in
preparation for pushing to hex. Unfortunately it changes the API, but hey,
we're still < 1.0, right?
- Breaking API Changes
- Renamed project to
nerves_leds
(wasnerves_io_led
) - Module is now Nerves.Leds (was Nerves.Led)
- Removed the
alive
functionality (can useoneshot
trigger instead)
- Renamed project to
- Improved code style in places and fixed warnings
- Improved and fixed bugs in docs
- Changed LICENSE to Apache 2
Legacy Nerves.IO.Led (next is Nerves.Leds)
This is a tagged release to allow existing apps that reference Nerves.IO.Led to operate until they can migrate to Nerves.Leds.