-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6609f06
commit c96865f
Showing
4 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### 0.6.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2023 Dec 19_ | ||
|
||
#### Improvements | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,17 @@ | ||
### 0.5.0 | ||
### 0.6.0 | ||
|
||
_Released 2023 Sep 04_ | ||
_Released 2023 Dec 19_ | ||
|
||
#### Improvements | ||
|
||
- Implemented proper support for SotO build template changes. [[GH-3](https://github.com/GW2ToolBelt/GW2ChatLinks/issues/3)] | ||
- The experimental functionality added in `0.3.0` and `0.4.0` has been fully | ||
overhauled to support stored weapon types and skill overrides. | ||
- The `Weapon` enum can be used to interpret the weapon type ids. | ||
- Improved usability of the library from Java code. [[GH-2](https://github.com/GW2ToolBelt/GW2ChatLinks/issues/2)] | ||
- Exposed non-mangled variants of functions that use inlined value classes. | ||
- Tweaked a handful of methods to compile | ||
|
||
#### Fixes | ||
|
||
- The module descriptor (previously delivered using the multi-release jar | ||
mechanism) does no longer contain invalid data. [[GH-4](https://github.com/GW2ToolBelt/GW2ChatLinks/issues/4)] | ||
- Added support for the Wasm JS and Wasm Wasi targets. | ||
- Renamed classes, functions, and fields to follow wide-spread Kotlin style | ||
conventions. | ||
|
||
#### Breaking Changes | ||
|
||
- The required version of Kotlin was bumped from `1.8` to `1.9`. | ||
- The required version of Java was bumped from `8` to `11`. | ||
- The experimental `weapons` object in build template links is now a list of | ||
weapon type ids. | ||
- The experimental `relicID` in build template links has been removed. | ||
- A handful of methods had their binary signatures changed in order to improve | ||
Java compatibility. | ||
- Replaced all occurrences of `ID` in identifiers with `Id`. | ||
- Renamed `ChatLink.NPCText` to `ChatLink.NpcText`. | ||
- Renamed `ChatLink.PoI` to `ChatLink.Poi`. | ||
- Renamed `ChatLink.PvPGame` to `ChatLink.PvpGame`. | ||
- Renamed `ChatLink.WvWObjective` to `ChatLink.WvwObjective`. |