From 56036b09ddfeb00d19678e118ea5f742b88cdfc7 Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Wed, 29 Apr 2020 18:31:43 -0700 Subject: [PATCH] docs: remove 0.1, 0.2 spec support from README Signed-off-by: Grant Timmerman --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index bec07d4..fa02f19 100644 --- a/README.md +++ b/README.md @@ -89,23 +89,23 @@ npm install cloudevents-sdk These are the supported specifications by this version. -| **Specifications** | v0.1 | v0.2 | v0.3 | **v1.0** | -|---------------------------------------|------|------|------|----------| -| CloudEvents | no | no | yes | yes | -| HTTP Transport Binding - Structured | no | no | yes | yes | -| HTTP Transport Binding - Binary | no | no | yes | yes | -| JSON Event Format | no | no | yes | yes | +| **Specifications** | v0.3 | **v1.0** | +|---------------------------------------|------|----------| +| CloudEvents | yes | yes | +| HTTP Transport Binding - Structured | yes | yes | +| HTTP Transport Binding - Binary | yes | yes | +| JSON Event Format | yes | yes | ### What we can do -| **What** | v0.1 | v0.2 | v0.3 | **v1.0** | -|-------------------------------------|--------|------|------|----------| -| Create events | no | no | yes | yes | -| Emit Structured events over HTTP | no | no | yes | yes | -| Emit Binary events over HTTP | no | no | yes | yes | -| JSON Event Format | no | no | yes | yes | -| Receive Structured events over HTTP | **no** | no | yes | yes | -| Receive Binary events over HTTP | **no** | no | yes | yes | +| **What** | v0.3 | **v1.0** | +|-------------------------------------|------|----------| +| Create events | yes | yes | +| Emit Structured events over HTTP | yes | yes | +| Emit Binary events over HTTP | yes | yes | +| JSON Event Format | yes | yes | +| Receive Structured events over HTTP | yes | yes | +| Receive Binary events over HTTP | yes | yes | ## How to use