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

Support history v5 #42

Merged
merged 2 commits into from
Jul 15, 2020
Merged

Support history v5 #42

merged 2 commits into from
Jul 15, 2020

Commits on Jul 14, 2020

  1. Support history v5

    Hypnosphi committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    ce01efc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. use strict equality test

    Using `!= null` is a bit confusing: it took me a moment to realise that this would also be true if the value is `undefined`, which (I presume) is the value we should test for. Using non-strict equal tests is often discouraged for such reasons.
    Treora authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    86854e9 View commit details
    Browse the repository at this point in the history