UNPKG

1.18 kBMarkdownView Raw
1# Changelog
2
3All notable changes to [bpmn-moddle](https://github.com/bpmn-io/bpmn-moddle) are documented here. We use [semantic versioning](http://semver.org/) for releases.
4
5## Unreleased
6
7___Note:__ Yet to be released changes appear here._
8
9## 5.1.4
10
11* `FIX`: correct extension attributes not being serialized on `bpmn:Expression` elements ([#55](https://github.com/bpmn-io/bpmn-moddle/issues/55))
12
13## 5.1.3
14
15* `FIX`: correct missing `resourceParameterBinding` parent
16
17## 5.1.2
18
19* `CHORE`: warn on unknown attribute in well-known namespace
20* `FIX`: correct missing `participantMultiplicity` parent
21
22## 5.1.0
23
24* `CHORE`: bump dependency versions
25
26## 5.0.0
27
28### Breaking Changes
29
30* `FEAT`: migrate to ES modules. Use `esm` or a ES module aware transpiler to consume this library.
31
32## 4.0.0
33
34* `FEAT`: encode entities in body properties (rather than using CDATA escaping)
35
36## 3.0.2
37
38* `FIX`: properly handle `.` in attribute names
39
40## 3.0.1
41
42* `FIX`: properly decode `text` entities
43
44## 3.0.0
45
46* `CHORE`: improve error handling on invalid attributes
47* `CHORE`: drop lodash in favor of [min-dash](https://github.com/bpmn-io/min-dash)
48
49## ...
50
51Check `git log` for earlier history.
\No newline at end of file