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: facebook/docusaurus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.6
Choose a base ref
...
head repository: facebook/docusaurus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.7
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 15, 2018

  1. Verified

    This commit was signed with the committer’s verified signature.
    nmm0 Nicolas Morales
    Copy the full SHA
    0dad6d5 View commit details

Commits on Feb 16, 2018

  1. Verified

    This commit was signed with the committer’s verified signature.
    nmm0 Nicolas Morales
    Copy the full SHA
    5dd8b73 View commit details

Commits on Feb 17, 2018

  1. Don't throw if a doc hasn't been versioned yet (#455)

    Instead of throwing, return `null` because that means we have a
    new doc in our versioning sequence
    
    (Also, cleaned up a bit of code as I researched this)
    
    Partial Fix To #450
    JoelMarcey authored Feb 17, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    nmm0 Nicolas Morales
    Copy the full SHA
    1388e13 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    nmm0 Nicolas Morales
    Copy the full SHA
    f79cfaa View commit details
  3. Allow multiple - in a version string (#457)

    * Allow multiple `-` in a version string
    
    Right now we were assuming that there would be no `-` in a version.
    That was breaking things.
    
    This allows more flexibility for versions like:
    
    1.0.0-beta.2
    
    Ref #455
    Fixes #450
    
    * Check more specific strings - need to look for the original_id
    JoelMarcey authored Feb 17, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    nmm0 Nicolas Morales
    Copy the full SHA
    ec6ff92 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2c2d6d6 View commit details
Loading