Releases: GlowingInk/InkyMessage
Releases · GlowingInk/InkyMessage
v0.12.0 | Major refactoring
Full Changelog: v0.11.0...v0.12.0
Important
Maven groupId was changed from ink.glowing to ink.glowing.text
I also want to note that there will be more breaking changes down the line until the 1.0.0 release.
Features
- Added reverse-styled segments, e.g.
&(mod)(mod)[text]instead of&[text](mod)(mod)
API changes
- Targeting Java 21
- Changed a bunch of packages locations
- Got rid of
Resolverclass - now everything's done throughInkyMessage Tags are nowModifiersComponent#compactis no longer used by default- Added
Inkconcept - everything that's acceptable byInkyMessage - Added some extra
Inks with general third-party API. Consider that TODO with more things to come (also wasn't tested well yet)
Other changes
- Added an example Paper plugin module
v0.11.0 | Better placeholders
Full Changelog: v0.10.0...v0.11.0
v0.10.0 | Component placeholders
Full Changelog: v0.9.2...v0.10.0
v0.9.2 | Compact complex tags
Full Changelog: v0.9.1...v0.9.2
v0.9.0-0.9.1 | Parsing reimplementation
Full Changelog: v0.8.0...v0.9.1
v0.8.0 | Serialization
Full Changelog: v0.7.2...v0.8.0
Replacers and refactoring
Full Changelog: v0.6.3...v0.7.0
Reimplementation of Components building
Reimplemented component building
Fixed nested behaviour
Added DecorModifier
Implemented escaping
InkyMessage.escapeAll, InkyMessage.unescapeAll