Skip to content

Releases: ryanmab/onoma

v0.0.23

Choose a tag to compare

@github-actions github-actions released this 26 Jul 20:17
06124d5

What's Changed

🧰 Maintenance

6 changes

v0.0.22

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:56
2bf8b7e

What's Changed

🐛 Bug Fixes

  • Chunk indexable files before assigning them onto threads to prevent exhausting OS open files limit @ryanmab (#133)

🧰 Maintenance

v0.0.21

Choose a tag to compare

@github-actions github-actions released this 05 Jul 23:09
9fac1b0

What's Changed

🧰 Maintenance

10 changes

v0.0.20

Choose a tag to compare

@github-actions github-actions released this 19 Jun 22:11
45afe2d

What's Changed

🧰 Maintenance

9 changes

v0.0.19

Choose a tag to compare

@github-actions github-actions released this 22 May 23:55
c5c7266

What's Changed

🚀 Features

🧰 Maintenance

v0.0.18

Choose a tag to compare

@github-actions github-actions released this 16 May 22:38
14c8b8c

What's Changed

🚀 Features

  • Add more autogenerated folder patterns and reduce penalty for autogenerated code to 5% @ryanmab (#94)
  • Apply penalties for autogenerated code and lower bonuses for types and aliases @ryanmab (#92)

🧰 Maintenance

6 changes

v0.0.17

Choose a tag to compare

@github-actions github-actions released this 27 Apr 01:02
73509ee

What's Changed

🚀 Features

  • Improve handling of JS and JSX arrow functions @ryanmab (#82)

v0.0.16

Choose a tag to compare

@github-actions github-actions released this 27 Apr 00:32
c167665

What's Changed

🚀 Features

  • Implement better symbol kind specificity when extracting symbols of multiple kinds using Treesitter @ryanmab (#80)

🧰 Maintenance

v0.0.15

Choose a tag to compare

@github-actions github-actions released this 18 Apr 17:03
0aa7c52

What's Changed

🚀 Features

  • Introduce bonuses for queries which show clear intent to specific symbol kinds @ryanmab (#76)

🧰 Maintenance

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 13 Apr 21:06
5bb1097

What's Changed

🧰 Maintenance

  • Adjust scoring to favor fuzzy matching and reduce weight of entrypoint penalty @ryanmab (#72)