Skip to content

Releases: hybridgroup/gobot

0.6.1

12 Jul 16:53
Compare
Choose a tag to compare
  • cli
    • Fix template error in generator

0.6

11 Jul 17:24
Compare
Choose a tag to compare
0.6
  • api
    • Add robeaux support
  • core
    • Refactor Connection and Device
    • Connections are now a collection of Adaptors
    • Devices are now a collection of Drivers
    • Add Event(string) function instead of Events[string] for retrieving Driver event
    • Add AddEvent(string) function to register an event on a Driver
  • firmata
    • Fix slice bounds out of range error
  • sphero
    • Fix issue where the driver would not halt correctly on OSX

0.5.2

01 Jul 02:56
Compare
Choose a tag to compare
  • beaglebone
    • Add DirectPinDriver
    • Ensure slots are properly loaded

0.5.1

29 Jun 00:37
Compare
Choose a tag to compare
  • core
    • Add Version() function for Gobot version retrieval
  • firmata
    • Fix issue with reading analog inputs
    • Add data event for AnalogSensorDriver

0.5

18 Jun 02:37
Compare
Choose a tag to compare
0.5
  • Idomatic clean up
  • Removed reflections throughout packages
  • All officially supported platforms are now in ./platforms
  • API is now a new package ./api
  • All platforms examples are in ./examples
  • Replaced martini with net/http
  • Replaced ginkgo/gomega with system testing package
  • Refactor gobot/robot/device commands
  • Added Event type
  • Replaced Master type with Gobot type
  • EveryandAfternow accepttime.Duration`
  • Removed reflection helper methods

0.4

18 Jun 02:11
Compare
Choose a tag to compare
0.4
Change README image source to gobot-site repo

0.2

04 Feb 22:30
Compare
Choose a tag to compare
0.2
Update README.md

0.1

30 Dec 21:39
Compare
Choose a tag to compare
0.1
Remove Params from driver struct