sdk-javascript/src
Lucas Holmquist c7a84772d5
feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234)
BREAKING CHANGE:

* This change makes the CloudEvent Read-only and validates the input during object creation.

* To augment an already created CloudEvent object, we have added a `cloneWith` method that takes attributes to add/update.

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
2020-07-13 15:15:32 -04:00
..
event feat(src): A CloudEvent should be readonly but provide a way to augment itself. (#234) 2020-07-13 15:15:32 -04:00
parsers test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
transport test: inplement the cucumber conformance tests from cloudevents/spec (#238) 2020-07-13 09:47:02 -04:00
constants.ts BREAKING CHANGE(lib): rewrite in TypeScript (#226) 2020-06-29 14:46:20 -04:00
index.ts BREAKING CHANGE(lib): rewrite in TypeScript (#226) 2020-06-29 14:46:20 -04:00