Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Minor version bump #87

Merged
merged 41 commits into from
Nov 10, 2012
Merged

Minor version bump #87

merged 41 commits into from
Nov 10, 2012

Conversation

avoidwork
Copy link
Owner

  • Implemented Promises/A via $.promise() / abaaso.promise()
  • Refactored array.range() to be "SQL like" array.limit(index, offset)
  • Created vector array methods (max, min, mode, mean, median, sum, range)
  • Created array.chunk(size) to break up an Array into a new 2D Array (like pagination)
  • Created array.split(size) to distribute an Array across a new 2D Array
  • Added failed[verb] event for XHR via onerror (if supported)
  • Refactored client.request() & client.response()
  • Refactored data.batch() to set batches of records (default is 1000) via utility.defer()
  • Refactored data.keys{} to not have an index property
  • Fixed element.create() to support SVG
  • Optimized utility.genId()
  • Added afterDataTeardown event to data.teardown()

Typo

Changing symantecs

Typo

Adding validation to promise.resolve()

Symantecs

Adding validation to promise.vouch()

Changing symantecs

Changed promise 'completed' state descriptor, updated docblocks
Updating docblock

Updating docblock
Implementing recursion in promise.then()

Normalizing success & failure branches of promise.then()

Renamed promise.done() to promise.resolve(), fixed state changes from success > error > success for chaining (if applicable)

Fixed inheriting the outcome of chained promises
…ray.min() to find the minimum value in an Array, wrote a test for both, both are added to Array.prototype

Shortening the callstack of array.max()
…ed after ANSI SQL LIMIT clause; updated tests, data.get() & datalist.refresh()
…ed client.response() to be lighter

Added logic to client.response() for IE8

Changing XDomainRequest conditional statement in client.response()

Tweaking conditional statements within client.response()

Tweaking client.response() statements

Tweaking client.response()
@ghost ghost assigned avoidwork Nov 10, 2012
avoidwork added a commit that referenced this pull request Nov 10, 2012
@avoidwork avoidwork merged commit 2159a97 into master Nov 10, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant