Skip to content

0.3.0

Compare
Choose a tag to compare
@sergeyklay sergeyklay released this 12 May 19:39
· 108 commits to master since this release

Syntax recognition fixed

  • public static / public final
  • <SomeType[]>
  • let this->filter[] = filters;
  • this->filter["for" : "1"]
  • unset this->_data[offset];
  • protected _value { get, __toString }; / { get }; / { get, set };
  • return;
  let this->_validators = array_filter(validators, function(var element) {
    return typeof element[0] != "array" || !(element[1] instanceof CombinedFieldsValidator);
  });

Added keywords highlight: true, false, null

ZephirParserUtils have shifted to src scope, to help beginner start easier

Completion list now is shows arguments of method at top of the list,
also list shows variants doe to context (class, file, method)