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: 0.3.3
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: 0.3.4
Choose a head ref
  • 13 commits
  • 15 files changed
  • 2 contributors

Commits on Dec 20, 2011

  1. Fixes contributors list

    ixti committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    9ceeb14 View commit details
    Browse the repository at this point in the history
  2. refactor MarkedYAMLError.toString

    Split the toString method up so that there is now toStringFull() and
    toStringCompact(), and toString(compact) delegates off depending on
    whether compact was passed in.
    
    The reason for this is because I have tweaked the display of the compact
    error messages, and rather than adding more logic to toString() it
    seemed more sensible to split it up.
    
    Compact error messages now look like:
    
        Error on line 7, col 1: could not found expected ':'
    
    The motivation for this change is increased parsability and readability.
    scrooloose committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    39cf6be View commit details
    Browse the repository at this point in the history
  3. Refactors toString() internals

    ixti committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    e562de9 View commit details
    Browse the repository at this point in the history
  4. Updates HISTORY

    ixti committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    4b38384 View commit details
    Browse the repository at this point in the history
  5. Adds tests for #33

    ixti committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    ddacfc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2011

  1. Configuration menu
    Copy the full SHA
    933409a View commit details
    Browse the repository at this point in the history
  2. Fixes str[] for oldIEs

    ixti committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    5cc62a5 View commit details
    Browse the repository at this point in the history
  3. Updates browserified version

    ixti committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    c271255 View commit details
    Browse the repository at this point in the history
  4. Updates HISTORY

    ixti committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    56898bb View commit details
    Browse the repository at this point in the history
  5. Updates README

    ixti committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    7bcc1f2 View commit details
    Browse the repository at this point in the history
  6. Updates README

    ixti committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    380f97a View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2011

  1. Updates CodeMirror

    ixti committed Dec 24, 2011
    Configuration menu
    Copy the full SHA
    4d5d0d8 View commit details
    Browse the repository at this point in the history
  2. Version bump to 0.3.4

    ixti committed Dec 24, 2011
    Configuration menu
    Copy the full SHA
    f1a22c0 View commit details
    Browse the repository at this point in the history
Loading