From 60ea61a14e9eff2f4702bf3a607ff269a98039ef Mon Sep 17 00:00:00 2001 From: Matthew Callis Date: Sat, 23 Dec 2023 11:33:24 -0800 Subject: [PATCH] Update NVM to v20.10.0 --- .nvmrc | 2 +- CHANGELOG.md | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.nvmrc b/.nvmrc index 805b5a4..790e110 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.9.0 +v20.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 28eb11c..73c3471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ All notable changes to this project will be documented in this file. This projec - ๐Ÿงฐ Add support for setting the paths for `tags` and `search`, as well as their titles. - ๐Ÿงฐ Remove support for CommonJS, now requires ESM support. - ๐ŸŽ Update dependencies +- ๐Ÿ›  Standardize types +- ๐Ÿ›  Update ESLint configuration +- ๐Ÿ›  Update documentation ## [5.2.2](https://github.com/uttori/uttori-wiki/compare/v5.2.1...v5.2.2) - 2023-04-14 @@ -54,8 +57,8 @@ All notable changes to this project will be documented in this file. This projec - ๐Ÿงฐ Change `POST` / `PUT` routes to separate routes to separate creation from modification. - ๐Ÿงฐ Add flash message support when used with Express Session through `request.wikiFlash(key, value)`. - ๐Ÿงฐ Added `redirects` document option. Allows adding URLs to redirect to the current page. -- ๐Ÿ›  Added `useCache` configuration option. Enables `Cache-control` headers reducing server load, but breaks sessions. Cache is always disabled on the `/edit` and `/new` routes. Defaults to `true`. -- ๐Ÿ›  Added `handleNotFound` configuration option. Allows the middleware to capture fall through routes as a `404 not found` handler when enabled. Defaults to `true`. +- ๐Ÿ›  Added `use_cache` configuration option. Enables `Cache-control` headers reducing server load, but breaks sessions. Cache is always disabled on the `/edit` and `/new` routes. Defaults to `true`. +- ๐Ÿ›  Added `handle_not_found` configuration option. Allows the middleware to capture fall through routes as a `404 not found` handler when enabled. Defaults to `true`. - ๐ŸŽ Update dependencies ## [4.2.2](https://github.com/uttori/uttori-wiki/compare/v4.2.1...v4.2.2) - 2021-11-28 @@ -88,7 +91,7 @@ All notable changes to this project will be documented in this file. This projec - ๐Ÿงฐ Add explicit exports - ๐Ÿงฐ Remove EJS dependencies - ๐Ÿงฐ Remove Ramda dependencies -- ๐Ÿงฐ Add support for `editKey` and `publicHistory` configuration for a blog like use case +- ๐Ÿงฐ Add support for `edit_key` and `public_history` configuration for a blog like use case - ๐Ÿงฐ Add support for only saving defiend keys with `allowedDocumentKeys` - ๐Ÿงฐ Move cache times to config - ๐Ÿงน Clean up some methods to be inline