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: oreillymedia/htmlbook.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: kramed
Choose a base ref
...
head repository: oreillymedia/htmlbook.js
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.
  • 18 commits
  • 13 files changed
  • 2 contributors

Commits on Jul 8, 2015

  1. Merge pull request #14 from oreillymedia/kramed

    Switch markdown parsing to kramed
    fchasen committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    f947988 View commit details
    Browse the repository at this point in the history
  2. Enable header ids, fix tests

    fchasen committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    25870bc View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Configuration menu
    Copy the full SHA
    f3c4237 View commit details
    Browse the repository at this point in the history
  2. v0.1.7 bump

    fchasen committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    eddb3eb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

  1. Parse as XML, render cdata

    fchasen committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    3136572 View commit details
    Browse the repository at this point in the history
  2. v0.1.8 bump

    fchasen committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    cc7750a View commit details
    Browse the repository at this point in the history
  3. update to latest htmlparser2

    fchasen committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    01c4c0a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15 from oreillymedia/cdata

    Parse as XML, render CDATA
    fchasen committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    2d3f32e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

  1. Don't escape &

    fchasen committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    a96c48f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Add back amp escape

    fchasen committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    c640d3b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    2a7388a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e15a59b View commit details
    Browse the repository at this point in the history
  3. Ignore package.lock file

    delfanbaum committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    0abcfda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f177bf5 View commit details
    Browse the repository at this point in the history
  5. Update per audit --fix and add tmp as dev dep

    We want tmp because the validation_spec.js files were failing due to file collisions in the way that it now runs (asynchronously)
    delfanbaum committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    ab14d7e View commit details
    Browse the repository at this point in the history
  6. Update spec tests and readme

    This commit includes:
    
    * Readme update to use `jasmine` instead of the abandoned `jasmine-node`
    * validation_spec updated to use `tmp` to create a temporary file to
      validate against; the old logic looks like it was written for a
      synchronous runtime, and that's not how things work anymore.
    * htmlbook_spec update is just to remove an unneeded `require`
    delfanbaum committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    fe608ad View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Configuration menu
    Copy the full SHA
    f7f5757 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from oreillymedia/modernization

    Modernization
    delfanbaum authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    c52c6ef View commit details
    Browse the repository at this point in the history
Loading