Skip to content

0.18.5

Compare
Choose a tag to compare
@theofidry theofidry released this 04 Nov 10:36
· 118 commits to main since this release
cbef87b

Features

  • Add an inspect command (#868, #876)
  • Do not swallow exceptions when scoping (#869)
  • Make the JetBrains' stubs collector and patcher re-usable (#883)
  • Mark all declarations as internal (#882)
  • Add a docker image (#884)

Bugs

  • Cleanup the autoloader from temporary variables (#866)
  • Update the Reflector's symbols (#875)
  • Correctly include all the JetBrains' stubs as excluded files (#874)
  • Fix scoping of Symfony services (#839)
  • Correctly scope spl_autoload_register() singule parameter (#887)
  • Correctly scope is_callable() calls (#888)
  • Correctly scope call_user_func_array() (#889)
  • Correct the Composer autoload (#864)

Misc

  • Upgrade to FidryConsole 0.6 (#859)
  • Fix invalid usages of "whitelist" (#872)
  • Automatically bump the Composer root version (#879)