Skip to content

v2.0.0

Choose a tag to compare

@kitschpatrol kitschpatrol released this 01 Apr 21:43
· 46 commits to main since this release
  • d42b8ff Release: 2.0.0
  • 7b3f196 Update readme.
  • 36c1d3e Fix double dots in resolved extensions.
  • d8ac899 Remove backwards compatibility measure.
  • 992b4d2 Fix: check() returns per-file sync status; CLI displays correct status per file
  • 7138d4f Fix late application of verbose CLI flag.
  • 4375eea Fix hardcoded badge path.
  • c9528ad Pull in remark-mdat 2.0 release. Clean up repo.
  • b0dae5a Export defineConfig instead of mdatConfig.
  • 2bc7534 Rename "rules" record object and flags to "config".
  • e3a0d66 Simplify readme discovery.
  • fb22dab Update readme.
  • 7080ff3 Rename init to create.
  • ca01dfb Simplify readme discover logic.
  • 84144b5 Repo chores.
  • 9b2e0a7 Feature: Detect CI badge.
  • 9b853a9 Don't bundle CLI.
  • ed0a4da Logging pass. Add CLI logging verbosity middleware.
  • 89b6ba3 Feature: Add format option to run output through prettier.
  • 71b1a96 Pass tests with more lenient compound subrules.
  • 6febf29 Adapt rules for new context argument.
  • f34b1ae Eliminated the readme sub-command, make it the default CLI path.
  • 281ff36 Fix metascope bundling issue in CLI build.
  • f040c4d Use codemetaJson template instead of plain codemeta template in context.
  • bf28cd1 Use metascope to fetch polyglot readme rule metadata instead of just package.json.
  • 6dc5630 Merge config and rules into a single thing.
  • b91c179 Clean up readme and examples with new argument syntax.
  • f03e7a8 Updates for remark-mdat 2.0.
  • d6fe495 Migrate from Zod 3 to Zod 4.
  • cd247f2 Pull in the remark-mdat 2 preview. Migrate to lognow. WIP.
  • 9c4510d Fix build warning.