Skip to content

v2.88.0

Compare
Choose a tag to compare
@erossignon erossignon released this 13 Jan 18:13
· 401 commits to master since this release

This release introduces a new module node-opcua-units that exposes the entire set of standard units.

import { allUnits } from "node-opcua-units"

image

or by category:

import { categorizedUnits} from  "node-opcua-units";

image

⛑️ enhancements

  • 614c315 adjust sourceTimestamp handling
  • 63b95ff update LICENSE copyright year
  • c0bd167 update packages
  • 9a075eb add uncategorized units
  • fc4ce94 add node-opcua-units module
  • 105dc85 improve installExtensionObjectVariables
  • 645774e minor refactoring