Releases: cometsh/atex
Releases · cometsh/atex
v0.4.0
[0.4.0] - 2025-08-27
Added
Atex.Lexicon
module that provides thedeflexicon
macro, taking in a JSON
Lexicon definition and converts it into a series of schemas for each
definition within it.mix atex.lexicons
for converting lexicon JSON files into modules using
deflexicon
easily.
v0.3.0
[0.3.0] - 2025-06-29
Changed
Atex.XRPC.Adapter
renamed toAtex.HTTP.Adapter
.
Added
Atex.HTTP
module that delegates to the currently configured adapter.Atex.HTTP.Response
struct to be returned byAtex.HTTP.Adapter
.Atex.IdentityResolver
module for resolving and validating an identity,
either by DID or a handle.- Also has a pluggable cache (with a default ETS implementation) for keeping
some data locally.
- Also has a pluggable cache (with a default ETS implementation) for keeping