Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split into multiple modules #211

Merged
merged 2 commits into from
Sep 21, 2021
Merged

Split into multiple modules #211

merged 2 commits into from
Sep 21, 2021

Commits on Sep 17, 2021

  1. Split into multiple modules

    The source is now split into modules according to category, along with
    the unit tests. This should make the package easier to navigate.
    
    There are no functional changes. For the most part, things were just
    moved around. A few tests were added for the index module as well, to
    avoid a drop in code coverage.
    
    The main change aside from that is the import style. We're now using
    named imports everywhere rather than `* as <name>`.
    Gudahtt committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    9a56f57 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    7134076 View commit details
    Browse the repository at this point in the history