Skip to content

Releases: uttori/uttori-wiki

Release 5.0.2

31 May 00:35
Compare
Choose a tag to compare
  • Add production config, restory exposes an action string (8de7844)

Release 5.0.1

23 May 04:08
Compare
Choose a tag to compare
  • Disable coverage check until it can be debugged (e453841)
  • Fix redirects with line breaks, update deps (5259e24)

v5.0.0

27 Dec 02:30
Compare
Choose a tag to compare
  • 🧰 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 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

Release 4.2.2

28 Nov 20:01
Compare
Choose a tag to compare
  • Add tags to document type (ff92a5b)

Release 4.2.1

28 Nov 19:46
Compare
Choose a tag to compare
  • Add support for Open Graph images (bbf9010)

Release 4.2.0

28 Nov 01:41
Compare
Choose a tag to compare
  • Merge pull request #18 from uttori/WIP (8e40e08)
  • Add preview support (1c6e311)
  • Lint Fixes (31c9d88)
  • Merge pull request #6 from uttori/dependabot/npm_and_yarn/node-fetch-2.6.1 (e4f33d5)
  • Bump node-fetch from 2.6.0 to 2.6.1 (1401ad4)

Release 4.1.1

31 Jan 05:54
fa926d5
Compare
Choose a tag to compare
  • Empty searches were missing the searchResults view model key rather than the expected array. (66974b1)

Release 4.1.0

22 Jan 07:08
2bd450c
Compare
Choose a tag to compare
  • Changelog (adb3739)
  • Simplify metadata logic, clean up dead branches (fe6a3a1)

Release 4.0.0

18 Jan 05:40
bb6c3bc
Compare
Choose a tag to compare
  • v4.0.0 (ad40b86)
  • Remove Ramda as a dependency (84e9105)
  • Update README and types (56053d6)
  • Middleware configuration, clean up method use, remove unused vars (86c6677)
  • Update CHANGELOG, README, misc files (1f3f796)
  • Update deps (b991f77)