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
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ All notable changes to this project will be documented in this file. See [standa
120
120
121
121
### Miscellaneous
122
122
123
-
*fix promise tests to break the build when they fail ([#305](https://github.com/cloudevents/sdk-javascript/issues/305)) ([a5249de](https://github.com/cloudevents/sdk-javascript/commit/a5249de487da4a17b082c4bc59d362a62566ccaf)), closes [#303](https://github.com/cloudevents/sdk-javascript/issues/303)
123
+
* fix promise tests to break the build when they fail ([#305](https://github.com/cloudevents/sdk-javascript/issues/305)) ([a5249de](https://github.com/cloudevents/sdk-javascript/commit/a5249de487da4a17b082c4bc59d362a62566ccaf)), closes [#303](https://github.com/cloudevents/sdk-javascript/issues/303)
124
124
* no import star ([#297](https://github.com/cloudevents/sdk-javascript/issues/297)) ([31c2005](https://github.com/cloudevents/sdk-javascript/commit/31c200592fb819a38d17c661ce6a76b8ed0ff157))
125
125
* Update examples to use latest sdk changes ([#282](https://github.com/cloudevents/sdk-javascript/issues/282)) ([763838c](https://github.com/cloudevents/sdk-javascript/commit/763838c89cc704397bf75c9cbde79ae0f5c731c1))
126
126
* Update readme with correct Receiver usage ([#287](https://github.com/cloudevents/sdk-javascript/issues/287)) ([e219a30](https://github.com/cloudevents/sdk-javascript/commit/e219a30708f061ef5fdb576d18d2e087f4ba5a25))
@@ -153,19 +153,15 @@ All notable changes to this project will be documented in this file. See [standa
153
153
* This validates the value of the cloud event extension based on the spec,
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
157
156
* This changes the modules name from cloudevents-sdk to cloudevents
158
157
159
158
* feat: use npm name cloudevents
160
159
***src:** * Extension names are now validated during object creation. The values are defined by the specification, and can be lowercase(a-z) or digits(0-9) and must be no longer that 20 characters
161
160
162
-
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
163
161
***src:** * This change makes the CloudEvent Read-only and validates the input during object creation.
164
162
165
163
* To augment an already created CloudEvent object, we have added a `cloneWith` method that takes attributes to add/update.
166
164
167
-
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
168
-
169
165
### Features
170
166
171
167
* add types to package.json ([#216](https://github.com/cloudevents/sdk-javascript/issues/216)) ([4265281](https://github.com/cloudevents/sdk-javascript/commit/42652819f32df245e4e314d2df3758f6e5ca6926))
@@ -330,7 +326,7 @@ Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
* use es6 for cloudevents.js ([#73](https://github.com/cloudevents/sdk-javascript/issues/73)) ([12ac181](https://github.com/cloudevents/sdk-javascript/commit/12ac1813005d1c88e86c6fc9de675516dd3e290c))
332
328
333
-
## [1.0.0]
329
+
## [1.0.0][]
334
330
335
331
### Added
336
332
@@ -341,22 +337,21 @@ Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
341
337
342
338
- Unmarshaller docs from README, moving them to [OLDOCS.md](./OLDOCS.md)
0 commit comments