WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: cedricrupb/code_diff

Code Diff v0.1.3

14 Jan 09:25

Choose a tag to compare

This release mainly fixes dependency problems.

Code Diff v0.1.2

01 Jul 14:35

Choose a tag to compare

Replaces Code Diff v0.1.1.

This release mainly fixes packaging information.

Code Diff v0.1.0

23 Jan 17:33

Choose a tag to compare

First release of code.diff.

Features:

  • AST based differencing between code snippets
  • Support of many programming languages via code.tokenize (tree-sitter)
  • SStuB pattern detection for Python