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

7.0.0 #43

Merged
merged 23 commits into from Feb 6, 2019
Merged

7.0.0 #43

merged 23 commits into from Feb 6, 2019

Commits on Jan 2, 2019

  1. Apply Prettier defaults

    jlmakes committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    b15bffb View commit details
    Browse the repository at this point in the history
  2. Update copyright

    Happy new year! 🎉
    jlmakes committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    65bcabf View commit details
    Browse the repository at this point in the history
  3. Upgrade peer dependency

    jlmakes committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    b760939 View commit details
    Browse the repository at this point in the history
  4. Upgrade to Node 8

    jlmakes committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    7ffef6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf545de View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Upgrade dependencies

    jlmakes committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    a073f5b View commit details
    Browse the repository at this point in the history
  2. Refactor for upstream breaking changes

    Library source updated for Rollup v1.0.0 API (Closes #42)
    jlmakes committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    2113471 View commit details
    Browse the repository at this point in the history
  3. Add library package lock

    jlmakes committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    999dfd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Add no-op fallback

    jlmakes committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    629ddd0 View commit details
    Browse the repository at this point in the history
  2. Remove custom file watcher

    It seems as though the file watcher is being excesively
    reinitialized, whereby only certain files end up being watched.
    
    The Chokidar watcher may yet be the best solution, but for now it
    will be removed while the core preprocessor is refactored.
    jlmakes committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    ecd9e74 View commit details
    Browse the repository at this point in the history
  3. Refactor Rollup bundle caching

    Each entrypoint has its own bundle, so the previous implementation
    seemed to be ineffectual. Oops! :)
    jlmakes committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    e79d9ba View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Add more info log output

    Partial reimplementation of #39
    jlmakes committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    802d6bb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Create new class: Watcher

    Begin reimplementation of the custom file watcher.
    jlmakes committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    a21587d View commit details
    Browse the repository at this point in the history
  2. Add Chokidar to Watcher

    jlmakes committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    190f7cf View commit details
    Browse the repository at this point in the history
  3. Implement custom file watcher

    So it turns out the basePath and log were not necessary, because
    Karma already outputs when files change... got love removing code!
    
    What's more, this implementation appears to fix #28 and fix #41
    due to its use of Karma's internal `FileList.changeFile` method
    (exposed on the Server "EventEmitter").
    
    This still needs more thorough testing, but I'm optimistic.
    jlmakes committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    3d9058b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd8e793 View commit details
    Browse the repository at this point in the history
  5. Upgrade dependencies

    jlmakes committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    636a5e9 View commit details
    Browse the repository at this point in the history
  6. Prerelease 7.0.0-rc.1

    jlmakes committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    49ff25c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Ignore file paths containing null bytes

    Reimplement #30
    jlmakes committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ff63827 View commit details
    Browse the repository at this point in the history
  2. Prerelease 7.0.0-rc.2

    jlmakes committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    2921c42 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Upgrade dependencies

    jlmakes committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    7438470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef7ea0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc9ad10 View commit details
    Browse the repository at this point in the history