Skip to content

Releases: inphinit/framework

Version 0.1.3

23 Sep 16:49

Choose a tag to compare

Version 0.1.3 Pre-release
Pre-release
Improvements in query selectors

- Partial support to :nth-of-type
- Support to :only-child
- Fixed bugs

Pre-release

11 Jun 02:24

Choose a tag to compare

Pre-release Pre-release
Pre-release
Fixed View::dispatch and improved File::size

- View::dispatch: it was possible to fire the dispatch views more than once if an exception occurred.
- Inphinit\Experimental\File::size: Curl uses headers in FILE protocol, content-length can returns value with white-spaces or note (depends on the PHP version (or if you are using PHP or HHVM), there are no guarantees in the format so the space check is optional)