1.3 KiB
1.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
networking: Added module for Minecraft networking.coat-bridge: Added experimental text mapper based on Tweed Serde.
Changed
weaver-pojo-serde-extension: Slightly changed theSerdePojoReaderWriterSpecto be more closely aligned with Java's identifier rules.attributes-extension: TheAttributesReadWriteFilterExtensionnow correctly skips non-matching compound entries instead of returningnullfor them.serde-hjson:inlineCommentTypeonHjsonWriter.Optionsnow correctly works builder-style.
[0.7.0] - 2025-12-19
Changed
- Breaking: Inverted the order in which middlewares are applied.
Fixed
default-extensions: FixedReadFallbackExtensionbeing applied too late.
[0.6.0] - 2025-12-14
Added
weaver-pojo: Added an interfaceTweedPojoWeaveras the official way to weave POJOs.
Fixed
construct: Add error context to certain exceptions arising inTweedConstructFactory.
Changed
weaver-pojo: Renamed and refactored the internal weaver classes (especiallyTweedPojoWeaverBootstrapper).