Releases: theiconic/synopsis
Releases · theiconic/synopsis
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
initial public release
- added: allow export of additional details through getDetails() accessor
v0.4.1
prep for going public
- fix: object/resource fallbacks use overridden implementations
- improvement: better use of type and value properties on exception synopsis
- improvement: README
- addition: __toSynopsisValue and getId as possible object value aggregators
- addition: travis config
- addition: scrutinizr config
- addition: satooshi/php-coveralls dev dependency
- addition: LICENSE
factory roundup
- fix: removed additional TransferObjectSynopsis and TransferCollectionSynopsis
- improvement: refactored Factory
- improvement: allowed custom Synopsis classes to be in any namespace
- addition: enabled overriding default implementations via Factory::setType()
unit tests
- improvement: added unit tests
- improvement: separated processing from instantiation