Skip to content

Releases: Instagram/LibCST

v1.8.6

03 Nov 21:49
9275a8b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.5...v1.8.6

v1.8.5

26 Sep 05:03
7c906eb

Choose a tag to compare

What's Changed

Full Changelog: v1.8.4...v1.8.5

v1.8.4

09 Sep 19:16
47cacb6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.8.4

v1.8.2

13 Jun 20:36
03285dd

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

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

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

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

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

Choose a tag to compare

Added

New Contributors

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

v1.5.0

10 Oct 09:50
a2b3456

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