v1.2.2 (llvmorg-19.1.5)
What's Changed
🐉 Clang Format
♻️ Refactoring
- remove:
clang-format-markdown
directory by @lumirlumir in #120
🧪 Tests
- test: introduce integration tests for APIs by @lumirlumir in #115
- test: create
integration-binaries-permission
test by @lumirlumir in #121
⬆️ Dependency Updates
- chore(deps-dev): bump markdownlint-cli from 0.42.0 to 0.43.0 by @dependabot in #113
- chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 by @dependabot in #112
- chore(deps-dev): bump prettier from 3.3.3 to 3.4.1 by @dependabot in #114
- ci: bump
codecov-action
fromv4
tov5
by @lumirlumir in #124 - chore(deps-dev): bump textlint from 14.3.0 to 14.4.0 by @dependabot in #126
- build(deps): bump LLVM from llvmorg-19.1.4 to llvmorg-19.1.5 by @lumirlumir in #129
🔄 Continuous Integration
- ci: delete
--no-private
option frombump.yml
by @lumirlumir in #132
🧰 Maintenance
- chore: create
lint-staged.config.js
and deletelint-staged
property inpackage.json
by @lumirlumir in #110 - chore: run
npm audit fix
to fix vulnerabilities by @lumirlumir in #116 - chore: introduce textlint for markdown consistency by @lumirlumir in #117
- docs: clarify sentences and update docs by @lumirlumir in #118
- chore: fix incorrect
lint-textlint
script inpackage.json
by @lumirlumir in #119 - chore: delete unnecessary
eslint-plugin-prettier
devdependency by @lumirlumir in #122 - docs: add
code-climate
badge toREADME.md
by @lumirlumir in #125 - chore: create
examples/clang-format
directory for examples by @lumirlumir in #127 - docs: fix typos and update documentation by @lumirlumir in #128
- chore: add missing version property to
package.json
by @lumirlumir in #133 - chore: add
name
property topackage.json
by @lumirlumir in #135
Full Changelog: v1.2.1...v1.2.2