A set of utilities for working with the AT Protocol in Elixir.
1# Changelog 2 3All notable changes to atex will be documented in this file. 4 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6and this project adheres to 7[Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 9## [Unreleased] 10 11## Added 12 13- `Atex.TID` module for manipulating ATProto TIDs. 14- `Atex.Base32Sortable` module for encoding/decoding numbers as 15 `base32-sortable` strings. 16 17## [0.1.0] - 2025-06-07 18 19Initial release. 20 21[unreleased]: https://github.com/cometsh/atex/compare/v0.1.0...HEAD 22[0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0