Skip to content

Releases: FreeDSx/ASN1

0.4.8

13 Oct 15:40
Compare
Choose a tag to compare
  • Update method signature for Asn1::integer to allow numeric strings (for big ints). The underlying code already supports it.
  • Add PHP 8.3 to CI runs.

0.4.7

06 Jun 16:48
Compare
Choose a tag to compare
  • Removed return type of AbstractType::getValue, so it can be inferred from the property for static analysis.

0.4.6

06 Jun 16:30
Compare
Choose a tag to compare
  • Update return types for AbstractType and some ASN1 helper methods to provide better hints for static analysis.
  • Time types now accept DateTimeInterface instead of just DateTime.