Skip to content

Releases: uttori/uttori-wiki

Release 6.0.4

27 Dec 03:38
d60fb8c
Compare
Choose a tag to compare

Release 6.0.3

25 Dec 09:13
042cfb7
Compare
Choose a tag to compare

Release 6.0.2

25 Dec 08:54
0fcdd66
Compare
Choose a tag to compare
  • Fix lack of exports of EJSRenderer & DownloadRouter (e8e9ea2)
  • Fix DownloadRouter.download method typo (dd58f29)

Release 6.0.1

25 Dec 08:46
6b4439d
Compare
Choose a tag to compare
  • 🧰 Add support for setting the layout on documents to determine the layout to render with
  • 🧰 Add EJSRenderer plugin for rendering EJS content in posts
  • 🧰 Add DownloadRouter plugin for allowing downloads with Referrer checking
  • 🛠 Fix AddQueryOutputToViewModel plugin types

6.0.1 - 2023-12-25

  • Merge pull request #37 from uttori/PLUGINS (b128b70)
  • New Plugins, type fixes (aa044eb)

Release 6.0.0

23 Dec 20:03
3ea2220
Compare
Choose a tag to compare
  • 💥 BREAKING CHANGES!
  • 💥 Rename config key: home_page to homePage
  • 💥 Rename config key: ignore_slugs to ignoreSlugs
  • 💥 Rename config key: home_page to excerptLength
  • 💥 Rename config key: excerpt_length to homePage
  • 💥 Rename config key: site_url to publicUrl
  • 💥 Rename config key: theme_dir to themePath
  • 💥 Rename config key: public_dir to publicPath
  • 💥 Rename config key: use_delete_key to useDeleteKey
  • 💥 Rename config key: delete_key to deleteKey
  • 💥 Rename config key: use_edit_key to useEditKey
  • 💥 Rename config key: edit_key to editKey
  • 💥 Rename config key: public_history to publicHistory
  • 💥 Rename config key: handle_not_found to handleNotFound
  • 💥 Rename config key: use_cache to useCache
  • 💥 Rename config key: cache_short to cacheShort
  • 💥 Rename config key: cache_long to cacheLong
  • 💥 Removed many configuration options that were not being used or items that should be theme specific: site_title, site_header, site_footer, site_sections, site_locale, site_twitter_site, site_twitter_creator, site_image
  • 🧰 Add support for setting the routes for search & tags
  • 🧰 Add support for setting the titles for search & tags
  • 🧰 Added support for allowCRUDRoutes to disable the CRUD routes for a read-only wiki
  • 🧰 Added support for ignoreTags to ignore documents with specific tags
  • 🧰 Remove support for CommonJS, now requires ESM support
  • Change the detailRoute route path matcher to /:slug*? to allow for nested routes with the use of overriding detailRoute and handling the request.params.slug value accordingly`
  • 🎁 Update dependencies
  • 🛠 Standardize types
  • 🛠 Update ESLint configuration
  • 🛠 Update documentation

6.0.0 - 2023-12-22

Release 5.2.2

15 Apr 01:42
Compare
Choose a tag to compare

Release 5.2.1

14 Apr 01:08
Compare
Choose a tag to compare

Release 5.2.0

13 Apr 05:17
Compare
Choose a tag to compare
  • Add per route middleware configuration (fbe2688)

Release 5.1.0

06 Apr 02:08
Compare
Choose a tag to compare
  • Disallow no content, override route handlers, expose session (5f7d426)
  • Support overriding routes (0e20b65)
  • Support overriding routes (9bc0a84)
  • Add route override functions to config type (944c552)
  • Tiny updates (b8c0b9c)
  • Include all fields for tags, support custom routes in the config (a488276)

Release 5.0.3

23 Nov 02:42
Compare
Choose a tag to compare