Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle pretty formatting of wide arrays and array-like objects #12402

Merged
merged 11 commits into from Feb 16, 2022

Commits on Feb 15, 2022

  1. Copy the full SHA
    db6fa39 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2778b55 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8e93397 View commit details
    Browse the repository at this point in the history
  4. Support sets

    ryanwilsonperkin committed Feb 15, 2022
    Copy the full SHA
    9fc0e9e View commit details
    Browse the repository at this point in the history
  5. Support Maps

    ryanwilsonperkin committed Feb 15, 2022
    Copy the full SHA
    c560f9a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bacf8d5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    62ee845 View commit details
    Browse the repository at this point in the history
  8. Use unicode ellipsis

    ryanwilsonperkin committed Feb 15, 2022
    Copy the full SHA
    7a7d959 View commit details
    Browse the repository at this point in the history
  9. Add CHANGELOG entry

    ryanwilsonperkin committed Feb 15, 2022
    Copy the full SHA
    b8eccca View commit details
    Browse the repository at this point in the history
  10. Refactor to use safe navigation & null coalescing

    prefer to use these operators where possible on the options object
    
    Refactor requested during review
    ryanwilsonperkin committed Feb 15, 2022
    Copy the full SHA
    82c5d3c View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    SimenB committed Feb 15, 2022
    Copy the full SHA
    7ea6719 View commit details
    Browse the repository at this point in the history