Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

68 lines (40 loc) · 1.79 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.

3.0.2

  • FIX: restore main entry point (#27)

3.0.1

  • FIX: detect type change (#24)

3.0.0

  • FEAT: diff based on moddle infrastructure
  • FEAT: detect flow source and target changes (#18)
  • CHORE: turn into ES module
  • CHORE: drop UMD distribution
  • DEPS: update to diffpatch@0.6.0

Breaking Changes

  • Drop UMD distribution; consume as an ES module.

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 jsondiffpatch@0.3.9

...

Check git log for earlier history.