Skip to content

0.0.7

Latest
Compare
Choose a tag to compare
@smuuf smuuf released this 10 Dec 22:23
· 11 commits to master since this release
  • (issue #1) πŸ†• New: Rudimentary cache for info about classes parsed from PHP files.
  • πŸ†• New: Support for {include file.latte}, {layout file.latte}, {extends file.latte} and {capture $var} tag.
  • πŸ†• New: Support for type inferring in {var} tag if the expression is a simple expression of scalar types int, float, string, bool. (Support for null is missing now, because it messes up specified nullable types - we can't process these properly yet.)
  • πŸ”¨ We first extract PHP classes from files outside of any /vendor/ directory and then only those. This is to have info about non-third-party classes faster and first.

Full Changelog: 0.0.6...0.0.7