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: obujor/XSLTjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: massivex/XSLTjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 1, 2019

  1. * Implements include/import
    * Bug fixes
    grantcv1 committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    cfc1b7e View commit details
    Browse the repository at this point in the history
  2. * Documentation corrections
    grantcv1 committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    0ac03ca View commit details
    Browse the repository at this point in the history
  3. * Corrects problem with nodeList naming
    grantcv1 committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    681bbb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1.   * Lots of performance optimizations
      * Addition of debug performance metrics
      * Bug fixes
    grantcv1 committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    804efc3 View commit details
    Browse the repository at this point in the history
  2. * Improved XPath handling
    grantcv1 committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    942fc7d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. * Cleanup and additional documentation
    grantcv1 committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    5981020 View commit details
    Browse the repository at this point in the history
  2. * Bug fixes
    grantcv1 committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    a16a314 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. * Adds workaround to apparent bug in xpath module's support for namespace axes
    * Better handling of root node
    grantcv1 committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    f9a7de2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. * Fixes problems with excessive aync/await usage
    * Fixes problem xPath processing namespaces
    grantcv1 committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    26c02d0 View commit details
    Browse the repository at this point in the history
  2. * Minor documentation update
    grantcv1 committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    bc21544 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1.  * Fixes problem with root handling
    grantcv1 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    a7f9c7e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. * Fixes problem when xPath position() function is used standalone rather than as part of a predicate.
    grantcv1 committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    a1ad118 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. * Adds a mechanism to use custom JavaScript functions
    grantcv1 committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    924e627 View commit details
    Browse the repository at this point in the history
Loading