Skip to content

Releases: Exafunction/codeium-parse

v0.0.16

05 Oct 19:10
@pqn pqn
5302215

Choose a tag to compare

Updates most languages and tree-sitter to 0.23.

v0.0.15

09 Jul 19:17
@pqn pqn
17bb4a1

Choose a tag to compare

  • C++: Support constructors
  • Perl: Initial query support
  • Kotlin: Initial query support
  • Dart: Initial query support
  • Bash: Initial query support
  • Proto: Initial query support
  • C: Initial query support

v0.0.14

26 Oct 18:39
@pqn pqn
a4e44c0

Choose a tag to compare

  • C#
    • Initial query support

v0.0.13

19 Sep 19:14
@pqn pqn
ba6d65b

Choose a tag to compare

  • JavaScript/TypeScript/Python: Explicit constructor detection
  • Improved markdown parsing

v0.0.12

03 Aug 19:20
@pqn pqn
2ac0dca

Choose a tag to compare

  • C++
    • Improve support for templates
  • Initial support for Julia parsing

v0.0.11

14 Jun 19:21
@pqn pqn
dba2dc9

Choose a tag to compare

  • C++
    • Detect functions with pointer return types (up to two *)
    • Suppress function detection for MVP-like cases
  • Python
    • Don't include __init__ as a function to be consistent with other languages
  • General
    • Initial support for return type capture
    • Initial support for class field capture

v0.0.10

27 Apr 21:58
@pqn pqn
f30eafb

Choose a tag to compare

  • Minor version bumps for many tree-sitter languages
  • Fix to C++ namespace detection
  • Support JS injections in HTML

v0.0.9

20 Apr 21:06
@pqn pqn
0b6fe29

Choose a tag to compare

  • Initial query support for Vue
  • Differentiate definitions and declarations for functions and classes
  • Support namespaces in PHP

v0.0.8

17 Apr 22:23
@pqn pqn
c02228d

Choose a tag to compare

  • Initial release of queries for Java, C++, PHP
  • tree-sitter query language parser
  • Improved lineage understanding

v0.0.7

28 Mar 20:36
@pqn pqn
ecba48f

Choose a tag to compare

  • Support for Perl