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

Rewrite #77

Merged
merged 6 commits into from
Apr 12, 2024
Merged

Rewrite #77

merged 6 commits into from
Apr 12, 2024

Commits on Apr 11, 2024

  1. feat!: change current exported function "log"

    BREAKING CHANGE: the exports on this package have changed.  The current
    functionality has moved to a `log` function in the exports.
    wraithgar committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0ad1e5f View commit details
    Browse the repository at this point in the history
  2. fix(refactor): don't loop through levels to generate log export

    Instead use a test to make sure LEVELS an functions match
    wraithgar committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e46bfe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f7f5ff View commit details
    Browse the repository at this point in the history
  4. feat: add output methods

    wraithgar committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d32f9ce View commit details
    Browse the repository at this point in the history
  5. fix: switch to traditional functions

    They are marginally faster and this is a very hot path
    wraithgar committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d0a9a06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e73c19 View commit details
    Browse the repository at this point in the history