0.9.14
- Removed
amphp/file
andamphp/uri
dependencies. Host file loading is now done with a synchronous read by default. We felt an asynchronous read was not necessary for what should be a local file that is (generally) read only once. Async reading can be restored if desired by extendingHostLoader
and overloadingreadFile()
. - Added functions
isValidName()
andnormalizeName()
.