We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70da740 commit 5fdd8b2Copy full SHA for 5fdd8b2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# @oak/commons Change Log
2
3
+## Version 1.0.0
4
+
5
+Stabilization of the library, as Deno std is also stabilized!
6
7
+- chore: update to @std 1.0 (70da74)
8
+- docs: correct documentation for `ServerSentEvent` (#1)
9
10
## Version 0.13.0
11
12
- feat: add assert (22ddaa9)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/commons",
- "version": "0.13.0",
+ "version": "1.0.0",
"exports": {
"./assert": "./assert.ts",
"./cookie_map": "./cookie_map.ts",
0 commit comments