File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ 1.0.0
Original file line number Diff line number Diff line change 1+ # lib-serde-moshi changelog
2+
3+ 1.0.0 - 19 Oct 2025
4+ - Initial release of lib-serde-moshi module extracted from Wave project
5+ - Refactor all classes from Groovy to pure Java
6+ - Convert MoshiEncodeStrategy to abstract base class with type inference
7+ - Add ByteArrayAdapter for Base64 encoding of byte arrays
8+ - Add DateTimeAdapter for ISO-8601 Instant and nanosecond Duration serialization
9+ - Add PathAdapter for java.nio.file.Path serialization
10+ - Add UriAdapter for java.net.URI serialization
11+ - Add MoshiSerializable marker interface for type documentation
12+ - Maintain backward compatibility with legacy Duration float format
13+ - Expose Moshi API dependencies for custom adapter creation
14+ - Add comprehensive Javadocs for all public APIs
15+ - Include Groovy/Spock test suite with full coverage
16+ - Change package from io.seqera.wave.encoder to io.seqera.serde.moshi
You can’t perform that action at this time.
0 commit comments