Skip to content

v1.2.0-canary.0 (llvmorg-19.1.3)

Pre-release
Pre-release
Compare
Choose a tag to compare
@lumirlumir lumirlumir released this 08 Nov 16:04
· 77 commits to main since this release
ddfb3ca

What's Changed

🚀 Features

  • feat(clang-format-node): create new clangFormatPath and getClangFormatPath 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 and getClangFormatNodePath 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

⬆️ 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 and package.json's script to support monorepo by @lumirlumir in #90

🧰 Maintenance

  • refactor: create clang-format-git and clang-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 to package.json's post, 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