Skip to content

Releases: GregMefford/blinkchain

Release v1.0.0

14 Jul 03:11
62d491b
Compare
Choose a tag to compare

v1.0.0

This is a major overhaul of nerves_neopixel, including a rename to blinkchain.
Check out the new README, Hexdocs, and the included example project to see how it works!

v1.0.0-rc0

10 Dec 03:10
bf49d05
Compare
Choose a tag to compare
v1.0.0-rc0 Pre-release
Pre-release

v1.0.0-rc0

This is a major overhaul of nerves_neopixel, including a rename to blinkchain.
Check out the new README, Hexdocs, and the included example project to see how it works!

Until the final 1.0.0 release is published, so you can try the release candidate using:

def deps do
  [
    {:blinkchain, "~> 1.0.0-rc0"}
  ]
end

v0.4.0

06 Oct 02:30
9cd6125
Compare
Choose a tag to compare

Adds support for Raspberry Pi 3 A+ and B+ models.

v0.3.2

29 Nov 03:18
Compare
Choose a tag to compare

Features

  • Support for Raspberry Pi Zero and Zero W
  • Several small robustness improvements

v0.3.1

17 Aug 15:51
Compare
Choose a tag to compare

Changes

  • Relax the version constraint on elixir_make
  • Fix broken tests
  • Fix deprecation warnings for Elixir 1.4

v0.3.0

17 Aug 15:50
Compare
Choose a tag to compare
Add elixir_make to mix.lock