Skip to content

Releases: TEAM-SPIRIT-Productions/Lazuli

Lazuli v1.0.1-Release

15 Jan 09:54
247bb0d

Choose a tag to compare

General linting and minor refactors/fixes
(Not a significant patch)

Lazuli v1.0.0-Release

08 Jan 01:50
5c0a19b

Choose a tag to compare

  • Remove unnecessary checks
  • Added checks to more setters
  • Ready for release!

image

Lazuli v0.1.1-RC2

07 Jan 07:19
5ee082a

Choose a tag to compare

Lazuli v0.1.1-RC2 Pre-release
Pre-release
  • Remove unused import statements (faulty refactor)
  • Remove unnecessary casts causing Character.Meso and Character.EXP to fail
  • Fix wrong column names in prepared statements causing setters to fail
  • Add unit tests
  • Fix unit test bugs

image

Lazuli v0.1.0-RC1

02 Jan 19:56
76db248

Choose a tag to compare

Lazuli v0.1.0-RC1 Pre-release
Pre-release
  • Experimental fix for potential encoding issues
    • Tested working in CLI
    • To be tested for discord.py integration
  • Refactor DB read-write functions for more DRY

see here for testing details

Lazuli v0.0.9-Preview

02 Jan 08:08
834e6a7

Choose a tag to compare

Lazuli v0.0.9-Preview Pre-release
Pre-release
  • Fix type errors in meso and EXP setters - credits: @Bratah123 for discovering
  • Fix docstring (faulty refactor) in database module
  • Add toggle option for GMs in ranking methods - author: @Bratah123

Lazuli v0.0.8-Preview

01 Jan 22:52
5c31c65

Choose a tag to compare

Lazuli v0.0.8-Preview Pre-release
Pre-release
  • Fix faulty refactor causing get_char_by_name and get_account_by_username to fail
  • Make get_db_first_hit more DRY

Credits to @Bratah123 for discovering the critical bug

Fix result:

image

Lazuli v0.0.7-Preview

01 Jan 09:07
f5f621b

Choose a tag to compare

Lazuli v0.0.7-Preview Pre-release
Pre-release
  • Add utility function extract_name_and_value
  • Add arg to ranking methods, for variable no. of players
  • Add default value (5) for ranking methods' player count
  • Make ranking methods extract values like level (not just name), using extract_name_and_value

Lazuli v0.0.6-Preview

01 Jan 08:17
717e0bf

Choose a tag to compare

Lazuli v0.0.6-Preview Pre-release
Pre-release
  • Migrate all static functions to utility module (breaking API change!)
  • Migrate name extraction (from list of player data) to utility module
  • Add ranking methods to Lazuli class
  • Add get_db_all_hits utility function, for getting all DB matches
  • Add get_db_all_hits`` wrapper function in database.Lazuli`
  • Made Lazuli::get_online_list use Lazuli::get_db_all_hits

Lazuli v0.0.5-Preview

13 Dec 00:02
678cfcd

Choose a tag to compare

Lazuli v0.0.5-Preview Pre-release
Pre-release
Minor fix: type error for account instantiation
Feature: Fetch usernames of all players online
Generate API Docs

Lazuli v0.0.4-Preview

12 Dec 21:07
226d8a5

Choose a tag to compare

Lazuli v0.0.4-Preview Pre-release
Pre-release

Prototype build
Unit tests pending