Skip to content

v0.1.7

Compare
Choose a tag to compare
@voidrender voidrender released this 28 Sep 22:40
· 30 commits to main since this release
5d78ecf

Changed

  • Now using prettier for code formatting. (#41)
  • Added jest config and a few tests for character conversion. (#42)
  • Added types and an extra "options" param to the convertCharacter function so that only the properties specified in the options object are converted. This is going to aid in writing tests as now we don't need to run all code paths when testing a specific fragment of the conversion code. (#46)

Fixed

  • Fixed an issue with character avatar conversion. (#42)
  • Fixed an issue with character HP importing incorrectly.