Skip to content

Releases: patrickmichalina/onvif-rx

v7.1.1

18 Apr 00:56
0c61719
Compare
Choose a tag to compare

7.1.1 (2019-04-18)

Bug Fixes

v7.1.0

31 Jan 06:07
a5ab3fc
Compare
Choose a tag to compare

7.1.0 (2019-01-31)

Features

v7.0.0

31 Jan 05:25
f117e44
Compare
Choose a tag to compare

7.0.0 (2019-01-31)

Bug Fixes

  • "_text" property is removed from json output (#13) (f117e44)

BREAKING CHANGES

  • accessing data via ._text property is no longer valid

v6.0.1

30 Jan 08:15
0ad85d5
Compare
Choose a tag to compare

6.0.1 (2019-01-30)

Bug Fixes

  • action parameters include default namespaces (#12) (0ad85d5)

v6.0.0

30 Jan 05:47
3ab1739
Compare
Choose a tag to compare

6.0.0 (2019-01-30)

Bug Fixes

  • better input parameter api generation (#11) (3ab1739)

BREAKING CHANGES

  • In order to construct valid XML parameter snippets, the generateRequestElements function now requires a key-value object to map out XML nodes. This is mostly hidden from day-to-day library usage

v5.0.1

29 Jan 21:04
Compare
Choose a tag to compare

5.0.1 (2019-01-29)

Bug Fixes

  • include attributes in JSON responses (034e4d6)

v5.0.0

29 Jan 20:42
ba1d39e
Compare
Choose a tag to compare

5.0.0 (2019-01-29)

Bug Fixes

  • xml-js parses raw string instead of DOMParser object. (#10) (ba1d39e)

BREAKING CHANGES

  • result object now includes json and xml output.

v4.0.0

29 Jan 19:37
87365ed
Compare
Choose a tag to compare

4.0.0 (2019-01-29)

Bug Fixes

BREAKING CHANGES

  • in order to generate classes that do not conflict with types, classes are now prefixed with "ONVIF"

v3.0.1

29 Jan 18:35
1596479
Compare
Choose a tag to compare

3.0.1 (2019-01-29)

Bug Fixes

v3.0.0

29 Jan 17:02
155bdb0
Compare
Choose a tag to compare

3.0.0 (2019-01-29)

Features

  • use xml-js for standard JSON output (#7) (155bdb0)

BREAKING CHANGES

  • uniform response output via xml-js library.