Skip to content

Releases: mwittig/pimatic-filter

2016914, V0.8.9

14 Sep 19:19
Compare
Choose a tag to compare
  • Fixed erroneous assignment of lastState to attribute values on device initialization, issue #4
  • Added Release History

20160528, V0.8.8

27 May 23:17
Compare
Choose a tag to compare
  • Implemented destroy methods as required for pimatic 0.9

20160408, V0.8.7

27 May 23:10
Compare
Choose a tag to compare
  • Fixed compatibility issue with Coffeescript 1.9 as required for pimatic 0.9
  • Updated peerDependencies property for compatibility with pimatic 0.9

20160218, V0.8.6

23 Feb 00:16
Compare
Choose a tag to compare
  • Improved errir for handling for parsed expression values, issue #2
  • Corrected device-config-schema: "unit", "label", and "discrete" are now optional as described in README, issue #2
  • Removed "type" property from example in README, issue #2

20160218, V0.8.5

17 Feb 23:51
Compare
Choose a tag to compare
  • Clone attributes before adding a new attribute. Fix for issues #2 and #3

20151205, V0.8.4

05 Dec 12:28
Compare
Choose a tag to compare
  • Improved error handling (issue #1)
  • Fixed typo

20151122, V0.8.3

22 Nov 16:40
Compare
Choose a tag to compare
  • Changed initialization order to avoid race condition while evaluating the variable expression for the first time.
  • Fixed typo.

20151018, V0.8.2

18 Oct 20:50
Compare
Choose a tag to compare
  • Revised README
  • Fixed bug: filterValues array and other supporting members must be instance variables instead of class variables.

20151018, V0.8.1

18 Oct 14:02
Compare
Choose a tag to compare

Bug fix: Check if lastState is undefined which may the case on the first run

20151018, V0.8.0

18 Oct 13:58
Compare
Choose a tag to compare

Initial release