Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hed-standard/hed-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.1
Choose a base ref
...
head repository: hed-standard/hed-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.2
Choose a head ref
  • 15 commits
  • 22 files changed
  • 2 contributors

Commits on Aug 7, 2025

  1. Configuration menu
    Copy the full SHA
    2bdb279 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #526 from VisLab/update_actions

    Updated the qlty action version
    VisLab authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    eca0ddc View commit details
    Browse the repository at this point in the history
  3. Adjust Qlty coverage GitHub Action config

    This commit changes the configuration by using OIDC instead of a
    secret token, as recommended by Qlty. It also removes the obsolete
    "develop" branch, and also enables runs on PRs to main.
    happy5214 committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    c7afd64 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #527 from happy5214/improve-coverage-ci

    Adjust Qlty coverage GitHub Action config
    happy5214 authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    2e1fb8a View commit details
    Browse the repository at this point in the history
  5. Split esbuild ESM builds

    happy5214 committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    251f376 View commit details
    Browse the repository at this point in the history
  6. Replace xml2js with fast-xml-parser

    xml2js has caused multiple issues with bundling, both with the
    browser and with BIDS. It also appears to no longer be maintained,
    with over 100 issues open on its GitHub repo. The new package is
    actively updated, claims to be faster, and uses modern ESM code.
    happy5214 committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    39ddbcb View commit details
    Browse the repository at this point in the history
  7. Merge XPath module into schema parser

    The partial XPath functionality implemented here has been mostly
    useless since HED 2 support was eliminated, as HED 3 makes little
    use of XML attributes. XML element queries can be handled with much
    less code directly in the parser.
    happy5214 committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    344393f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    945359e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b563c5 View commit details
    Browse the repository at this point in the history
  10. Re-disable code coverage on PRs

    It obviously still doesn't work.
    happy5214 committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    abd3dfc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Remove npm token from publish action

    Authentication should now be handled by npm via OpenID Connect.
    happy5214 committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    6b5205b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #528 from happy5214/replace-xml-parser

    Revamp XML parsing
    VisLab authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    1efc15d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. 4.1.2

    happy5214 committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    2016271 View commit details
    Browse the repository at this point in the history
  2. Install current version of npm in publish script

    This is required for OIDC support.
    happy5214 committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    f5efe0e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #529 from happy5214/install-new-npm

    Install current version of npm in publish script
    happy5214 authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    59d1a5f View commit details
    Browse the repository at this point in the history
Loading