Skip to content

Releases: cat394/checker

v2.0.0

11 Sep 06:34
Compare
Choose a tag to compare

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.