Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 1.22 KB

Changelog

All notable changes to bpmn-js-differ are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

2.0.2

  • FIX: swap new/old value in collection properties

2.0.0

  • FEAT: track bpmn:Collaboration changes
  • FEAT: track bpmn:Process changes
  • FEAT: detect collection addition
  • FEAT: mark parent as changed on nested, un-tracked changes
  • FEAT: track collection property changes with path(s)

1.2.0

  • FEAT: migrate from jsondiffpatch to diffpatch for improved bundle sizes

1.1.0

  • FEAT: provide pre-built CommonJS and ES module distributions

1.0.0

Breaking Changes

  • FEAT: migrate to ES modules. Use esm or a ES module aware transpiler to consume this library
  • CHORE: expose { Differ, diff } via module

Other Improvements

  • CHORE: use min-dash as the utility toolbelt

0.4.0

  • FIX: correctly detect data object reference changes
  • FIX: correctly detect waypoint additions / removals as layout changes
  • CHORE: bump to [email protected]

...

Check git log for earlier history.