Skip to content

Releases: MRDGH2821/Sort-Markdown-Tables

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 11:21
82618d9

Bug Fixes

  • (docs) resolve collapsed code blocks in content tabs - (8689e7e) - MRDGH2821
  • (treefmt) make inputs optional in package build for treefmt-module - (deac2a0) - MRDGH2821

Documentation

  • (smt) create docs/src/index.md and pin workflow actions - (6fbd634) - MRDGH2821
  • (smt) add remaining docs pages into docs/src and update plan - (70a27ca) - MRDGH2821
  • (smt) make documentation human-friendly with rich formatting and diagrams - (1b39b44) - MRDGH2821
  • (smt) remove contributing/architecture documentation - (0ce28fe) - MRDGH2821
  • (smt) optimize zensical config with navigation tabs, repository links, and search options - (e6ee5cb) - MRDGH2821
  • (smt) use GitHub Flavored Markdown (GFM) Alert syntax for callout boxes - (4e71736) - MRDGH2821
  • (smt) fix jekyll _config.yml plugins for local build compatibility - (b34ad83) - MRDGH2821

Features

  • (nix) add mkdocs to devshell packages - (0564120) - MRDGH2821
  • (nix) add docs builder package derivation - (00e6d64) - MRDGH2821

Miscellaneous Chores

  • (cocogitto) add docs scope - (df38d7a) - MRDGH2821
  • (copier) update template - (29f54d6) - MRDGH2821
  • (cspell) add words - (0dcebdf) - MRDGH2821
  • (treefmt) update excludes - (ab3a4b3) - MRDGH2821
  • remove kramdown config - (64404da) - MRDGH2821

Refactoring

  • (docs) replace Zensical with GitHub Pages Jekyll integration - (7d38aaf) - MRDGH2821
  • (docs) move _config.yml to repository root for simplified jekyll serve execution - (61e886c) - MRDGH2821
  • (nix) integrate craneLib as primary package dependency - (4d8ed43) - MRDGH2821
  • (nix) export overlays.default and remove inputs from module headers - (72ede1d) - MRDGH2821
  • (nix) bind inputs in exported treefmtModules and gitHooksModules - (aa0fa7c) - MRDGH2821
  • (nix) simplify module exports with two-layer function pattern - (5cc09b7) - MRDGH2821

Ci

  • (docs) format docs deployment workflow - (70dc58e) - MRDGH2821
  • (docs) format docs deployment workflow - (5a4e128) - MRDGH2821

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 23:28
3ab4a38

Bug Fixes

  • (smt) fix lychee CRLF line endings in .lycheeignore and add specific file ignore - (75484a4) - MRDGH2821
  • fix linter error - (3d2dd76) - MRDGH2821

Documentation

  • (ai) add logs - (576470c) - MRDGH2821
  • (ai) add logs - (336e4e5) - MRDGH2821
  • (ai) add logs - (021a3a2) - MRDGH2821
  • (ai) add logs - (131c45d) - MRDGH2821
  • (ai) add logs - (b4d9ca9) - MRDGH2821
  • (ai) add logs - (d97b79f) - MRDGH2821
  • (ai) add logs - (d7fe149) - MRDGH2821
  • (ai) log pre-commit hooks distribution work - (0827790) - MRDGH2821
  • (ai) log GitHub Actions lychee fix session - (d19b849) - MRDGH2821
  • (smt) add integrations section for pre-commit, git-hooks.nix, and treefmt - (d733382) - MRDGH2821
  • (smt) split README into dedicated docs pages - (d617a33) - MRDGH2821
  • (treefmt) add design spec and implementation plan for treefmt-nix module - (b4e7947) - MRDGH2821

Features

  • (cli) add --recursive flag for directory scanning - (91205b0) - MRDGH2821
  • (nix) add cross-compilation package targets for Nix - (c6f0600) - MRDGH2821
  • (nix) add cross-build-all helper script to devshell - (5bd68a9) - MRDGH2821
  • (nix) add cross-build-seq sequential builder script to devshell - (7b5d7a5) - MRDGH2821
  • (nix) add treefmt package to devshell packages - (ec36912) - MRDGH2821
  • (nix) add git-hooks.nix module for smt pre-commit hook - (d09b3c7) - MRDGH2821
  • (pre-commit) add distribution hooks for pre-commit framework - (7f7053f) - MRDGH2821
  • (treefmt) add sort-markdown-tables treefmt-nix program module - (e09ae0b) - MRDGH2821
  • (treefmt) export treefmtModules and consume in local nix treefmt config - (40ded3c) - MRDGH2821

Miscellaneous Chores

  • (cocogitto) add cross scope - (4d7a56b) - MRDGH2821
  • (copier) update template - (434793c) - MRDGH2821
  • (copier) update template - (5b8d8de) - MRDGH2821
  • (treefmt) change priority of rustfmt - (cbb27c6) - MRDGH2821
  • (treefmt) exclude *.sh in prettier - (caf0bd7) - MRDGH2821
  • (treefmt) exclude agent logs from typos checker - (a1d794e) - MRDGH2821
  • add act package - (860e0c0) - MRDGH2821
  • delete old stuff - (cea3815) - MRDGH2821
  • fix lychee errors - (d926ec0) - MRDGH2821
  • escape special characters - (8a9ceba) - MRDGH2821

Refactoring

  • (nix) use pkgs.lib.getExe for yq and cargo-cross in devshell scripts - (467bbcb) - MRDGH2821

Style

  • (nix) format files using nix fmt - (5a910fa) - MRDGH2821
  • format with rustfmt - (ff6d195) - MRDGH2821
  • format files - (1817934) - MRDGH2821
  • format files - (dd0415d) - MRDGH2821
  • format markdown files with nix fmt - (735c56f) - MRDGH2821
  • format file - (93b2177) - MRDGH2821

Build

  • (cross) add Cross.toml with target link options for Solaris - (d47da70) - MRDGH2821
  • (cross) configure build-std and MinGW PATH for fixable targets - (498cc0a) - MRDGH2821
  • (cross) add Solaris XPG4 library paths and nightly toolchain for Tier 3 build-std targets - (6e0cc25) - MRDGH2821
  • (cross) fix nightly toolchain passthrough and emscripten build setup - (265ee76) - MRDGH2821
  • (cross) fix aarch64_be rustix backend and gnullvm linker env - (caeca6a) - MRDGH2821
  • (cross) fix wasm32 target, gnullvm wrapper, and Solaris lxnet - (1212aad) - MRDGH2821
  • (cross) configure gnullvm linker and prune solaris targets - (9f6cef5) - MRDGH2821
  • (cross) install llvm-mingw for gnullvm target - (199de7a) - MRDGH2821
  • (github) remove targets requiring custom docker images or unsupported toolchains - (70988ce) - MRDGH2821
  • (release) prune niche targets and fix gnullvm linker - (08959b7) - MRDGH2821
  • [breaking]update dependencies & rust edition - (74e5cce) - MRDGH2821

Ci

  • (github) add all official cross-rs targets to target verification workflow - (6ee17d5) - MRDGH2821
  • (github) add all missing cross targets to target verification workflow - (c09fbf4) - MRDGH2821
  • remove formatting step - (e30b014) - MRDGH2821
  • remove x86_64-pc-solaris target - (640b684) - MRDGH2821
  • add target verification workflow to build binaries without publishing - (423043f) - MRDGH2821
  • remove sparcv9-sun-solaris target - (a027da9) - MRDGH2821
  • ...
Read more

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 09 May 01:54
e9ef8d0

Bug Fixes

  • (parser) error on duplicate smt comments before table - (8f7eb63) - MRDGH2821
  • (smt) unblock CI (rustfmt, clippy, megalinter) - (c6e654e) - MRDGH2821

Documentation

  • (ai) log release Actions audit - (fd0db1e) - MRDGH2821

Style

  • format files - (1f509e1) - MRDGH2821

Tests

  • (smt) extend integration scenarios and reconcile smt-core tasks - (236bbca) - MRDGH2821
  • (smt) cover append, conflicts, stdin -w, and parse errors - (2e55904) - MRDGH2821

Ci

  • (github) derive release binary name from target - (5f3d383) - MRDGH2821
  • (github) fix release builds for cross targets and Windows artifacts - (299e227) - MRDGH2821