8000 chore: add markdown linter (#403) · aarne/sdk-javascript@fea5ac2 · GitHub
[go: up one dir, main page]

Skip to content

Commit fea5ac2

Browse files
authored
chore: add markdown linter (cloudevents#403)
Also fixes a few minor linting issues from CHANGELOG.md. Signed-off-by: Lance Ball <lball@redhat.com>
1 parent cc43f3b commit fea5ac2

File tree

3 files changed

+1076
-84
lines changed

3 files changed

+1076
-84
lines changed

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ All notable changes to this project will be documented in this file. See [standa
120120

121121
### Miscellaneous
122122

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)
124124
* no import star ([#297](https://github.com/cloudevents/sdk-javascript/issues/297)) ([31c2005](https://github.com/cloudevents/sdk-javascript/commit/31c200592fb819a38d17c661ce6a76b8ed0ff157))
125125
* 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))
126126
* 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
153153
* This validates the value of the cloud event extension based on the spec,
154154
https://github.com/cloudevents/spec/blob/master/spec.md#type-system
155155

156-
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
157156
* This changes the modules name from cloudevents-sdk to cloudevents
158157

159158
* feat: use npm name cloudevents
160159
* **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
161160

162-
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
163161
* **src:** * This change makes the CloudEvent Read-only and validates the input during object creation.
164162

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

167-
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
168-
169165
### Features
170166

171167
* 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>
330326
* Update uuid dependency ([42246ce](https://github.com/cloudevents/sdk-javascript/commit/42246ce36b9898eea1d5daa5f43ddb13ee6b12d0))
331327
* use es6 for cloudevents.js ([#73](https://github.com/cloudevents/sdk-javascript/issues/73)) ([12ac181](https://github.com/cloudevents/sdk-javascript/commit/12ac1813005d1c88e86c6fc9de675516dd3e290c))
332328

333-
## [1.0.0]
329+
## [1.0.0][]
334330

335331
### Added
336332

@@ -341,22 +337,21 @@ Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
341337

342338
- Unmarshaller docs from README, moving them to [OLDOCS.md](./OLDOCS.md)
343339

344-
## [0.3.2]
340+
## [0.3.2][]
345341

346342
### Fixed
347343

348344
- Fix the special `data` handling: issue
349345
[#33](https://github.com/cloudevents/sdk-javascript/issues/33)
350346

351-
## [0.3.1]
347+
## [0.3.1][]
352348

353349
### Fixed
354350

355351
- Axios version to `0.18.1` due the CVE-2019-10742
356352
- Fix the `subject` attribute unmarshal error: issue
357353
[#32](https://github.com/cloudevents/sdk-javascript/issues/32)
358354

359-
[Unreleased]: https://github.com/cloudevents/sdk-javascript/compare/v1.0.0...HEAD
360355
[1.0.0]: https://github.com/cloudevents/sdk-javascript/compare/v0.3.2...v1.0.0
361356
[0.3.2]: https://github.com/cloudevents/sdk-javascript/compare/v0.3.1...v0.3.2
362357
[0.3.1]: https://github.com/cloudevents/sdk-javascript/compare/v0.3.0...v0.3.1

0 commit comments

Comments
 (0)
0