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: canjs/bit-docs-html-canjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.7
Choose a base ref
...
head repository: canjs/bit-docs-html-canjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.8
Choose a head ref
  • 10 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 30, 2017

  1. Configuration menu
    Copy the full SHA
    dad5ee2 View commit details
    Browse the repository at this point in the history
  2. Remove redundant search tests

    We don’t really need to test whether there were more than 0 results _and_ more than 1 result.
    chasenlehara authored Jun 30, 2017
    Configuration menu
    Copy the full SHA
    4f6041e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Merge pull request #364 from canjs/fix-search-results

    Fix search results and keep them working in Safari
    chasenlehara authored Jul 1, 2017
    Configuration menu
    Copy the full SHA
    e654e63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d73064 View commit details
    Browse the repository at this point in the history
  3. WIP: Move search into a web worker

    This takes all of the Lunr code and moves it to a web worker, so the indexing and searching process doesn’t block the main thread.
    
    This is a WIP because the way the web worker is loaded is a terrible hack.
    chasenlehara committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    f613456 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Work around exception thrown in Safari

    Resolves #358
    chasenlehara committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    08c403f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b780b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4417162 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #365 from canjs/363-web-worker

    WIP: Move search into a web worker
    chasenlehara authored Jul 3, 2017
    Configuration menu
    Copy the full SHA
    4d0208f View commit details
    Browse the repository at this point in the history
  5. 1.0.8

    imaustink committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    1bbac45 View commit details
    Browse the repository at this point in the history
Loading