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.12.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.12.1
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 1, 2018

  1. Travis-CI: increase tests timeout

    Vitaly Puzrin committed Jun 1, 2018
    Copy the full SHA
    2d1fbed View commit details

Commits on Dec 16, 2018

  1. Fix description of onWarning (#460)

    ajafff authored and Vitaly Puzrin committed Dec 16, 2018
    Copy the full SHA
    00bba11 View commit details

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    784d1d0 View commit details

Commits on Jan 5, 2019

  1. Browser files rebuild

    Vitaly Puzrin committed Jan 5, 2019
    Copy the full SHA
    7b68122 View commit details
  2. 3.12.1 released

    Vitaly Puzrin committed Jan 5, 2019
    Copy the full SHA
    b6d2609 View commit details
Loading