Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@cat394 cat394 released this 11 Sep 06:34
· 3 commits to main since this release

Summary:

In checker version 2, we have changed the naming convention from camelCase to snake_case.

Given that the function names in this library tend to be relatively long, this change makes them more readable. Additionally, it allows for more consistent coding practices in projects that use snake_case.

Please note that there are no changes to the logic of any of the functions.

Detailed Changes:

  • Migration from camelCase to snake_case for all function names.
  • Documentation updates to reflect the naming convention change.
  • Test updates to accommodate the new naming convention.