v1.2.0-canary.0 (llvmorg-19.1.3)
Pre-release
Pre-release
lumirlumir
released this
08 Nov 16:04
·
77 commits
to main
since this release
What's Changed
🚀 Features
- feat(clang-format-node): create new
clangFormatPath
andgetClangFormatPath
API by @lumirlumir in #72 - feat(clang-format-git-python): create new package named
clang-format-git-python
by @lumirlumir in #79 - feat: support JSDoc type hints using typescript's
d.ts
file by @lumirlumir in #80 - feat(clang-format-node): add new API aliases
clangFormatNodePath
andgetClangFormatNodePath
by @lumirlumir in #83 - feat(clang-format-git): create new package named
clang-format-git
by @lumirlumir in #84
🐛 Bug Fixes
- fix: incorrecect excution file permissions in POSIX by @lumirlumir in #88
🧪 Tests
- test: update
test-cross-platform.yml
by @lumirlumir in #85
⬆️ Dependency Updates
- chore(deps-dev): bump concurrently from 9.0.1 to 9.1.0 by @dependabot in #87
🔄 Continuous Integration
- ci: fix wrong script in
llvm-build-bump-pr
by @lumirlumir in #70 - ci(test-cross-platform): delete deprecated
macos-12
by @lumirlumir in #76 - ci: update
bump.yml
to support monorepo by @lumirlumir in #89 - ci: update
publish.yml
andpackage.json
's script to support monorepo by @lumirlumir in #90
🧰 Maintenance
- refactor: create
clang-format-git
andclang-format-git-python
package [WIP] by @lumirlumir in #68 - chore: delete
mocha
from devDependencies and replace it with node.js's test runner by @lumirlumir in #73 - chore: update
.gitignore
by @lumirlumir in #74 - docs: create
SUMMARY.md
for gitbook integration by @lumirlumir in #75 - chore(clang-format-node): add
chmod
command topackage.json
'spost
,pre
scripts by @lumirlumir in #78 - chore: add
babel.config.js
files to every package by @lumirlumir in #81 - chore: update
dependabot.yml
to support monorepo structure by @lumirlumir in #86
Full Changelog: v1.1.3...v1.2.0-canary.0