This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
Releases: userfrosting/UniformResourceLocator
Releases · userfrosting/UniformResourceLocator
4.5.1
4.5.0
- 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\
orC:\
. - Reworked
Resource
class :- Added
setPath
,setLocation
&setStream
methods - Removed
getSeparator
&setSeparator
- Added
- Removed
setLocatorBasePath
,getSeparator
andsetSeparator
fromResourceInterface
- Removed
normalize
fromResourceLocator
. Replaced byNormalizer::normalize
- Added type hint across code