Skip to content

v1.2.0 (llvmorg-19.1.3)

Compare
Choose a tag to compare
@lumirlumir lumirlumir released this 13 Nov 13:06
· 133 commits to main since this release
44eb570

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
  • ci: add 'Build test' script to test.yml by @lumirlumir in #99

🧰 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
  • chore: merge npm-textlint-rule-markdown-clang-format repository as clang-format-markdown by @lumirlumir in #92
  • docs: rename LICENSE to LICENSE.md by @lumirlumir in #93
  • sync-server: synced file(s) with lumirlumir/lumirlumir-configs by @lumirlumir in #94
  • chore: update config.yml in ISSUE_TEMPLATE by @lumirlumir in #95
  • docs: transfer contents of existing documents to GitBook and add documentation for new packages by @lumirlumir in #77
  • docs: update README.md by @lumirlumir in #96
  • docs: update README.md by @lumirlumir in #97

Full Changelog: v1.1.3...v1.2.0