Skip to content

Commit 56036b0

Browse files
grantfabiojose
authored andcommitted
docs: remove 0.1, 0.2 spec support from README
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
1 parent fbcbcec commit 56036b0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,23 @@ npm install cloudevents-sdk
8989

9090
These are the supported specifications by this version.
9191

92-
| **Specifications** | v0.1 | v0.2 | v0.3 | **v1.0** |
93-
|---------------------------------------|------|------|------|----------|
94-
| CloudEvents | no | no | yes | yes |
95-
| HTTP Transport Binding - Structured | no | no | yes | yes |
96-
| HTTP Transport Binding - Binary | no | no | yes | yes |
97-
| JSON Event Format | no | no | yes | yes |
92+
| **Specifications** | v0.3 | **v1.0** |
93+
|---------------------------------------|------|----------|
94+
| CloudEvents | yes | yes |
95+
| HTTP Transport Binding - Structured | yes | yes |
96+
| HTTP Transport Binding - Binary | yes | yes |
97+
| JSON Event Format | yes | yes |
9898

9999
### What we can do
100100

101-
| **What** | v0.1 | v0.2 | v0.3 | **v1.0** |
102-
|-------------------------------------|--------|------|------|----------|
103-
| Create events | no | no | yes | yes |
104-
| Emit Structured events over HTTP | no | no | yes | yes |
105-
| Emit Binary events over HTTP | no | no | yes | yes |
106-
| JSON Event Format | no | no | yes | yes |
107-
| Receive Structured events over HTTP | **no** | no | yes | yes |
108-
| Receive Binary events over HTTP | **no** | no | yes | yes |
101+
| **What** | v0.3 | **v1.0** |
102+
|-------------------------------------|------|----------|
103+
| Create events | yes | yes |
104+
| Emit Structured events over HTTP | yes | yes |
105+
| Emit Binary events over HTTP | yes | yes |
106+
| JSON Event Format | yes | yes |
107+
| Receive Structured events over HTTP | yes | yes |
108+
| Receive Binary events over HTTP | yes | yes |
109109

110110
## How to use
111111

0 commit comments

Comments
 (0)