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: eemeli/yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: eemeli/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 7 commits
  • 16 files changed
  • 2 contributors

Commits on Apr 23, 2022

  1. feat: Improve/specify/fix TS types for Document & collection access m…

    …ethods (#383)
    
    * feat: generic argument support for node methods
    
    * fix: Types of collection access methods
    
    * feat: Specify Document content & createNode() types more precisely
    
    * feat: Export types for YAMLOmap and YAMLSet
    
    * test: Port collection-access tests to TypeScript
    
    * test: Updated tests and types for collection access
    
    * style: Reversed generic parameter rename
    
    * fix: Corrected overload signatures
    
    * test: Corrected test assertion style
    
    Co-authored-by: Eemeli Aro <eemeli@gmail.com>
    golergka and eemeli authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    133f45c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    632c308 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    3ed008a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. fix: Rename internal Document option as _directives to resolve confli…

    …ct with ToString options (fixes #389)
    eemeli committed May 14, 2022
    Configuration menu
    Copy the full SHA
    a918afa View commit details
    Browse the repository at this point in the history
  2. chore: Refresh lockfile

    eemeli committed May 14, 2022
    Configuration menu
    Copy the full SHA
    5c84f07 View commit details
    Browse the repository at this point in the history
  3. chore: Update to jest 28

    eemeli committed May 14, 2022
    Configuration menu
    Copy the full SHA
    102ecf1 View commit details
    Browse the repository at this point in the history
  4. 2.1.0

    eemeli committed May 14, 2022
    Configuration menu
    Copy the full SHA
    c80d4c2 View commit details
    Browse the repository at this point in the history
Loading