============= Release date: Jul 1, 2024 * Skip building language binaries from source
0.0.8
============= Release date: Aug 17, 2023
* Update format codetext_cli * Update PythonParser: Handle class definitions with empty argument list class ABC() * Add Javascript undeclared functions * Add PHP interface * Add Ruby actions with block parameters
0.0.7
============= Release date: Jul 5, 2023
* Update all class extractor format (using dict instead of list) * Fix missing identifier, parameter in C, C, Java parser * Implement CLI
0.0.6
============= Release date: Jan 9, 2023
* Add tree sitter utils (in codetext.parser) * Replace all `match_from_span` to `get_node_text` * Replace all `traverse_type` to `get_node_by_kind` * Fix `CppParser.get_function_metadata` missing `param_type` and `param_identifier` * Update return metadata from all parser
0.0.5
============= Release date: Dec 12, 2022
* Fix package import path * Adding auto build workflow * Seperate codetext parser with processing source code * Fix `remove_comment_delimiter` remove leading whitespace * Update unittest for parser and utilites
0.0.4
============= Release date: Dec 2, 2022
* Fix main package root path * Loosen `docstring_parser` dependency