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 Loading
base: 3.12.0
Choose a base ref
...
head repository: nodeca/js-yaml Loading
compare: 3.13.1
Choose a head ref
  • 16 commits
  • 19 files changed
  • 5 contributors

Commits on Jun 1, 2018

  1. Travis-CI: increase tests timeout

    Vitaly Puzrin committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    2d1fbed View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Fix description of onWarning (#460)

    ajafff authored and Vitaly Puzrin committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    00bba11 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Add "noArrayIndent" option (#461)

    Addresses issue #432 by adding a `noArrayIndent` option to optionally not add an extra level of indentation to array elements.
    
    When `noArrayIndent` option is set to `false` (or not provided), output is:
    ```
    array:
      - a
      - b
      - c
    ```
    
    When `noArrayIndent` option is set to `true`, output is:
    ```
    array:
    - a
    - b
    - c
    ```
    
    This helps avoid diffs when parsing, modifying, and generating valid yaml that does *not* use extra indentation for arrays.
    jacob-hd authored and Vitaly Puzrin committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    784d1d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Browser files rebuild

    Vitaly Puzrin committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    7b68122 View commit details
    Browse the repository at this point in the history
  2. 3.12.1 released

    Vitaly Puzrin committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    b6d2609 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Fix for issue #468 includes passing test (#469)

    diberry authored and Vitaly Puzrin committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    99c0bf9 View commit details
    Browse the repository at this point in the history
  2. Browser files rebuild

    Vitaly Puzrin committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    7231a49 View commit details
    Browse the repository at this point in the history
  3. 3.12.2 released

    Vitaly Puzrin committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    e4267fc View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Fix test name

    Vitaly Puzrin committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    59b6e76 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Restrict data types for object keys

    fix #475
    rlidwka committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    a567ef3 View commit details
    Browse the repository at this point in the history
  2. Browser files rebuild

    Vitaly Puzrin committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    f64c673 View commit details
    Browse the repository at this point in the history
  3. 3.13.0 released

    Vitaly Puzrin committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    9d4ce5e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Fix possible code execution in (already unsafe) load()

    ... when object with executable toString() property is used as a map key
    rlidwka committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    e18afbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #480 from nodeca/toString

    Fix possible code execution in (already unsafe) load()
    Vitaly Puzrin committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    b2f9e88 View commit details
    Browse the repository at this point in the history
  3. Browser files rebuild

    Vitaly Puzrin committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    da8ecf2 View commit details
    Browse the repository at this point in the history
  4. 3.13.1 released

    Vitaly Puzrin committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    665aadd View commit details
    Browse the repository at this point in the history
Loading