Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

4.5.0

Compare
Choose a tag to compare
@lcharette lcharette released this 20 Apr 02:16
· 4 commits to master since this release
fb818fe
  • Fix path issue on Windows
  • Added new Normalizer::normalize static class to help with path normalization. All paths are now transmormed to / to make comparison easier when OS pass path contains \ or C:\.
  • Reworked Resource class :
    • Added setPath, setLocation & setStream methods
    • Removed getSeparator & setSeparator
  • Removed setLocatorBasePath, getSeparator and setSeparator from ResourceInterface
  • Removed normalize from ResourceLocator. Replaced by Normalizer::normalize
  • Added type hint across code