From ec71748a31e89df22d7a191f112c0cc6979b3fe9 Mon Sep 17 00:00:00 2001 From: flywind Date: Sat, 8 Aug 2020 20:56:38 +0800 Subject: [PATCH] bump --- changelog.md | 6 +++++- docs/coreapi/prologue.html | 2 +- docs/coreapi/prologue/core/application.html | 2 +- docs/coreapi/prologue/core/basicregex.html | 2 +- docs/coreapi/prologue/core/configure.html | 2 +- docs/coreapi/prologue/core/constants.html | 6 +++--- docs/coreapi/prologue/core/context.html | 2 +- docs/coreapi/prologue/core/encode.html | 2 +- docs/coreapi/prologue/core/form.html | 2 +- docs/coreapi/prologue/core/httpexception.html | 2 +- docs/coreapi/prologue/core/middlewaresbase.html | 2 +- docs/coreapi/prologue/core/naive/request.html | 2 +- docs/coreapi/prologue/core/naive/server.html | 2 +- docs/coreapi/prologue/core/nativesettings.html | 2 +- docs/coreapi/prologue/core/pages.html | 2 +- docs/coreapi/prologue/core/request.html | 2 +- docs/coreapi/prologue/core/response.html | 2 +- docs/coreapi/prologue/core/route.html | 2 +- docs/coreapi/prologue/core/server.html | 2 +- docs/coreapi/prologue/core/types.html | 2 +- docs/coreapi/prologue/core/urandom.html | 2 +- docs/coreapi/prologue/core/utils.html | 2 +- docs/coreapi/theindex.html | 2 +- docs/plugin/index.html | 2 +- docs/plugin/src/prologue/auth.html | 2 +- docs/plugin/src/prologue/auth/auth.html | 2 +- docs/plugin/src/prologue/core/application.html | 2 +- docs/plugin/src/prologue/core/basicregex.html | 2 +- docs/plugin/src/prologue/core/configure.html | 2 +- docs/plugin/src/prologue/core/constants.html | 6 +++--- docs/plugin/src/prologue/core/context.html | 2 +- docs/plugin/src/prologue/core/encode.html | 2 +- docs/plugin/src/prologue/core/form.html | 2 +- docs/plugin/src/prologue/core/httpexception.html | 2 +- docs/plugin/src/prologue/core/middlewaresbase.html | 2 +- docs/plugin/src/prologue/core/naive/request.html | 2 +- docs/plugin/src/prologue/core/naive/server.html | 2 +- docs/plugin/src/prologue/core/nativesettings.html | 2 +- docs/plugin/src/prologue/core/pages.html | 2 +- docs/plugin/src/prologue/core/request.html | 2 +- docs/plugin/src/prologue/core/response.html | 2 +- docs/plugin/src/prologue/core/route.html | 2 +- docs/plugin/src/prologue/core/server.html | 2 +- docs/plugin/src/prologue/core/types.html | 2 +- docs/plugin/src/prologue/core/urandom.html | 2 +- docs/plugin/src/prologue/core/utils.html | 2 +- docs/plugin/src/prologue/i18n.html | 2 +- docs/plugin/src/prologue/i18n/i18n.html | 2 +- docs/plugin/src/prologue/middlewares.html | 2 +- docs/plugin/src/prologue/middlewares/clickjacking.html | 2 +- docs/plugin/src/prologue/middlewares/cors.html | 2 +- docs/plugin/src/prologue/middlewares/csrf.html | 2 +- docs/plugin/src/prologue/middlewares/middlewares.html | 2 +- .../prologue/middlewares/sessions/signedcookiesession.html | 2 +- docs/plugin/src/prologue/middlewares/utils.html | 2 +- docs/plugin/src/prologue/openapi.html | 2 +- docs/plugin/src/prologue/openapi/openapi.html | 2 +- docs/plugin/src/prologue/security.html | 2 +- docs/plugin/src/prologue/security/hasher.html | 2 +- docs/plugin/src/prologue/security/security.html | 2 +- docs/plugin/src/prologue/signing.html | 2 +- docs/plugin/src/prologue/signing/signing.html | 2 +- docs/plugin/src/prologue/signing/signingbase.html | 2 +- docs/plugin/src/prologue/validate/basic.html | 2 +- docs/plugin/src/prologue/validate/validate.html | 2 +- docs/plugin/src/prologue/validater.html | 2 +- docs/plugin/theindex.html | 2 +- prologue.nimble | 2 +- src/prologue/core/constants.nim | 2 +- 69 files changed, 77 insertions(+), 73 deletions(-) diff --git a/changelog.md b/changelog.md index d57776d27..6c86429bd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 0.3.0 + ## 0.2.8 Adds `Settings.address`, user can specify listening `address`. @@ -6,4 +8,6 @@ Fix `configure.getOrdefault`'s bug. Adds more documents. Adds more API docs. Changes import path, allows `import prologue/middlewares` instead of -`import prologue/middlewares/middlewares`. Rename `validate` to `validater`. \ No newline at end of file +`import prologue/middlewares/middlewares`. Rename `validate` to `validater`. Supports `import prologue/auth`, `import prologue/auth`, `import prologue/middlewares`, `import prologue/openapi`, `import prologue/security`, +`import prologue/signing` and `import prologue/validater`. +Moves signing from the core directory. \ No newline at end of file diff --git a/docs/coreapi/prologue.html b/docs/coreapi/prologue.html index 0244c3f8d..9baf86b3a 100644 --- a/docs/coreapi/prologue.html +++ b/docs/coreapi/prologue.html @@ -135,7 +135,7 @@

Exports

diff --git a/docs/coreapi/prologue/core/application.html b/docs/coreapi/prologue/core/application.html index 75673ff36..b57608b4e 100644 --- a/docs/coreapi/prologue/core/application.html +++ b/docs/coreapi/prologue/core/application.html @@ -610,7 +610,7 @@

Exports

diff --git a/docs/coreapi/prologue/core/basicregex.html b/docs/coreapi/prologue/core/basicregex.html index f2adacb82..1caa1abd9 100644 --- a/docs/coreapi/prologue/core/basicregex.html +++ b/docs/coreapi/prologue/core/basicregex.html @@ -110,7 +110,7 @@

prologue/core/basicregex

diff --git a/docs/coreapi/prologue/core/configure.html b/docs/coreapi/prologue/core/configure.html index 2694ae729..dd125d43d 100644 --- a/docs/coreapi/prologue/core/configure.html +++ b/docs/coreapi/prologue/core/configure.html @@ -474,7 +474,7 @@

Exports

diff --git a/docs/coreapi/prologue/core/constants.html b/docs/coreapi/prologue/core/constants.html index c24fb43b2..e7d99a27b 100644 --- a/docs/coreapi/prologue/core/constants.html +++ b/docs/coreapi/prologue/core/constants.html @@ -101,7 +101,7 @@

prologue/core/constants

Consts