You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,35 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* Remove All API's that are labeled "Remove in 4.0" (#362)
11
+
12
+
### Features
13
+
14
+
* add EventEmitter to Emitter and singleton paradigm ([25f9c48](https://www.github.com/cloudevents/sdk-javascript/commit/25f9c4860169a8ab576fba47791497ada3048d9f))
15
+
* allow ensureDelivery to be able to ensure delivery on emit ([43d9e01](https://www.github.com/cloudevents/sdk-javascript/commit/43d9e019720b7ddcc841117a7bbf97fff96e5e23))
16
+
* Remove All API's that are labeled "Remove in 4.0" ([#362](https://www.github.com/cloudevents/sdk-javascript/issues/362)) ([875f700](https://www.github.com/cloudevents/sdk-javascript/commit/875f70017a09d1363c3f7eb2a5ea32eea1973e50))
17
+
18
+
19
+
### Bug Fixes
20
+
21
+
* improve error messages when validating extensions ([9f86cfd](https://www.github.com/cloudevents/sdk-javascript/commit/9f86cfdf0efa014ccee385412836206763c65b96))
22
+
* package.json & package-lock.json to reduce vulnerabilities ([132f052](https://www.github.com/cloudevents/sdk-javascript/commit/132f052f1f64563a0dfc9b88056aa36a40f4c43f))
23
+
24
+
25
+
### Miscellaneous
26
+
27
+
***package:** Upgrade mocha from 7.1.2 to 8.2.0 ([#354](https://www.github.com/cloudevents/sdk-javascript/issues/354)) ([8205bc9](https://www.github.com/cloudevents/sdk-javascript/commit/8205bc96ae401099e0207bf387164fd955be7b33))
28
+
29
+
30
+
### Documentation
31
+
32
+
* add Emitter logic example ([bda8581](https://www.github.com/cloudevents/sdk-javascript/commit/bda85814649a0597909125914de51b3b4ca99aaa))
0 commit comments