Releases: ignition-devs/ignition-api-8.1
Releases · ignition-devs/ignition-api-8.1
8.1.20
What's Changed
- build(deps): pre-commit autoupdate by @pre-commit-ci in #45
- refactor(java): move classproperty class by @thecesrom in #46
- fix(ia): make class' properties accessible by @thecesrom in #48
- fix(system): fix args and return type of tag.query by @thecesrom in #49
- fix(ia): change the return type of dataset columns by @thecesrom in #50
- fix(system): accept instances of Dataset by @thecesrom in #52
- feat(ia): add fields to SprocCall, SprocArg, and SProcArgKey by @thecesrom in #53
- build(deps): pre-commit autoupdate by @pre-commit-ci in #54
- feat(java): add type hints to Socket functions by @thecesrom in #56
- refactor(system): change type for
tags
argument by @thecesrom in #57 - build(deps): pre-commit autoupdate by @pre-commit-ci in #58
- perf: remove unused imports by @thecesrom in #59
- style(system): remove white-space by @thecesrom in #60
- refactor: return Iterator from iter methods by @thecesrom in #61
- feat(java): add functions to awt classes by @thecesrom in #62
- feat(java): improve typing by @thecesrom in #63
- ci: add requirements file for CI by @thecesrom in #64
- build(deps): pre-commit autoupdate by @pre-commit-ci in #65
- feat(ia): add getNodeId() to OPCBrowseElement by @thecesrom in #69
- feat(ia): implement ignition.common.BrowseElement by @thecesrom in #70
- feat(ia): add PerspectiveModule class by @thecesrom in #71
- feat(ia): add TypeUtilities under ignition.common by @thecesrom in #72
- feat: add toString implementation by @thecesrom in #73
Full Changelog: v8.1.19...v8.1.20
8.1.19.post4
What's Changed
- fix(system): accept instances of Dataset by @thecesrom in #52
- feat(ia): add fields to SprocCall, SprocArg, and SProcArgKey by @thecesrom in #53
Full Changelog: v8.1.19.post3...v8.1.19.post4
8.1.19.post3
What's Changed
- fix(ia): change the return type of dataset columns by @thecesrom in #50
Full Changelog: v8.1.19.post2...v8.1.19.post3
8.1.19.post2
What's Changed
- fix(system): fix args and return type of tag.query by @thecesrom in #49
Full Changelog: v8.1.19.post1...v8.1.19.post2
8.1.19.post1
What's Changed
- build(deps): pre-commit autoupdate by @pre-commit-ci in #45
- refactor(java): move classproperty class by @thecesrom in #46
- fix(ia): make class' properties accessible by @thecesrom in #48
Full Changelog: v8.1.19...v8.1.19.post1
8.1.19
What's Changed
- chore: improve typing for
ignition-api-stubs
by @thecesrom in #24 - ci: use Python 2 mode for mypy by @thecesrom in #25
- build(deps): pre-commit autoupdate by @pre-commit-ci in #26
- feat(ia): implement all LoggerEx functions by @thecesrom in #27
- fix(java): add typing to Java code by @thecesrom in #29
- refactor: use java.lang.String by @thecesrom in #30
- refactor(org): add TYPE field to PyObject class by @thecesrom in #31
- refactor: improve code quality by @thecesrom in #32
- build(deps): add commitizen hook in pre-commit by @thecesrom in #33
- feat(system): add db constants to all by @thecesrom in #36
- feat(ia): add type hints to all PyUser functions (Sourcery refactored) by @sourcery-ai in #38
- feat: improve type hints by @thecesrom in #39
- build(deps): pre-commit autoupdate by @pre-commit-ci in #40
- fix: improve type hinting by @thecesrom in #41
- fix(java): rollback change on classproperty by @thecesrom in #42
- feat(system): add constants to all by @thecesrom in #43
- feat(system): add new perspective and tag functions by @thecesrom in #44
Full Changelog: v8.1.18...v8.1.19
8.1.18.post2
Bug Fixes
- add typing to Java code (#29)
Refactor
- use java.lang.String (#30)
Revert
- undo change on
mypy
(34492d7)
Full Changelog: v8.1.18.post1...v8.1.18.post2
8.1.18.post1
CI
- use Python 2 mode for mypy (#25)
Features
- implement all LoggerEx functions (#27)
Miscellaneous Tasks
- improve typing for
ignition-api-stubs
(#24)
Build
- pre-commit autoupdate (#26)
Full Changelog: v8.1.18...v8.1.18.post1
8.1.18
8.1.17
Bug Fixes
- update type hint for
html
arg (#20)
Refactor
- update type hint for payload arg (b8995ab)
Build
- update pylint configuration (#18)
Full Changelog: v8.1.16.post1...v8.1.17