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

Run a flush cycle before calling model promise callbacks. #50

Merged
merged 3 commits into from Jan 10, 2018

Commits on Jan 8, 2018

  1. Run a flush cycle before calling model promise callbacks. This ensures

    that any cached props that have be invalidated by a mapper response
    have been updated before the callback is called.
    Corey Burrows committed Jan 8, 2018
    Copy the full SHA
    d19e5d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Commit compiled files to repo so that the module can be installed from a

    github url. We're currently limited to installing from NPM or a locaal
    file, which complicates testing in a CI environment.
    Corey Burrows committed Jan 9, 2018
    Copy the full SHA
    9aa46ff View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Commit webpack package as well.

    Corey Burrows committed Jan 10, 2018
    Copy the full SHA
    92bde32 View commit details
    Browse the repository at this point in the history