Skip to content

Releases: theiconic/synopsis

v1.0.5

15 May 12:12
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • improvement: broken out traversable handling in AbstractSynopsis

v1.0.2

13 Apr 05:19
61bd10b
Compare
Choose a tag to compare

Moves processing of Traverables to AbstractSynopsis.

v1.0.1

24 Mar 07:28
Compare
Choose a tag to compare
  • 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
5580873
Compare
Choose a tag to compare
  • added: allow export of additional details through getDetails() accessor

v0.4.1

26 Feb 02:01
5580873
Compare
Choose a tag to compare
  • 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
16c4ea4
Compare
Choose a tag to compare
  • 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
25535aa
Compare
Choose a tag to compare
factory roundup Pre-release
Pre-release
  • 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
fc677d0
Compare
Choose a tag to compare
unit tests Pre-release
Pre-release
  • improvement: added unit tests
  • improvement: separated processing from instantiation