symbol-parser

Toolkit to parse symbols from a composer package

MIT License

Downloads
2.9M
Stars
12
Committers
8

Bot releases are visible (Hide)

symbol-parser - 0.2.5 Latest Release

Published by icanhazstring 8 months ago

What's Changed

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.2.4...0.2.5

symbol-parser - 0.2.4

Published by icanhazstring 8 months ago

symbol-parser - 0.2.3

Published by icanhazstring 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.2.2...0.2.3

symbol-parser - 0.2.2

Published by icanhazstring 11 months ago

Features 💡

Maintenance 🔧

New Contributors

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.2.1...0.2.2

symbol-parser - 0.2.1

Published by icanhazstring over 1 year ago

symbol-parser - 0.2.0

Published by icanhazstring over 1 year ago

Feature 💡

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.13...0.2.0

symbol-parser - 0.1.13

Published by icanhazstring over 1 year ago

Fixes 🐛

New Contributors

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.12...0.1.13

symbol-parser - 0.1.12

Published by icanhazstring over 1 year ago

What's Changed

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.11...0.1.12

symbol-parser - 0.1.11

Published by icanhazstring almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.10...0.1.11

symbol-parser - 0.1.10

Published by icanhazstring about 2 years ago

Bugfixes 🐛

Features 💡

New Contributors

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.9...0.1.10

symbol-parser - 0.1.9

Published by icanhazstring over 2 years ago

Bugfixes 🐛

Maintenance 🔧

New Contributors

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.8...0.1.9

symbol-parser - 0.1.8

Published by icanhazstring over 2 years ago

What's Changed

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.7...0.1.8

symbol-parser - 0.1.7

Published by icanhazstring over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.6...0.1.7

symbol-parser - 0.1.6

Published by icanhazstring over 2 years ago

What's Changed

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.5...0.1.6

symbol-parser - 0.1.5

Published by icanhazstring over 2 years ago

What's Changed

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.4...0.1.5

symbol-parser - 0.1.4

Published by icanhazstring almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/composer-unused/symbol-parser/compare/0.1.3...0.1.4

symbol-parser - Fix include expression with concat operations

Published by icanhazstring about 3 years ago

Fixed

  • Fix issue with parsed include expression where there could be concat operations
    resulting in wrong path usages for included files to parse
symbol-parser - Add missing dependency

Published by icanhazstring about 3 years ago

Added

  • Added missing symfony/finder dependency
symbol-parser - Follow require/include expressions

Published by icanhazstring about 3 years ago

Fixed

  • Fixed issue with require or include statements
symbol-parser - Initial release

Published by icanhazstring over 3 years ago

Extracted the symbol parsing part from composer-unused into a separate package.