Releases: KotlinGeekDev/Rhodium
v1.0-beta-17
What's Changed
Changes for v1.0-beta-17. by @KotlinGeekDev in #35
-
Downgrade Ktor. Upgrade atomicfu and kotlinx-coroutines. POM fixes.
-
Configure apple targets to spit out frameworks. Enable testing on CI.
-
Fix workflow issues.
-
Fix regression caused by new coroutines version. Fix a test.
-
Update gradle wrapper validation task.
-
Fix unit tests for Android source set.
Full Changelog: v1.0-beta-16...v1.0-beta-17
v1.0-beta-16
What's Changed
Merge changes for v1.0-beta-16. by @KotlinGeekDev in #34
-
Revert changes to the source set related configs.
-
Some fixes.
-
Make changes for the Android source set to build correctly.
Full Changelog: v1.0-beta-15...v1.0-beta-16
v1.0-beta-15
What's Changed
Merge changes for v1.0-beta-15. by @KotlinGeekDev in #33
-
Disable minification. Some other fixes.
-
Use proguard rules. Change some source set related configs.
Full Changelog: v1.0-beta-14...v1.0-beta-15
v1.0-beta-15-post
Full Changelog: v1.0-beta-15...v1.0-beta-15-post
v1.0-beta-14
What's Changed
Merge changes for v1.0-beta-14 by @KotlinGeekDev in #32
-
Make Event a father class. Adjust JSON encoder-decoder behaviour.
-
Introduce first child class: MetadataEvent. Adjust getMetadataFor() API to return a (up-to-date) MetadataEvent.
-
Some slight fixes and workarounds(until UUID works correctly).
Full Changelog: v1.0-beta-13...v1.0-beta-14
v1.0-beta-13
What's Changed
Changes for v1.0-beta-13. by @KotlinGeekDev in #31
-
Make relay info more descriptive/human-readable.
-
Add fetchRelayListFor() API.
Full Changelog: v1.0-beta-12...v1.0-beta-13
v1.0-beta-12
What's Changed
Changes for v1.0-beta-12 by @KotlinGeekDev in #30
-
Fix bug whereby the nip05 code did not take into account "_@domain". It only took into account "domain".
-
Fix Gradle source-set issues. Harmonize naming.
Full Changelog: v1.0-beta-11...v1.0-beta-12
New version: v1.0-beta-11
What's Changed
Changes for v1.0-beta-11 by @KotlinGeekDev in #29
- Disable desugaring.
- Enable minification(for the Android library)
Full Changelog: v1.0-beta-10...v1.0-beta-11
New release: v1.0-beta-10
What's Changed
- Merge fixes. by @KotlinGeekDev in #27
- Nip19Parser's uriToRoute() API has been renamed to parse().
Full Changelog: v1.0-beta-09...v1.0-beta-10
Look ma! The parser!
What's Changed
Changes for v1.0-beta-09 by @KotlinGeekDev in #25
- Introduce Bech32 support, and support for parsing NIP-19 encoded 'entities'. Most of the legwork provided by Amethyst. 🙏
- Change API name from uriToRoute() to parse(). by @KotlinGeekDev in #26
Full Changelog: v1.0-beta-08...v1.0-beta-09