Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 1.08 KB

Code2flow CHANGELOG

[2.5.1] - 2023-01-08

  • Minor fix for installing code2flow in windows environments
  • Minor README updates and typo corrections

[2.5.0] - 2022-03-25

  • Add async/await functionality to Python
  • Add --include-only-* CLI options
  • Minor README updates
  • Minor logging updates

[2.4.0] - 2021-12-26

  • Implement subsets

[2.3.1] - 2021-12-13

  • Colored edges
  • Improve dependency robustness
  • Fixes for two Python bugs
  • Small textual improvements

[2.3.0] - 2021-10-11

Fix a few rare javascript bugs. Fix non-UTF8 encoding issue for Python. Better debugging.

[2.2.0] - 2021-06-21

Ruby + PHP support

[2.1.1] - 2021-06-15

Updates to the CLI that allow code2flow to hypothetically run in Windows

[2.1.0] - 2021-06-15

Javascript support

[2.0.1] - 2021-05-30

Add support for constructors to Python

[2.0.0] - 2021-04-28

Almost complete rewrite / refactor. Update to Python3. Use ASTs

[0.2] - 2013-06-08

Cleaned up code. Remove comments runs much faster. Test scripts. Template.py implementation file. More to come!

[0.1] - 2013-05-23

Initial release