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: documentationjs/documentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.0.0
Choose a base ref
...
head repository: documentationjs/documentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.0.1
Choose a head ref
  • 8 commits
  • 45 files changed
  • 2 contributors

Commits on Jun 4, 2020

  1. fix: 🐛 Error with flow opaque type and readme command

    When exporting an opaque Flow type and importing it into an entry file
    for documentation to consume, the CLI throws an error when using the
    readme command.
    
    ✅ Closes: #1322
    andrewdelprete authored and tmcw committed Jun 4, 2020
    Copy the full SHA
    78db9a4 View commit details
  2. fix: 🐛 Fixes an issue when using object spread and $Exact

    Fixes an issue where documentationjs breaks on build when  using object
    spread and Flow utility $Exact (i.g: ...Exact<Type>)
    
    ✅ Closes: #1324
    andrewdelprete authored and tmcw committed Jun 4, 2020
    Copy the full SHA
    106945c View commit details
  3. fix comment typo

    andrewdelprete authored and tmcw committed Jun 4, 2020
    Copy the full SHA
    01b1c2e View commit details
  4. refactor: 💡 type section is redundant and not formatted

    When an object is flow typed, a `type` AND `properties` section is
    rendered. The type section seems redundant and isn't formatted, whereas
    the properties section is. This PR removes the `type` section when
    dealing with an object type.
    
    ✅ Closes: #1326
    andrewdelprete authored and tmcw committed Jun 4, 2020
    Copy the full SHA
    71ceea2 View commit details
  5. Fix tests

    andrewdelprete authored and tmcw committed Jun 4, 2020
    Copy the full SHA
    28867f8 View commit details
  6. try fixing test again ;D

    andrewdelprete authored and tmcw committed Jun 4, 2020
    Copy the full SHA
    2da9d6f View commit details
  7. chore: Update dependencies

    tmcw committed Jun 4, 2020
    Copy the full SHA
    5f55bb4 View commit details
  8. chore(release): 13.0.1

    tmcw committed Jun 4, 2020
    Copy the full SHA
    78c6a5a View commit details
Loading