Changelog for crypton-asn1-types-0.4.1
Change log for crypton-asn1-types
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
0.4.1 - 2025-08-02
Data.ASN1.Typesre-exports all ofData.ASN1.OID.
0.4.0 - 2025-08-01
- Depend on package
time-hourglass, rather thanhourglass. The fields of theASNTimedata constructor of data typeASN1are now types provided by the former package. - In error,
Data.ASN1.Typesdoes not re-export classes fromData.ASN1.OID.
0.3.7 - 2025-08-02
Data.ASN1.Typesre-exports all ofData.ASN1.OID, as incrypton-asn1-types-0.3.4.
0.3.6 - 2025-07-20
- Expose
Data.ASN1.Stream, spun out of thecrypton-asn1-encoding-0.9.6package. - Use the
other-extensionsfield in the Cabal file. - In error,
Data.ASN1.Typesdoes not re-export classes fromData.ASN1.OID.
0.3.5 - 2025-07-13
- Move library modules to directory
src. - Change data type
BitArrayOutOfBound(a single, unary data constructor without strictness annotation) tonewtype. - Depend on the
base16package, remove direct dependency on thememorypackage and the indirect dependency on thebasementpackage. - In error,
Data.ASN1.Typesdoes not re-export classes fromData.ASN1.OID.
0.3.4 - 2025-07-13
- Rename
asn1-types-0.3.4package ascrypton-asn1-types-0.3.4. - Change maintainer field to
Mike Pilgrem <public@pilgrem.com>andKazu Yamamoto <kazu@iij.ad.jp>. - Add
CHANGELOG.md. - Cabal file specifies
cabal-version: 1.18(not>= 1.6). - Cabal file specifies expressly
default-language: Haskell98.