Releases: theiconic/synopsis
Releases · theiconic/synopsis
v1.0.5
15 May 12:12
Compare
Sorry, something went wrong.
No results found
Fix errors in newer versions of PHP about the children property not being countable by defaulting it to an empty array instead of null.
v1.0.4
13 Apr 15:40
Compare
Sorry, something went wrong.
No results found
update phpunit to 7.x
update php-coveralls to 2.x
report coverage to codeclimate
improve ExceptionSynopsisTest to be more resilient to phpunit changes
v1.0.3
13 Apr 05:38
Compare
Sorry, something went wrong.
No results found
improvement: broken out traversable handling in AbstractSynopsis
v1.0.2
13 Apr 05:19
Compare
Sorry, something went wrong.
No results found
Moves processing of Traverables to AbstractSynopsis.
v1.0.1
24 Mar 07:28
Compare
Sorry, something went wrong.
No results found
improved: added badges on README
improved: small refactors to improve scrutinizer score
improved: increased code coverage
improved: FileSynopsis now inherits from StreamSynopsis
improved: IteratorSynopsis now populates count on the last depth level
initial public release
24 Mar 00:20
Compare
Sorry, something went wrong.
No results found
added: allow export of additional details through getDetails() accessor
v0.4.1
26 Feb 02:01
Compare
Sorry, something went wrong.
No results found
fix: formatters didn't inherit from abstract formatter (thanks @crsland )
added: ability to export additional synapsis properties through AbstractSynapsis::getDetails()
improved: README improvements
prep for going public
18 Feb 02:18
Compare
Sorry, something went wrong.
No results found
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
18 Feb 00:38
Compare
Sorry, something went wrong.
No results found
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
17 Feb 12:20
Compare
Sorry, something went wrong.
No results found
improvement: added unit tests
improvement: separated processing from instantiation