0.9.14
- Removed
amphp/fileandamphp/uridependencies. 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 extendingHostLoaderand overloadingreadFile(). - Added functions
isValidName()andnormalizeName().