chenwardT / lol_stats2

Website to perform match aggregation and analysis for Riot Games' League of Legends.
2 stars 0 forks source link

Allow incomplete version strings to be passed to stats-related functions #25

Closed chenwardT closed 8 years ago

chenwardT commented 8 years ago

Consider a means of selecting a range of game versions given an incomplete version string, e.g. '5.12' will match '5.12.0.23', '5.12.0.455', '5.12.1.319'.

The first groups of numbers are the most significant values to players, so they will probably be the only thing users see, except in cases of changes that result in interesting effects in game play but do not result in a bump in the aforementioned number groups.

chenwardT commented 8 years ago

Major progress via https://github.com/chenwardT/lol_stats2/commit/9abc03732c4b3c78b4e518a39606dcf9cc9432b3

chenwardT commented 8 years ago

Implemented in all cases.