A set of utilities for working with the AT Protocol in Elixir.

v0.3.0

ovyerus.com 252a3252 8a11da83

verified
Changed files
+8 -5
+5 -2
CHANGELOG.md
···
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
## [Unreleased]
### Changed
···
Initial release.
-
[unreleased]: https://github.com/cometsh/atex/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0
[0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0
···
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
<!-- ## [Unreleased] -->
+
+
## [0.3.0] - 2025-06-29
### Changed
···
Initial release.
+
[unreleased]: https://github.com/cometsh/atex/compare/v0.3.0...HEAD
+
[0.3.0]: https://github.com/cometsh/atex/releases/tag/v0.3.0
[0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0
[0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0
+2 -2
README.md
···
- [x] `at://` parsing and struct
- [x] TID codecs
- [x] XRPC client
-
- [ ] DID & handle resolution service with a cache
- [ ] Structs with validation for the common lexicons
- [ ] Probably codegen for doing this with other lexicons
- [ ] Extended XRPC client with support for validated inputs/outputs
···
```elixir
def deps do
[
-
{:atex, "~> 0.1"}
]
end
```
···
- [x] `at://` parsing and struct
- [x] TID codecs
- [x] XRPC client
+
- [x] DID & handle resolution service with a cache
- [ ] Structs with validation for the common lexicons
- [ ] Probably codegen for doing this with other lexicons
- [ ] Extended XRPC client with support for validated inputs/outputs
···
```elixir
def deps do
[
+
{:atex, "~> 0.3"}
]
end
```
+1 -1
mix.exs
···
defmodule Atex.MixProject do
use Mix.Project
-
@version "0.2.0"
@source_url "https://github.com/cometsh/atex"
def project do
···
defmodule Atex.MixProject do
use Mix.Project
+
@version "0.3.0"
@source_url "https://github.com/cometsh/atex"
def project do