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.3.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: 3.3.1
Choose a head ref
  • 7 commits
  • 11 files changed
  • 5 contributors

Commits on Apr 29, 2015

  1. update custom types example

    do not execute console.log when module is required
    and exports are used
    rockitbaby committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    0b9042f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #186 from preciousforever/improvement-custom_types…

    …-example
    
    Improve custom types example
    dervus committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    ad21884 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2015

  1. Add option to sort keys on dump

    Squashed commit of the following:
    
    commit e3b379d
    Author: Robert (Jamie) Munro <[email protected]>
    Date:   Fri May 8 16:10:54 2015 +0100
    
        Add some tests
    
    commit febe465
    Author: Robert (Jamie) Munro <[email protected]>
    Date:   Fri May 8 15:35:14 2015 +0100
    
        Document options.sortKeys for dumper
    
    commit 70e7e3d
    Author: Robert (Jamie) Munro <[email protected]>
    Date:   Fri May 8 15:33:20 2015 +0100
    
        Allow sortKeys option in dumper
    
        Can be `false` (no sorting), `true` (default sorting), or a function
        (passed to `array.sort(function)` to allow custom ordering
    
    commit dee34b1
    Author: Robert (Jamie) Munro <[email protected]>
    Date:   Fri May 8 09:43:03 2015 +0100
    
        Sort keys so that the output is deterministic
    rjmunro authored and ixti committed May 13, 2015
    Configuration menu
    Copy the full SHA
    ce0161c View commit details
    Browse the repository at this point in the history
  2. Process astral characters correctly

    According to YAML 1.2 spec, #xD800-#xDFFF unicode range is considered
    non-printables. But unicode range #x10000-#x10FFFF, represented
    in UTF-16 by the same characters is not.
    
    NOTE: Non-printable characters are still allowed in quoted scalars,
    added a pending test for this case.
    
    Fixes: #191
    rlidwka committed May 13, 2015
    Configuration menu
    Copy the full SHA
    e26fe90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #190 from rlidwka/surrogates

    allow astral characters
    Vitaly Puzrin committed May 13, 2015
    Configuration menu
    Copy the full SHA
    65ad3b3 View commit details
    Browse the repository at this point in the history
  4. Browser files rebuild

    Vitaly Puzrin committed May 13, 2015
    Configuration menu
    Copy the full SHA
    cc9e0ba View commit details
    Browse the repository at this point in the history
  5. 3.3.1 released

    Vitaly Puzrin committed May 13, 2015
    Configuration menu
    Copy the full SHA
    c50f993 View commit details
    Browse the repository at this point in the history
Loading