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: 2.1.0
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: 2.1.1
Choose a head ref
  • 14 commits
  • 20 files changed
  • 3 contributors

Commits on Jun 30, 2013

  1. Added mangling option to minifier, closes #82

    Vitaly Puzrin committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    00d531a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2013

  1. Configuration menu
    Copy the full SHA
    4e8d780 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from Survos/readme-safeload

    update README for safeLoad-related changes
    Vitaly Puzrin committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    1250af6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5360be2 View commit details
    Browse the repository at this point in the history
  4. change "cut" option in Makefile to be compatible with OS X

    The GNU version of "cut" allows "--bytes" or "-b", but the version in OS X
    understands only "-b", so use "cut -b -6" instead of "cut --bytes=-6".
    kcivey committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    2fd9fc5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #88 from Survos/jshint-cleanup

    remove extra commas & add quotes around "null" key to make jshint happy
    Vitaly Puzrin committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    5ff657b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #89 from Survos/make-osx-cut

    change "cut" option in Makefile to be compatible with OS X
    Vitaly Puzrin committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    b5bb4dd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2013

  1. Configuration menu
    Copy the full SHA
    5749fd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0255c92 View commit details
    Browse the repository at this point in the history
  3. Add some comments.

    dervus committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    16a62ee View commit details
    Browse the repository at this point in the history
  4. Remove "bad idea" TODO remarks from the code.

    Flow readers must not consume trailing whitespace because such a
    behavior is too error-prone. Even plain scalar reader does not
    consume that outside of it's scope (indentation level).
    
    Example of wrong of "every reader consumes trailing whitespaces"
    behavior is issue #80
    dervus committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    3e5ef77 View commit details
    Browse the repository at this point in the history
  5. Fix bug in flow collections reader.

    Related to issue #92
    dervus committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    6e0f5af View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2013

  1. Update HISTORY

    dervus committed Sep 29, 2013
    Configuration menu
    Copy the full SHA
    3f361fc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2013

  1. 2.1.1 released

    Vitaly Puzrin committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    964bae2 View commit details
    Browse the repository at this point in the history
Loading