Skip to content

Commit

Permalink
Update NVM to v20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCallis committed Dec 23, 2023
1 parent 7024ed8 commit 60ea61a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.9.0
v20.10.0
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 60ea61a

Please sign in to comment.