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

Reporter #67

Merged
merged 13 commits into from Apr 21, 2020
Merged

Reporter #67

merged 13 commits into from Apr 21, 2020

Commits on Apr 21, 2020

  1. feat: replace render with reporter array

    BREAKING CHANGE:
    
    Removes `render`.
    
    Also adds sourcemaps and bumps some devDeps and drops unneeded ones
    brettz9 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    5f40d63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9b1be View commit details
    Browse the repository at this point in the history
  3. - Testing: Add nyc for tests

    brettz9 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    5f0fdd9 View commit details
    Browse the repository at this point in the history
  4. test: 100% coverage

    brettz9 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    3f061af View commit details
    Browse the repository at this point in the history
  5. - Remove file relying on transpiling source (will give wrong `import.…

    …meta.url` until having Node 13 as a minimum and refactoring to avoid transpilation as `rollup.config.mjs`); the other, now only config, instead points to the bundled `dist` filesize for now.
    brettz9 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    1232ca6 View commit details
    Browse the repository at this point in the history
  6. - Update docs to indicate default value and supported args for `repor…

    …ter` (and mention it being replacement for `render`)
    brettz9 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    58bc59b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eada4f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0aca29d View commit details
    Browse the repository at this point in the history
  9. - Testing: Check support for color and test accordingly

    - Refactor: Use `colors/safe` API as not using prototype methods and could potentially clash
    brettz9 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    3167aa5 View commit details
    Browse the repository at this point in the history
  10. chore: update ava

    brettz9 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    20f9219 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a04c47 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8317f20 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    506a9a6 View commit details
    Browse the repository at this point in the history