Thecesrom Ignition Versions Save

⚡ A set of packages and modules that allows developers to get code completion for Ignition Scripting API scripting functions in their IDE of choice.

v8.1.15

2 years ago

Features

  • add system.user.getUserSources function (9dcfa9a)

Miscellaneous Tasks

Styling

  • format pyproject.toml with pyproject-fmt (1340e23)

Build

Full Changelog: https://github.com/thecesrom/Ignition/compare/v8.1.14...v8.1.15

v8.1.14

2 years ago

Release notes

No code changes between 8.1.13 and 8.1.14.  Full Changelog: https://github.com/thecesrom/Ignition/compare/v8.1.13.post1...v8.1.14

v8.1.13.post1

2 years ago

Features

  • update type hinting on translate (3e0ef7f)

Miscellaneous Tasks

Revert

  • undo java.lang.String (8b9c99c)

v8.0.17.post5

2 years ago

Features

  • update type hinting on translate (96fa579)

Miscellaneous Tasks

Refactor

  • define ColType as a type alias (33ac2a7)
  • move String alias to java.lang (0992a8c)

Build

  • remove files from MANIFEST.in (c9a7b7c)

Revert

  • undo java.lang.String (739c194)

v7.9.18.post7

2 years ago

Miscellaneous Tasks

  • Add cliff.toml file for changelog generation (f77ca45)
  • Format setup.cfg file (3f920ba)
  • Update .pylintrc; remove unused-import (3250737)

Refactor

  • Define ColType as a type alias (af8c5ca)
  • Move String alias to java.lang (c94b517)

Styling

  • Tell isort to sort using Python 2.7 (e80b077)

Build

  • Update black from 21.11b1 to 21.12b0 (9a07cb3)
  • Remove files from MANIFEST.in (3c36147)

Revert

  • Undo java.lang.String (75d3bb8)

v8.1.13

2 years ago

CI

Documentation

  • update packages' descriptions (275e1c7)

Features

  • simplify beep code (5074d09)
    • BREAKING: system.util.beep() will print "Beep!" when called regardless of platform

Miscellaneous Tasks

  • add cliff.toml file for changelog generation (e63ff91)
  • format setup.cfg file (5915921)
  • update .pylintrc remove unused-import (832cb11)

Refactor

  • change return type to unicode (ddb184d)
  • rename argument from pageID to pageId (45bbf4f)
  • integrate minor changes (a008eed)
  • define ColType as a type alias (d18d44d)
  • move String alias to java.util (ea530ac)

Styling

  • tell isort to sort using Python 2.7 (72fd6d0)

Build

  • update pydocstyle hook (b04be0b)
  • pre-commit autoupdate (#52) (29ee058)
  • remove files from MANIFEST.in (d0fa375)


v8.0.17.post4

2 years ago

CI

  • update PyPI upload workflow (42896c5)

Features

  • improve date.format (d29f20d)
  • add typing and supporting packages (7e813d3)

Miscellaneous Tasks

Refactor

  • switch to informal interfaces (6f16b00)
  • informal interfaces (6e433ea)

Build

  • update pre-commit config and pyint workflow (7eb692f)
  • update workflows (50a6f83)
  • pre-commit autoupdate (8e279b6)
  • pre-commit autoupdate (51fd6e1)
  • deprecate Python 2.7 (7dd8592)
  • pre-commit autoupdate (ac5f4c7)
  • pre-commit autoupdate (33295f4)
  • pre-commit autoupdate (9c6d342)
  • use Python 2.7 for building package (656324b) 

v7.9.18.post6

2 years ago

Bug Fixes

  • Add String type definition to dnp3 module

Miscellaneous Tasks

  • Apply sort-all fixes

Build

  • Update pydocstyle hook

CI

  • Rename pylint.yml to ci.yml
  • Add mypy to ci workflow

v8.1.12.post3

2 years ago

Features

  • Add String type; replace AnyStr with String where applicable 

v7.9.18.post5

2 years ago

Features

  • Add String type; replace AnyStr with String where applicable

Miscellaneous Tasks

  • :see_no_evil: ignore .jython_cache directory

Build

  • Update .pylintrc; use pylint's latest template