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

Preparations for version 3.2 #123

Merged
merged 13 commits into from
May 19, 2022

Commits on May 19, 2022

  1. Add Eq to all enums and Ord where relevant

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    bb5922c View commit details
    Browse the repository at this point in the history
  2. Move most tests to cfg(test)

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    4c8760d View commit details
    Browse the repository at this point in the history
  3. Clippy

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    7b131cd View commit details
    Browse the repository at this point in the history
  4. Switch to references

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    d177116 View commit details
    Browse the repository at this point in the history
  5. Convert what I could to const fn

    Very little stuff could be converted because
    f64 operations are not consts
    
    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    860c67e View commit details
    Browse the repository at this point in the history
  6. Rename as_tai_parts to to_tai_parts

    (Had not been released yet)
    
    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    7933ef9 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    1ac472c View commit details
    Browse the repository at this point in the history
  8. Make UNIX timestamp a const

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    0179417 View commit details
    Browse the repository at this point in the history
  9. Cleanup documentation

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    fe0fa1d View commit details
    Browse the repository at this point in the history
  10. Update README with more examples

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    9bb5269 View commit details
    Browse the repository at this point in the history
  11. Clarify readme again

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    608a498 View commit details
    Browse the repository at this point in the history
  12. Add links to the issues

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    60c6637 View commit details
    Browse the repository at this point in the history
  13. Fix typo in issue number

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed May 19, 2022
    Configuration menu
    Copy the full SHA
    b7eed9c View commit details
    Browse the repository at this point in the history