Skip to content

Releases: ecairn/powertrack-rb

Release v2.0.0

10 Jan 13:04
Compare
Choose a tag to compare
  • Remove support for PowerTrack v1 since this version was sunset in early January 2017

Release v1.3.1

10 Jan 13:05
Compare
Choose a tag to compare
  • Add the PowerTrack::Stream.v2? instance method

Release v1.3.0

10 Jan 13:05
Compare
Choose a tag to compare
  • Support Replay v2
  • Support specificities of rules v2 in PowerTrack::Rule class

Release v1.2.0

10 Jan 13:06
Compare
Choose a tag to compare
  • Support PowerTrack v2
    • Rule validator and Replay v2 not supported yet

Release v1.1.1

10 Jan 13:06
Compare
Choose a tag to compare
  • Support retries in Replay mode

Release v1.1.0

10 Jan 13:06
Compare
Choose a tag to compare
  • Add support for Replay feature

Release v1.0.3

10 Jan 13:07
Compare
Choose a tag to compare
  • Retrieve the on_system function from options

Release v1.0.2

10 Jan 13:07
Compare
Choose a tag to compare
  • to_json can get options in order for powertrack to support the standard JSON library (through the MultiJson gem). Thanks to @duncanita for the PR.