PSX Framework v0.8 Release Notes

    • โž• Added domain package. The package helps you to create your application in a domain driven design
    • ๐Ÿ‘ Fully support symfony di container
    • Introduced importer concept. An importer is a class wich can fill a record with data
    • Every record has now a single method getRecordInfo() wich returns all available fields. Removed all other methods from the record interface
    • โž• Added mapper class to map an record to another class by calling the fitting setter methods
    • It is possible to add reader and writer implementations to the reader or writer factory
    • ๐Ÿ‘Œ Improved html parser. Add an option to allow html comments wich is false by default
    • โž• Added symfony event dispatcher for event handling in an domain
    • ๐Ÿ“ฆ A new handler package was added wich contains all handler related classes
    • โž• Added filter definition class to validate a record based on a set of rules