Releases: balpan-rs/balpan
Releases · balpan-rs/balpan
v0.2.0
v0.1.1
What's Changed
Refactoring
- Introduced
Language
enum by @nerdchanii #29 - Refactored implementation of
Scanner
struct.by @malkoG 47b85e4
Bug fixes
- Ensure
balpan init
command's idempotency by @malkoG a2f018f- Running
balpan init
again does not produces duplicate TODO comment
- Running
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
Core
- Implement
MembershipCheck
trait for tree_sitter's Point by @malkoG in #11 - Introduce
RangeFactory
trait fortree-sitter
'sRange
struct by @malkoG in #18 - Implement
analyze
method for Analyzer by @malkoG in #17 - Implement
Scanner
struct by @malkoG in #12
Tooling
CLI
- Add
clap
module by @malkoG in #25 - Ensure that
onboarding
branch is created before executinginit
command by @malkoG in #26 - Implement
init
subcommand by @malkoG in #27
Miscellaneous
- refactor: get_ident_comment_pool by @ever0de in #24
- Plenty of refactoring by @notJoon in #9, #14, #20
New Contributors
- @notJoon made their first contribution in #8, and suggested test cases in #6
- @ever0de made their first contribution in #24
- @d01c2 suggested test cases in #6
Full Changelog: https://github.com/balpan-rs/balpan/commits/v0.1.0