Skip to content

Releases: jcoreio/sparkplug-payload

v2.1.2

17 Nov 06:10
Compare
Choose a tag to compare

2.1.2 (2020-11-17)

Bug Fixes

v2.1.1

02 Oct 21:54
Compare
Choose a tag to compare

2.1.1 (2020-10-02)

Bug Fixes

  • allow null values in typescript defs (9d336fd)

v2.1.0

02 Oct 21:37
Compare
Choose a tag to compare

2.1.0 (2020-10-02)

Bug Fixes

Features

  • add TypeScript type defs (2cdeb38)

v2.0.2

15 Jun 21:48
Compare
Choose a tag to compare

2.0.2 (2020-06-15)

Bug Fixes

  • eslint error (6523883)
  • truncate fraction digits for Int64/UInt64 instead of erroring (dc4f0d7)

v2.0.1

10 Jun 23:42
Compare
Choose a tag to compare

2.0.1 (2020-06-10)

Bug Fixes

  • error on null value for Int64/UInt64 (7ebc077)

v2.0.0

10 Jun 23:02
Compare
Choose a tag to compare

2.0.0 (2020-06-10)

Bug Fixes

  • use BigInt for Int64/UInt64 (677610a)

BREAKING CHANGES

  • BigInt is now used for Int64/UInt64 instead of Long.js. Dropped support for Node < 12

v1.0.1

09 Jun 03:56
Compare
Choose a tag to compare

1.0.1 (2020-06-09)

Bug Fixes

  • use int_value protobuf field for UInt32 values (c671be3)

v1.0.0

08 Jun 22:34
Compare
Choose a tag to compare

1.0.0 (2020-06-08)

Bug Fixes

Features