- Added number type to getText()'s idx argument
- Remove resets on empty strings
- allow ChatMessage constructor to accept strings with legacy color codes (§) be converted to new json
- Remake ChatMessage#clone (@u9g)
- Add a example (@u9g)
- Add hex color code support (@U5B)
- use rest arg to allow many withs or extras (@u9g)
- Add missing json attribute to typescript defintions (@Paulomart & @u9g)
- fix typings
- Properly export loader function and export ChatMessage & MessageBuilder as types
- export ChatMessage object in typings
- add typings (@Gjum)
- Added fromNotch() (@u9g)
- Add support for array chat messages (@mat-1)
- Added MessageBuilder (@u9g)
- Added clone() and append() (@builder-247)
- update mojangson to 2.0.0 (@u9g)
- Add trailing color reset to .toAnsi() (@DrMoraschi)
- by default hide warnings
- ignore mojangson parsing error
- make lang option in toAnsi optional
- initial implementation
- extracted from mineflayer