jetleaf_lang 1.0.1
jetleaf_lang: ^1.0.1 copied to clipboard
Language utilities for JetLeaf — provides extended Dart primitives, collections, I/O, date/time, math, and regex types.
1.0.1 - 2025-11-17 #
- Improved application scanner filtering logic to provide finer-grained package and path exclusion rules and reduce false positives during runtime scans. This improves scan performance and accuracy when scanning large workspaces or mixed-package repositories.
- Revised and refactored the generic extractor design to make type extraction and generic parsing more robust (better handling of nested generics and edge cases encountered during code generation).
Notes: This is a backwards-compatible improvement release that stabilizes scanning and extraction behavior for downstream generators.
1.0.0 #
- Setting out the first version for jetleaf_lang
1.0.0+1 #
- Added extra new logic for application scanner filtering
- Revised generic extractor design