yaml_variable_scanner 0.1.0 copy "yaml_variable_scanner: ^0.1.0" to clipboard
yaml_variable_scanner: ^0.1.0 copied to clipboard

YAML Variable Scanner, used to scan multiple files for text that can use YAML variables.

Changelog #

Important

See the Migration Guide for the details of breaking changes between versions.

0.1.0 #

Breaking changes

  • Trim the public API: now exports only YamlVariableScanner, PrintMode, and the model types.

Improvements

  • Faster scanning: read each file once, cache compiled RegExp/Glob, pre-compute ignore ranges per file, and scan files concurrently.

Fixes

  • Skip unreadable files instead of scanning partial content.
  • Validate config with clear FormatExceptions.

PR: #8

0.0.7 #

Improvements

  • Bump the packages.

0.0.6 #

Improvements

  • Update dev_dependencies version.
  • Improve code formatting.

0.0.5 #

Improvements

  • Update README and example.

0.0.4 #

New features

  • Add console print mode.

Improvements

  • Improve console print (e.g. suggestion).

0.0.3 #

Improvements

  • Improve basic statistics.
  • Remove console print loading.

0.0.2 #

Improvements

  • Move the prefix configuration to yaml_variable_scanner.yaml.

0.0.1 #

  • Initial
2
likes
160
points
940
downloads

Documentation

API reference

Publisher

verified publisheramooos.com

Weekly Downloads

YAML Variable Scanner, used to scan multiple files for text that can use YAML variables.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

console, glob, yaml

More

Packages that depend on yaml_variable_scanner