Skip to content

Latest commit

 

History

History
142 lines (66 loc) · 6.24 KB

File metadata and controls

142 lines (66 loc) · 6.24 KB

Changelog

0.1.6 (2025-11-12)

Features

  • add timestamp to commit definition (cd90dda)

Bug Fixes

  • update api docs for SetAttribute to show correct sub-types (cd392e1), closes #57

0.1.5 (2025-09-16)

Bug Fixes

  • typedoc should point to src/oscd-api.ts instead of oscd-api.ts (b009b45)

0.1.4 (2025-09-15)

Features

  • move code to /src folder (e81699b), closes #49
  • rename project to openscd/oscd-api (aec1eae), closes #51

Bug Fixes

  • change pkg name from @opensc/oscd-api to @openscd/oscd-api (e21acc5)

0.1.3 (2025-07-29)

Bug Fixes

  • edit-event sending oscd-edit-v2 event (146f2ec)

0.1.2 (2025-07-22)

Features

  • add plugin interface (shell constraint to APIs) (ad9a3d0)
  • correct plugin "version" prop and expose type (20c7d79)

0.1.1 (2025-07-09)

Bug Fixes

  • isSetAttribute to allow attr OR attrNS (de6ed66)

0.1.0 (2025-06-18)

⚠ BREAKING CHANGES

  • package: move utils to separate module

Features

Bug Fixes

  • convertEdit: allow 'proto' attribute name (16c541f)
  • expose missing module members (477f11c)
  • increase type guard vigilance (5404d79)

Code Refactoring

  • package: move utils to separate module (b1e5c51)

0.0.14 (2025-06-16)

Bug Fixes

  • prevent doc, coverage & commitlint.config.js from npm package (17416a8)

0.0.13 (2025-06-16)

Bug Fixes

  • prevent built test files from being bundled in npm package (a7f8ce0)

0.0.12 (2025-06-16)

Features

0.0.11 (2025-06-13)

Features

  • add api + interfaces (7253d02)
  • add generated docs to github pages (f7fea8d)

Bug Fixes

  • (workflows/release-please): npm package contains no files (5866856)

0.0.9 (2025-06-10)

Features

  • add api + interfaces (7253d02)
  • add generated docs to github pages (f7fea8d)

0.0.2 (2025-06-10)

Features

  • add api + interfaces (7253d02)
  • add generated docs to github pages (9c6ed88)
  • workflows/release-please: allow manual release trigger (9c6ed88)

Bug Fixes

  • workflows/release-please: publish to npmjs registry (9c6ed88)

0.0.2 (2025-06-06)

Features