typo3-typoscript-parser

Library containing a simple parser for the TypoScript configuration language.

Downloads
2.5M
Stars
32
Committers
11
typo3-typoscript-parser - v2.6.1 Latest Release

Published by martin-helmich 8 months ago

What's Changed

Full Changelog: https://github.com/martin-helmich/typo3-typoscript-parser/compare/v2.6.0...v2.6.1

typo3-typoscript-parser - v2.6.0

Published by martin-helmich 8 months ago

⚠️ Notable changes

  • Support for Symfony 7
  • Dropped support for PHP ≤8.0

What's Changed

New Contributors

Full Changelog: https://github.com/martin-helmich/typo3-typoscript-parser/compare/v2.5.0...v2.6.0

typo3-typoscript-parser - v2.5.0

Published by martin-helmich over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/martin-helmich/typo3-typoscript-parser/compare/v2.4.1...v2.5.0

typo3-typoscript-parser - v2.4.1

Published by martin-helmich over 2 years ago

What's Changed

Full Changelog: https://github.com/martin-helmich/typo3-typoscript-parser/compare/v2.4.0...v2.4.1

typo3-typoscript-parser - v2.4.0

Published by martin-helmich over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/martin-helmich/typo3-typoscript-parser/compare/v2.3.1...v2.4.0

typo3-typoscript-parser -

Published by martin-helmich over 7 years ago

  • Add column number to Tokens (#26)
  • Make tokenizer's pre-processing behaviour configurable (#24, #25, credits to @DanielSiepmann)
typo3-typoscript-parser -

Published by martin-helmich over 7 years ago

  • Parse comments after deletion operators (#23)
typo3-typoscript-parser - v1.0.5

Published by martin-helmich almost 8 years ago

  • Parse =< correctly as reference (#18, #20, credits to @LukasVice)
  • Evaluate custom TypoScript conditions correctly (#19, #21, credits to @LukasVice)
typo3-typoscript-parser - v1.0.4

Published by martin-helmich almost 8 years ago

  • Allow object names to contain colons (#14, #16, credits to @mbrodala)
  • Allow object names to contain constant references (#15, #17, credits to @mbrodala)
typo3-typoscript-parser - v1.0.3

Published by martin-helmich over 8 years ago

  • Conditions w/o whitespaces cannot be parsed (#13)
typo3-typoscript-parser - v1.0.2

Published by martin-helmich over 8 years ago

  • Relax symfony/yaml dependency (#11)
  • Relax symfony/{config, dependency-injection} dependencies (#12)
typo3-typoscript-parser -

Published by martin-helmich over 8 years ago

  • Allow object names to contain backslashes (#1, #6, credits to @DanielSiepmann)
  • Includes have property extensions, not extension (#3, #4, credits to @DanielSiepmann)
  • Multiline assignments have wrong line number (#4)
  • Statements in conditions have wrong line number (#4)
  • Some missing typoscript objects (#4)
  • Printer does not correctly output multiple assignments (#4)
  • Printer now prints relative paths for copy and reference operators when possible (#4)