Conversation
Prep Release 0.2.5
Release: Version 0.2.6
Updated Installation Instructions
Release: Version 0.2.7
Release: Version 0.2.8
Release: Version 0.2.9
Release: v0.3.0 (The Discovery Update - Offline Search)
Release: Version 0.3.1
Release: Version 0.3.2
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
…8f33e231 Bump the actions group with 3 updates
- Refactor core logic to be file-system agnostic - Add bundling scripts and shims for browser compatibility - Add Javy build support for WASM compilation - Add browser-based demo
Introduces a new live preview build system with scripts/build-live.js, src/live/core.js, and related assets for browser-based markdown rendering. Migrate the previous WASM build to live preview (scripts/build-wasm.js, src/wasm/core.js, etc.), updates package.json scripts and dependencies, and refactors test and template handling to support the new live mode.
Run docmd live in the browser using WASM
Bumps the npm-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [commander](https://github.com/tj/commander.js) | `14.0.0` | `14.0.2` | | [esbuild](https://github.com/evanw/esbuild) | `0.27.0` | `0.27.2` | | [express](https://github.com/expressjs/express) | `5.1.0` | `5.2.1` | | [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.0` | `11.3.3` | | [lucide-static](https://github.com/lucide-icons/lucide) | `0.535.0` | `0.562.0` | | [mermaid](https://github.com/mermaid-js/mermaid) | `11.12.1` | `11.12.2` | | [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.39.2` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` | Updates `commander` from 14.0.0 to 14.0.2 - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v14.0.0...v14.0.2) Updates `esbuild` from 0.27.0 to 0.27.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.27.0...v0.27.2) Updates `express` from 5.1.0 to 5.2.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.1) Updates `fs-extra` from 11.3.0 to 11.3.3 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.0...11.3.3) Updates `lucide-static` from 0.535.0 to 0.562.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](lucide-icons/lucide@0.535.0...0.562.0) Updates `mermaid` from 11.12.1 to 11.12.2 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.1...mermaid@11.12.2) Updates `eslint` from 9.32.0 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.32.0...v9.39.2) Updates `prettier` from 3.6.2 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.4) --- updated-dependencies: - dependency-name: commander dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: esbuild dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: fs-extra dependency-version: 11.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: lucide-static dependency-version: 0.562.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: mermaid dependency-version: 11.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…cies-fcd54d016d Bump the npm-dependencies group with 8 updates
Refactors the dev server for better logging, clearer watched paths, and improved live reload script. Adds fallback to legacy config.js if docmd.config.js is missing, and enhances error handling and user feedback. Also updates the live preview to set a default site title, force links to open in new tabs, and hide the sidebar header for a cleaner UI.
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.