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

Array helpers #185

Merged
merged 18 commits into from
Jul 21, 2016
Merged

Array helpers #185

merged 18 commits into from
Jul 21, 2016

Commits on Jul 19, 2016

  1. Added map helper

    taras committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    0b8b256 View commit details
    Browse the repository at this point in the history
  2. Added filter helper

    taras committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    bda6e1a View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary imports

    taras committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    56c64cb View commit details
    Browse the repository at this point in the history
  4. Added reduce helper

    taras committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    8fbf300 View commit details
    Browse the repository at this point in the history
  5. Updated readme

    taras committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    20442dc View commit details
    Browse the repository at this point in the history
  6. Removed unnecessary filter

    taras committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    afaefd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11530d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98b613d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f24ec9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c2f450 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Change this.get to get(this

    taras committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    98610db View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary whitespace

    taras committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    f03ee8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c0af93 View commit details
    Browse the repository at this point in the history
  4. Cleaned up map-test

    taras committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    f3a9b72 View commit details
    Browse the repository at this point in the history
  5. Added precondition to map-test

    taras committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    3a860d3 View commit details
    Browse the repository at this point in the history
  6. Tweaked logic in filter-test

    taras committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    324a325 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Applies missing cleanup

    - Removed empty line from beginning of compute method in filter, filter-by, map and reduce
    - Replaced the remaining this.set with this.on
    - Renamed actions called callback to semantically better names
    taras committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    42dee52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50fe76a View commit details
    Browse the repository at this point in the history