Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

54 lines (30 loc) · 1.19 KB

lor-deck-codes - Legends of Runeterra - Deck Codes

2.0.1 - 2024-09-22

Fixes

  • Fixed alphanumeric faction sort issue, by using a generated faction sort value.

Changes

  • Additional using group by methods to optimize deck encoder and makes them side effect free.

2.0.0 - 2024-08-17

Changes

  • Use node 22.x as base version and update some implementations.
  • Use correct sorting algorithm for deck code generator.

1.2.0 - 2024-07-19

Features

  • Add Data Dragon to generate deck information.
  • Added a command line for direct usage or testing.

1.1.0 - 2022-05-19

Updates

  • Add new faction 'Runeterra'.

Fixes

  • Fixes some descriptions and tests.
  • Fix pure ESM module.

1.0.1 - 2022-03-26

Fixes

  • Fixes wrong version definition for 'Shurima' and 'Mount Targon' faction.
  • Fixed export im index to fit correct style.
  • Fixed LICENSE file name and README description.

Improvements

  • Added missing JSDoc at several points.

1.0.0 - 2022-02-08

Initial

  • First implementation of the deck codes decoder and encoder, based on Riot Games Implementation.