v1.2.0-canary.0 (llvmorg-19.1.3)
Pre-release
Pre-release
·
377 commits
to main
since this release
What's Changed
🚀 Features
- feat(clang-format-node): create new
clangFormatPathandgetClangFormatPathAPI by @lumirlumir in #72 - feat(clang-format-git-python): create new package named
clang-format-git-pythonby @lumirlumir in #79 - feat: support JSDoc type hints using typescript's
d.tsfile by @lumirlumir in #80 - feat(clang-format-node): add new API aliases
clangFormatNodePathandgetClangFormatNodePathby @lumirlumir in #83 - feat(clang-format-git): create new package named
clang-format-gitby @lumirlumir in #84
🐛 Bug Fixes
- fix: incorrecect excution file permissions in POSIX by @lumirlumir in #88
🧪 Tests
- test: update
test-cross-platform.ymlby @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-prby @lumirlumir in #70 - ci(test-cross-platform): delete deprecated
macos-12by @lumirlumir in #76 - ci: update
bump.ymlto support monorepo by @lumirlumir in #89 - ci: update
publish.ymlandpackage.json's script to support monorepo by @lumirlumir in #90
🧰 Maintenance
- refactor: create
clang-format-gitandclang-format-git-pythonpackage [WIP] by @lumirlumir in #68 - chore: delete
mochafrom devDependencies and replace it with node.js's test runner by @lumirlumir in #73 - chore: update
.gitignoreby @lumirlumir in #74 - docs: create
SUMMARY.mdfor gitbook integration by @lumirlumir in #75 - chore(clang-format-node): add
chmodcommand topackage.json'spost,prescripts by @lumirlumir in #78 - chore: add
babel.config.jsfiles to every package by @lumirlumir in #81 - chore: update
dependabot.ymlto support monorepo structure by @lumirlumir in #86
Full Changelog: v1.1.3...v1.2.0-canary.0