Skip to content

Releases: balpan-rs/balpan

v0.2.0

13 Aug 16:21
Compare
Choose a tag to compare

What's Changed

Feature

  • Added reset command by @malkoG #35
  • TODO comments will represent current node's name together with its scope by @malkoG in #34

Full Changelog: v0.1.1...v0.2.0

v0.1.1

13 Aug 07:12
Compare
Choose a tag to compare

What's Changed

Refactoring

Bug fixes

  • Ensure balpan init command's idempotency by @malkoG a2f018f
    • Running balpan init again does not produces duplicate TODO comment

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Aug 07:38
Compare
Choose a tag to compare

What's Changed

Core

  • Implement MembershipCheck trait for tree_sitter's Point by @malkoG in #11
  • Introduce RangeFactory trait for tree-sitter's Range 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 executing init command by @malkoG in #26
  • Implement init subcommand by @malkoG in #27

Miscellaneous

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