Skip to content

Releases: Instagram/LibCST

v1.8.2

13 Jun 20:36
03285dd
Compare
Choose a tag to compare

Fixed

  • fix(dependency): add back typing-extensions for 3.9 by @Lee-W in #1358

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

10 Jun 16:29
ab12c4c
Compare
Choose a tag to compare

Added

  • add helper to convert nodes to matchers by @zsol in #1351

Updated

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

27 May 14:03
18d4f6a
Compare
Choose a tag to compare

Added

Updated

  • update pyo3 to 0.25 by @ngoldbaum in #1324
  • Replace multiprocessing with ProcessPoolExecutor by @zsol in #1294
  • Support pipe syntax for Union types in codegen by @zsol in #1336

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

13 Mar 09:57
5902cce
Compare
Choose a tag to compare

Added

Updated

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 Jan 19:10
c825afb
Compare
Choose a tag to compare

Fixed

Added

Updated

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

18 Nov 20:19
4aa92f3
Compare
Choose a tag to compare

Added

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

10 Oct 09:50
a2b3456
Compare
Choose a tag to compare

Added

  • FullyQualifiedNameProvider: Optionally consider pyproject.toml files when determining a file's module name and package by @camillol in #1148
  • Add validation for If node by @kiri11 in #1177
  • include python 3.13 in build by @khameeteman in #1203

Fixed

  • fix various Match statement visitation errors by @zsol in #1161
  • Mention codemod -x flag in docs by @kiri11 in #1169
  • Clear warnings for each file in codemod cli by @kiri11 in #1184
  • Typo fix in codemods_tutorial.rst (trivial) by @wimglenn in #1208
  • fix certain matchers breaking under multiprocessing by initializing them late by @kiri11 in #1204

Updated

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

22 May 14:23
96f5341
Compare
Choose a tag to compare

Fixed

Added

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

03 Apr 20:14
9f54920
Compare
Choose a tag to compare

Fixed

  • ImportError due to missing mypy_extensions dependency by @zsol in #1128

Full Changelog: v1.3.0...v1.3.1

v1.3.0

03 Apr 18:59
8b33474
Compare
Choose a tag to compare

Updated

  • Removed dependencies on typing_extensions and typing_inspect by @zsol in #1126

Full Changelog: v1.2.0...v1.3.0