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

Add JS packaging for verification functions #111

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Commits on May 26, 2023

  1. chore: sort dependencies

    bgins committed May 26, 2023
    Configuration menu
    Copy the full SHA
    163903d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7fa7a View commit details
    Browse the repository at this point in the history
  3. feat: add vitest browser tests

    bgins committed May 26, 2023
    Configuration menu
    Copy the full SHA
    4ca89b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e2c7e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60bcbfa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66d6ca3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    472f504 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6bd2f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3032871 View commit details
    Browse the repository at this point in the history
  10. feat: add support for node, deno, and workerd

    Cloudflare workers use the workerd key.
    bgins committed May 26, 2023
    Configuration menu
    Copy the full SHA
    2ad0a27 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

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

Commits on Jun 5, 2023

  1. feat: improve node and browser tests

    Use playwright-tests for browser tests instead of vitest. It is
    currently more stable than vitest for browser testing.
    
    Convert tests from expect to assert for a purely JS implementation.
    Unify tests into a single module which is loaded by each environment
    after import and initialization (where required).
    
    Add coverage. Write coverage and test results for each environment to
    JSON files.
    bgins committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2692f18 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 7, 2023

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

Commits on Jun 8, 2023

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

Commits on Jun 16, 2023

  1. Update README

    bgins committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2270947 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. feat: add "." entry point

    bgins committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a3c8aef View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. feat: update package exports

    bgins committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    bc0dcf3 View commit details
    Browse the repository at this point in the history