- (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 typesint,float,string,bool. (Support fornullis 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