+11
-1
CHANGELOG.md
+11
-1
CHANGELOG.md
···
6
6
and this project adheres to
7
7
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
+
## [Unreleased]
10
+
11
+
### Changed
12
+
13
+
- `Atex.XRPC.Adapter` renamed to `Atex.HTTP.Adapter`.
14
+
15
+
### Added
16
+
17
+
- `Atex.HTTP` module that delegates to the currently configured adapter.
18
+
9
19
## [0.2.0] - 2025-06-09
10
20
11
-
## Added
21
+
### Added
12
22
13
23
- `Atex.TID` module for manipulating ATProto TIDs.
14
24
- `Atex.Base32Sortable` module for encoding/decoding numbers as
lib/aturi.ex
lib/atex/aturi.ex
lib/aturi.ex
lib/atex/aturi.ex
lib/base32_sortable.ex
lib/atex/base32_sortable.ex
lib/base32_sortable.ex
lib/atex/base32_sortable.ex
lib/http.ex
lib/atex/http.ex
lib/http.ex
lib/atex/http.ex
lib/http/adapter.ex
lib/atex/http/adapter.ex
lib/http/adapter.ex
lib/atex/http/adapter.ex
lib/http/adapter/req.ex
lib/atex/http/adapter/req.ex
lib/http/adapter/req.ex
lib/atex/http/adapter/req.ex
lib/tid.ex
lib/atex/tid.ex
lib/tid.ex
lib/atex/tid.ex
lib/xrpc.ex
lib/atex/xrpc.ex
lib/xrpc.ex
lib/atex/xrpc.ex
lib/xrpc/client.ex
lib/atex/xrpc/client.ex
lib/xrpc/client.ex
lib/atex/xrpc/client.ex