All notable changes to this project will be documented in this file.
This project follows Keep a Changelog.
Version numbers use a SemVer-inspired MAJOR.MINOR.PATCH format, with
version increments reflecting both user-visible and operational impact.
1.4.3 - 2026-03-04
- Bumped project version to
v1.4.3. - Updated front-end tooling dependencies:
autoprefixer^10.4.23→^10.4.27postcss^8.5.6→^8.5.8globals^17.1.0→^17.4.0stylelint^17.0.0→^17.4.0@eslint/js^9.39.2→^10.0.1@eslint/json^0.14.0→^1.0.1eslint^9.39.2→^10.0.2markdownlint-cli2^0.20.0→^0.21.0
- Updated Python dependencies:
mkdocs-material9.7.1→9.7.4
1.4.2 - 2026-01-22
- Updated all headers to read
© 2025-2026, indicating continuing development. - Updated
.github/workflows/publish.ymlto utilize npmv11.7.0. - Updated GitHub workflow action versions (
actions/checkout,actions/upload-artifact, andactions/download-artifact) to the latest available versions. - Refreshed timestamps in
src/sitemap.xml. - Updated
src/privacy.mdandsrc/terms-use.mdto accurately mirror the verbiage of the official versions on our main website. - Bumped project version to
v1.4.2. - Updated dependencies:
mkdocs-material9.7.0→9.7.1globals^17.0.0→^17.1.0prettier3.7.4→3.8.1stylelint^16.26.1→^17.0.0stylelint-config-recommended^17.0.0→^18.0.0
1.4.1 - 2026-01-01
- Updated
README.mdto better reflect the company’s current mission, focus, and messaging. - Bumped project version to
v1.4.1.
1.4.0 – 2026-01-01
- Added
vercel.jsonto define Vercel build configuration and security headers. - Added Vercel as a supported deployment target for this site.
- Added
VERSIONING.mdto document the project’s versioning strategy. - Added
runtime.txtto specify the project's Python runtime version.
- Updated
devscript inpackage.jsonto enable hot reloading of content (--livereload). - Corrected formatting of
contributing.mdwith Prettier. - Updated home page (
src/index.md) to better reflect the company’s current mission, focus, and messaging. - Migrated static site deployment from Netlify to Vercel.
- Converted Netlify build configuration (
netlify.toml) to Vercel-equivalent settings. - Updated MkDocs build invocation to use
python -m mkdocsfor improved compatibility in CI environments. - Explicitly configured the build output directory as
build/. - Preserved existing Content Security Policy (CSP), reporting endpoints, and security headers under Vercel.
- Bumped project version to
v1.4.0. - Updated frontend tooling dependencies:
@eslint/js^9.39.1→^9.39.2autoprefixer^10.4.22→^10.4.23browserslist^4.28.0→^4.28.1eslint^9.39.1→^9.39.2globals^16.5.0→^17.0.0markdownlint^0.39.0→^0.40.0markdownlint-cli2^0.19.0→^0.20.0prettier3.6.2→3.7.4stylelint^16.25.0→^16.26.1stylelint-order^7.0.0→^7.0.1
- Removed
netlify.toml, as Netlify is no longer the active deployment platform. - Removed reliance on Netlify-specific header configuration in favor of Vercel headers.