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

Add support for chained computed prop dependencies #51

Merged
merged 9 commits into from
Jan 17, 2018

Commits on Jan 10, 2018

  1. Make Transis.Object proxy methods public and add specs.

    Corey Burrows committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    04229c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    896840c View commit details
    Browse the repository at this point in the history
  3. Refactor the way array mutation events are proxied so that we don't have

    to trigger a notification for the proxy name itself.
    Corey Burrows committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    a7b1b42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5941d2 View commit details
    Browse the repository at this point in the history
  5. Update dist files.

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

Commits on Jan 16, 2018

  1. Cleanup unnecessary nesting of if statements.

    Corey Burrows committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    13e01b9 View commit details
    Browse the repository at this point in the history
  2. Update version tag.

    Corey Burrows committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    67b202a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Use const instead of let.

    Corey Burrows committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    886d0fc View commit details
    Browse the repository at this point in the history
  2. Use String.prototype.endsWith instead of checking indexes.

    Corey Burrows committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    870805a View commit details
    Browse the repository at this point in the history