Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.15.1 #299

Merged
merged 21 commits into from
May 11, 2024
Merged

Release v0.15.1 #299

merged 21 commits into from
May 11, 2024

Conversation

hahwul
Copy link
Member

@hahwul hahwul commented May 11, 2024

ksg97031 and others added 21 commits May 3, 2024 00:00
… read data

Signed-off-by: ksg <ksg97031@gmail.com>
- Update comments for clarity and accuracy
- Refactored the `match_symbol_or_operator` method to `match_other` in `src/minilexers/java.cr`.
- Added support for the `==` operator in the `match_other` method in `src/minilexers/java.cr`.

Signed-off-by: ksg <ksg97031@gmail.com>
- Replaced `before_skip_position` variable with `after_skip` for clarity and consistency

Signed-off-by: ksg <ksg97031@gmail.com>
- Added conditions to check for `:STATIC` and `:IDENTIFIER` types of `next_token` in `src/miniparsers/java.cr`
- Modified the `trace` method in `src/models/minilexer/minilexer.cr` to correctly display source lines and tokens

Signed-off-by: ksg <ksg97031@gmail.com>
Add unit tests for detecting various frameworks
Refactor AnalyzerJavaSpring and JavaLexer classes
Update installation instructions and add usage example
Fixed bug in curl and httpie output builders
@hahwul hahwul added the 🏁 release Release!! label May 11, 2024
@hahwul hahwul added this to the v0.15.1 milestone May 11, 2024
@hahwul hahwul self-assigned this May 11, 2024
@github-actions github-actions bot added 📑 documentation Improvements or additions to documentation 🔬 analyzer Issue for Analyzer 📦 output-builder Issue for output builder (format) 💊 spec Issue for test codes 🥢 mini-lexer Issue for mini-lexer and mini-parser labels May 11, 2024
@hahwul hahwul merged commit 81f9eab into main May 11, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔬 analyzer Issue for Analyzer 📑 documentation Improvements or additions to documentation 🥢 mini-lexer Issue for mini-lexer and mini-parser 📦 output-builder Issue for output builder (format) 🏁 release Release!! 💊 spec Issue for test codes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants