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: nodeca/js-yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.7
Choose a base ref
...
head repository: nodeca/js-yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.0
Choose a head ref
  • 15 commits
  • 67 files changed
  • 4 contributors

Commits on Mar 6, 2015

  1. npm test command support

    isaacs committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    1b64089 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. Support new (correct) RegExp.toString behavior

    Just a fix to the test to remove spurious failure.
    
    Fix #172
    isaacs committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    ee72d95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from isaacs/gh-172

    Gh 172
    Vitaly Puzrin committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    95cf98f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2015

  1. Configuration menu
    Copy the full SHA
    a7078cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from kahwee/patch-1

    Make Travis start build faster with Docker
    Vitaly Puzrin committed Mar 15, 2015
    Configuration menu
    Copy the full SHA
    92c965a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Adds literal, folded, and single-quote scalar dump

    Expands the ways that string values can be dumped to yaml.
    
    Use simple scalar when possible, as before.
    
    If simple is not possible, but single-quoted is allowed (ie, no
    unprintables or escaped characters), then use that.
    
    If there are linebreaks, and no lines have trailing or leading spaces,
    then use folded or literal.  Prefer literal if all lines are below a
    reasonable limit.
    
    If neither literal nor folded are possible, then fall back to
    double-quoted.
    
    Fixes #66
    isaacs committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    5c85e98 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Merge pull request #181 from isaacs/scalardump

    Adds literal, folded, and single-quote scalar dump
    dervus committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    e956f91 View commit details
    Browse the repository at this point in the history
  2. Minor style changes

    dervus committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    8d200b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d0779c View commit details
    Browse the repository at this point in the history
  4. Strip BOM, closes #179

    Vitaly Puzrin committed Apr 22, 2015
    4 Configuration menu
    Copy the full SHA
    48f9b43 View commit details
    Browse the repository at this point in the history
  5. jshint -> eslint + CS update

    Vitaly Puzrin committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    12532e6 View commit details
    Browse the repository at this point in the history
  6. Moved BOM strip test to better location

    Vitaly Puzrin committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    b9c93e2 View commit details
    Browse the repository at this point in the history
  7. Coverage report + configs cleanup + deps bump

    Vitaly Puzrin committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    b1a4537 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2015

  1. Browser files rebuild

    Vitaly Puzrin committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    b3af7b9 View commit details
    Browse the repository at this point in the history
  2. 3.3.0 released

    Vitaly Puzrin committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    9cc570a View commit details
    Browse the repository at this point in the history
Loading