Skip to content

Tags: outfoxx/PotentCodables

Tags

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #50 from outfoxx/fix/deps

Fix dependencies in package targets

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #49 from outfoxx/fix/ref-encoding

Use KeyedNestedEncoder in CustomRef.encode

3.0.0-beta.3

Toggle 3.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #49 from outfoxx/fix/ref-encoding

Use KeyedNestedEncoder in CustomRef.encode

3.0.0-beta.2

Toggle 3.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #48 from outfoxx/fix/anyvalue-encoders

Use `box`ing when encoding AnyValues

3.0.0-beta.1

Toggle 3.0.0-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kdubb Kevin Wooten
Add release publish workflow

2.4.2

Toggle 2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from outfoxx/fix/av-compact-unwrap

Fix `AnyValue.compactUnwrapped`

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #29 from outfoxx/fix/unsafe-flags

Remove unsafeFlags use and disable fyaml warnings in header

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #28 from outfoxx/task/asn1-docs

Update ASN1 docs

2.3.0

Toggle 2.3.0's commit message
Require `TaggedValue` to encode their contents

Due to Codable being an existential type in Swift means that the tagged value implementation must be the one to encode the top level top; it’s the only one who knows the non-existential type to be encoded.

2.2.0

Toggle 2.2.0's commit message
Parse ASN.1 UTCTime according to spec

Supports optional seconds and compact formatted time zone offets.

Also removes force unwrap in decoding, superceding and closing #19