Skip to content

0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@theofidry theofidry released this 04 Aug 17:49
1576510

Features

  • Smarter function arguments scoping (#228)
  • Use a random prefix for PHP-Scoper (#234)
  • Whitelist global functions by default (#231)
  • Allow to whitelist functions (#241)
  • Allow to whitelist symbols with a pattern (#243)
  • Whitelist classes belonging to the global namespace by default (#251, #252)
  • Add Laravel support (#246)

Bugfixes

  • Fix string literal scoping (#235)
  • Fix whitelisting functions (#238)

Misc

  • Add a warning regarding a limitation with the namespace whitelist (#230)
  • Add a test to ensure the e2e rule is always in sync in the Makefile (#240)
  • Rework the whitelist API (#247)
  • Fail when files are found in _specs (#232)
  • Improve the Makefile help (#229)
  • Add more contribution doc (#233)