Skip to content

v1.3.5

Choose a tag to compare

@kitschpatrol kitschpatrol released this 23 Feb 19:25
· 86 commits to main since this release
  • 0a4bb28 Release: 1.3.5
  • 27f29ba Add note about AutoMD to readme.
  • 7477c6e Upgrade yargs.
  • d5771ba Upgrade @clack/prompts.
  • 3c5113f Fix readme errors: Node version, typos, grammar, and malformed examples.
  • 426d877 Fallback path for remark config load errors.
  • 80143f8 Fix zeroPad off-by-one in multi-file output numbering.
  • fe82ca7 Use async fs.mkdir instead of sync fs.mkdirSync in getInputOutputPath.
  • a3e09fc Guard against undefined packageFile in readme CLI log output.
  • 64cea77 Remove dead config parameter reassignments in processFiles and processString.
  • 38aa13b Fix banner rule alt text check to detect undefined package name before interpolation.
  • 0ef0210 Fix initReadme() ignoring expand and overwrite options.
  • 3e22c3f Add tests to improve coverage. Fix flaky test temp path prefix.
  • 7daa393 Reset config and packageJson caches on each loadConfig call.
  • 6149b6e Fix makeTitleCase producing extra spaces on consecutive delimiters.
  • 697233d Use log.error instead of console.error in loadAmbientRemarkConfig.
  • 2aab32a Fix collapse commands ignoring --name and --output flags. Add related tests.
  • 29b92f9 Prevent type mangling by rolldown-plugin-dts.
  • 64d8f66 Update dependencies. Bring project structure in line with @kitschpatrol/create-project. Don't bundle dependencies.
  • b2fdc75 Fix license badge urls.