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 a273916 commit 910a575Copy full SHA for 910a575
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# acorn change log
2
3
+## Version 1.1.0
4
+
5
+- docs: export schema types to allow docgen (5b295bc)
6
+- feat: add automatic options method handling (a273916)
7
8
## Version 1.0.0
9
10
A fundamental rewrite of acorn to provide a cleaner and more cohesive way to
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/acorn",
- "version": "1.0.0",
+ "version": "1.1.0",
"exports": { ".": "./mod.ts" },
"publish": {
"exclude": [
0 commit comments