Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "1.4.0" }
{".":"1.5.0"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [1.5.0](https://github.com/OMICRONEnergyOSS/oscd-editor/compare/oscd-editor-v1.4.0...oscd-editor-v1.5.0) (2025-06-24)


### Features

* add Edit and EditV2 type guards ([7d5f002](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/7d5f00254d47b1270b41a2bdb857550a74ca94f1))
* add XMLEditor implements Transactor<EditV2> ([643eb36](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/643eb360c1b9ffefa62c386ba940d87d1273b2e6))
* console.error on invalid edit ([9663d03](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/9663d03b673823ac7d7b511af81622095b16e959))
* convertEdit ([898c4e3](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/898c4e317339dd7d9ee0d9591596dfa45f6bef76))
* Editor class ([028dcbc](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/028dcbc7613991c2f169a3d255a7bcfb17eb6028))
* **Editor:** make Editor generic ([2722c7a](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/2722c7a0bc9a39eb148d8d2a6230f4f48e7da807))
* handleEdit ([#2](https://github.com/OMICRONEnergyOSS/oscd-editor/issues/2)) ([5fbbdff](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/5fbbdffa21f5e02ff7dce7689b1b417dc810a6d7))


### Bug Fixes

* export iedEdit and isEditV2 ([bf3d1be](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/bf3d1be20d26f1baadff375000dc984535ce274e))
* fast-check to dependencies ([7113299](https://github.com/OMICRONEnergyOSS/oscd-editor/commit/711329975994a4f4ac206537125d9f34751b1f26))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Function library for basic XML manipulations",
"license": "Apache-2.0",
"author": "OMICRON electronics GmbH",
"version": "1.4.0",
"version": "1.5.0",
"type": "module",
"main": "./dist/oscd-editor.js",
"types": "./dist/oscd-editor.d.ts",
Expand Down