- add keywords to composer.json (this is a version on its own so the keywords are found on a stable version at packagist.org)
- fix a bug that would prevent you from decoding context specific tags on multiple objects #57
ExplicitlyTaggedObject::__construct
does now accept multiple objects to be tagged with a single tagExplicitlyTaggedObject::getContent
will now always return an array (even if only one object is tagged)
- fix a bug that would prevent you from decoding empty tagged objects #57
- improve exception messages and general error handling #55
- require PHP 5.6
- support big integers (closes #1 and #37)
- enforce one code style via [styleci.io][9]
- track code coverage via [coveralls.io][10]
- replace obsolete
FG\ASN1\Exception\GeneralException
with\Exception
Construct
(Sequence
,Set
) does now implementArrayAccess
,Countable
andIterator
so its easier to use- add [
TemplateParser
][11]