Skip to content

v0.8.4

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 13:03
· 92 commits to main since this release
Immutable release. Only release title and notes can be modified.

What's Changed

Features

  • ✨ feat(mq-lang): add encode/decode builtins for text encoding conversion by @harehare in #2221
  • ✨ feat(mq-lang): add indices builtin for finding all occurrence positions by @harehare in #2226
  • ✨ feat(mq-lang): add html-to-markdown feature flag by @harehare in #2230
  • ✨ feat(mq-lang): add builtin functions by @harehare in #2235
  • ✨ feat(mq-lang): add column and heading-level helpers to table/section modules by @harehare in #2240
  • ✨ feat(mq-lang): extend table/section/gron modules, add frontmatter/JSON parity by @harehare in #2241
  • ✨ feat(mq-lang): add optional seed argument to random builtins by @harehare in #2243
  • ✨ feat(mq-lang): add html standard module by @harehare in #2246
  • ✨ feat(mq-playground): bump mq-web to 0.8.3 and add HTTP import toggle by @harehare in #2220
  • ✨ feat(mq-repl): complete string literals from loaded document structure by @harehare in #2223
  • ✨ feat(mq-repl): support multiple files and globs for REPL input by @harehare in #2229
  • ✨ feat(docs): add search and category filter to modules page by @harehare in #2247

Fixes

  • 🐛 fix(jetbrains): fix binary incompatibility in MqSettingsConfigurable browse listeners by @harehare in #2225
  • 🐛 fix(mq-lang): escape special characters in json_stringify and csv_to_json by @harehare in #2239
  • 🐛 fix(mq-markdown): fix GFM spec round-trip fidelity regressions by @harehare in #2233
  • 🐛 fix(mq-test): support multi-line @parametrize annotations by @harehare in #2242
  • 🐛 fix(table): stop directly-adjacent tables from merging by @harehare in #2237

Refactoring

  • ♻️ refactor(mq-lang): remove deprecated builtins and drop serde_yaml by @harehare in #2238

Documentation

  • 📝 docs(cookbook): verify and polish all cookbook recipes by @harehare in #2224

Dependencies

  • build(deps): bump taiki-e/install-action from 2.85.11 to 2.85.12 in the dependencies group by @dependabot[bot] in #2228
  • build(deps): bump taiki-e/install-action from 2.86.2 to 2.86.3 in the dependencies group by @dependabot[bot] in #2252
  • build(deps): bump the dependencies group with 3 updates by @dependabot[bot] in #2232
  • build(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #2245
  • build(deps): bump yaml-rust2 from 0.11.1 to 0.12.0 in the dependencies group by @dependabot[bot] in #2251
  • build(deps-dev): bump oxlint from 1.78.0 to 1.79.0 in /editors/vscode in the dependencies group by @dependabot[bot] in #2248
  • build(deps-dev): bump the dependencies group in /packages/mq-playground with 2 updates by @dependabot[bot] in #2222
  • build(deps-dev): bump the dependencies group in /packages/mq-playground with 2 updates by @dependabot[bot] in #2227
  • build(deps-dev): bump @babel/core from 7.29.7 to 8.0.1 in /packages/mq-playground in the dependencies group by @dependabot[bot] in #2231
  • build(deps-dev): bump @babel/core from 7.29.7 to 8.0.1 in /packages/mq-playground in the dependencies group by @dependabot[bot] in #2234
  • build(deps-dev): bump @babel/core from 7.29.7 to 8.0.1 in /packages/mq-playground in the dependencies group by @dependabot[bot] in #2244
  • build(deps-dev): bump the dependencies group in /packages/mq-playground with 4 updates by @dependabot[bot] in #2250
  • build(deps-dev): bump the dependencies group in /packages/mq-web with 2 updates by @dependabot[bot] in #2249

Full Changelog: v0.8.3...v0.8.4