Skip to content

Releases: teddyful/teddy

v0.0.14

19 Feb 09:24

Choose a tag to compare

Added ability to deploy static audio assets, and dependency updates.

Improvements

  • Support deployment of audio assets 65af0e0

Dependency Updates

  • Upgrade ajv from v8.17.1 to v8.18.0
  • Upgrade commander from v14.0.2 to v14.0.3
  • Upgrade minify from v14.1.0 to v15.0.1
  • Upgrade string-strip-html from v13.5.0 to v13.5.3
  • Upgrade try-to-catch from v3.0.1 to v4.0.5
  • Upgrade vite from v6.4.1 to v7.3.1
  • Upgrade vitest from v4.0.16 to v4.0.18
  • Upgrade wrangler from v4.54.0 to v4.66.0

v0.0.13

02 Jan 19:28

Choose a tag to compare

Added further common language font files for site PDF generation, and removed the site font files existence validation check.

Improvements

  • Add further common language font files 60c69dc
  • Remove font file existence validation abe349f
  • Standardise system fonts directory structure 99e9cc2

v0.0.12

31 Dec 21:21

Choose a tag to compare

Added a PDF builder service to generate a single PDF data source file containing metadata and text from all site pages which may be used, for example, in relation to Large Language Models (LLMs) and Retrieval-Augmented Generation (RAG).

Improvements

  • Add PDF builder service e77d746
  • Add support for user-specified datasource language font files 4bb04b6
  • Validate site-specific localised configuration c749338
  • Update default asset extensions allowed 083696c
  • Update Wrangler compatibility date 5da01da
  • Add licenses for system dependencies 303e60b

Dependency Updates

v0.0.11

19 Dec 20:57

Choose a tag to compare

Bug fix relating to the example Cloudflare _headers files by removing stacked paths, and minor improvements relating to appending a forward slash to resolved localised page URLs, and update of the allowed media extensions in the example TravelBook site.

Bug Fixes

  • Fix example Cloudflare Workers _headers file by removing stacked paths 9059571
  • Fix example Cloudflare Pages _headers file by removing stacked paths 4e47f2f

Improvements

  • Append forward slash to resolved localised page URLs 4766649
  • Update allowed media extensions a370c1e

v0.0.10

19 Dec 15:48

Choose a tag to compare

Added ability to deploy static video assets, and updated common media file extensions in the demo Travelbook site.

Improvements

  • Deploy video assets 78e7df7
  • Update common media file extensions 242d9dd

Dependency Updates

  • Upgrade wrangler from v4.55.0 to v4.56.0

v0.0.9

18 Dec 18:04

Choose a tag to compare

Added support for Cloudflare Workers Sites, along with the ability to granually manage cache control for static assets through the ability to configure versioning for build directory names.

Improvements

  • Add granular cache control via configurable versioning 79e2b0a

Dependency Updates

v0.0.8

11 Dec 11:37

Choose a tag to compare

Added the ability to index arbitrary properties from a page's frontmatter metadata, simplified the search query sanitization function to use Unicode properties and hence extend support to global writing scripts, and dependency updates.

Improvements

  • Index configurable page metadata keys 3400ff5
  • Add site name and version to localised build data 0b266fe
  • Sanitize query using Unicode properties cab70e7

Dependency Updates

v0.0.7

09 Oct 17:09

Choose a tag to compare

Added the ability to deploy multiple web configuration files, simplified the search query sanitization function, and dependency updates.

Improvements

  • Simplify search query sanitization function f2e48d8
  • Deploy multiple web configuration files caf0483
  • Extend contributor attributes 8a7afdf

Dependency Updates

v0.0.6

30 Sep 07:15

Choose a tag to compare

Added the ability to omit the intermediate distribution sub-directory, and dependency updates.

Improvements

  • Add --dist-dir-none build option 563aeb8

Dependency Updates

  • Upgrade commander from v13.1.0 to v14.0.1
  • Upgrade del from v8.0.0 to v8.0.1
  • Upgrade gulp from v5.0.0 to v5.0.1
  • Upgrade minify from v14.0.0 to v14.1.0
  • Upgrade string-strip-html from v13.4.12 to v13.4.13
  • Upgrade vite from v6.3.3 to v6.3.6
  • Upgrade vitest from v3.1.2 to v3.2.4
  • Upgrade winston from v3.17.0 to v3.18.1

v0.0.5

25 Apr 11:02

Choose a tag to compare

Added the ability to deploy static theme-specific and site-specific data assets as part of the build pipeline, and dependency updates.

Improvements

  • Add deploy data assets feature a4efc5c

Dependency Updates