PSX Framework v0.4.7 Release Notes

    • ➕ Added classes to generate an swagger api declaration and util annotation parser
    • Improved autoloader using stream_resolve_include_path before require the class so the autoload will not fail if the file doesnt exists
    • ➕ Added new html5 filter collections
    • Renamed PSX_Time to PSX_DateTime
    • 🛠 Fix http redirection header of relative urls
    • ➕ Added user agent string to most http calls
    • ➕ Add cache to PSX_Base getRequest method so calling the method multiple times will always return the same object
    • Improved PSX_Loader class. The name of the index method must be now __index wich is called if no other method is specified in the request. This was done because of constructor conflict. Added annotation parser to loader for easier routing
    • ➕ Added method getValidator(), getMethod(), getUrl(), getHeaders(), getHeader(), getParameter() and getBody() to PSX_ModuleAbstract
    • Using PSX_PATH_CACHE path in file cache handler
    • 🛠 Fix markdown class encode emphasis
    • ➕ Add method setSavePath to PSX_Session class