Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

0.7.0 Change to Nerves.Leds, API Changes

Compare
Choose a tag to compare
@ghitchens ghitchens released this 24 Jun 19:46

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 (was nerves_io_led)
    • Module is now Nerves.Leds (was Nerves.Led)
    • Removed the alive functionality (can use oneshot trigger instead)
  • Improved code style in places and fixed warnings
  • Improved and fixed bugs in docs
  • Changed LICENSE to Apache 2