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

Fix infinite loop in has binder #44

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Fix infinite loop in has binder #44

wants to merge 11 commits into from

Commits on Sep 25, 2013

  1. Remove need for once

    asolove committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    2254d9c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2014

  1. Merge pull request #20

    After running the specs with memwatch probing for leaks,
    I am content that this change is solid.
    kriskowal committed Feb 4, 2014
    Configuration menu
    Copy the full SHA
    3406ad9 View commit details
    Browse the repository at this point in the history
  2. Removed autoCancelPrevious

    This has turned out to be superfluous. `memwatch` does not reveal any
    memory leaks while running test coverage. Specifications pass. However,
    the behavior of the equality binder changed, but appears to be logical.
    kriskowal committed Feb 4, 2014
    Configuration menu
    Copy the full SHA
    27740d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

  1. added a string concat example

    cesine committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    3e35389 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. used jasmine-node spec/readme-spec.js

    to test the strings example
    cesine committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    7b40c0e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2014

  1. Merge pull request #40 from cesine/patch-1

    added a string concat example
    kriskowal committed Feb 9, 2014
    Configuration menu
    Copy the full SHA
    a1b0fec View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2014

  1. Configuration menu
    Copy the full SHA
    f06acbb View commit details
    Browse the repository at this point in the history
  2. Fix has observer for maps

    kriskowal committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    e39d442 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a382703 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2014

  1. Merge pull request #43 from kriskowal/map-has

    Fix has observer for maps
    kriskowal committed May 1, 2014
    Configuration menu
    Copy the full SHA
    1845e09 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2014

  1. Configuration menu
    Copy the full SHA
    3c5763f View commit details
    Browse the repository at this point in the history