This repository was archived by the owner on Nov 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added "headers" event to client.response()
Implemented native XMLHttpRequest shim for node.js
node.js xhr tweaks
Fixing xhr.prototype.getAllResponseHeaders()
Minor refactoring of element.val()
Node.js centric changes
A few bug fixes
Fixing headers persisting on node xhr objects (between instances)
Executing utility.coerce() before returning from cookie.get()
Fixing data.set() on RESTful records with child stores
Refactoring client.headers()
Fixing OPTIONS request handling
Changing data.uri setter to not execute data.teardown() when changing th...
Naming the AMD module for requirejs 2.0+
Refactoring data.get() to support comma delimited String as only argumen...
Merging datalist & filter modules with core framework
Created observer.hook() & implemented it within data.register()
Minor tweak of route.server()
Fixing a regression that affects starting a server in node
Fixing consuming APIs with relative paths for collections
Not specifying a default host when spawning a node HTTP server (lets any...
Refactoring data.batch()
Correcting relative path handling within data.batch()
Tweaking URI detection logic within data.crawl()
Version bump
Finalized relational API end point consumption
Syntax change!
Fixing prototype hooks on the Client & avoiding collision on the Server
Updating client.del() to client.delete(), $.del() to $.delete()
Refactoring client.request() to support acting as a proxy
"Fixing" utility.parse() for IE
Minor version bump
Minor version bump - Array focused
Implemented ruby inspired Array methods
Returning to original array.rindex() implementation
More array{} work
Fixing Getters/Setters for node.js
Fixing data.batch() to fire events if no data is received (empty array f...
Minor fix
Fixing data.total value when data.del() is executed with invalid key
Fixing data.find() for null values
Fixing route.load(), reformatting various statements for easier debuggin...
Fixing execution of data.reindex() from data.batch()
Fixing a regression in data.batch() by returning `sync` functionality
Fixing data.batch() to fire events when completing a "delete"
Fixing all events this time
Fixing data.reindex()
Fixing SSL requests from node.js
Refactored data.find() to accept a Function as `needle`
Fixing datalist behavior
Helps if the method is present!
Minor version bump
Minor version bump
Minor version bump
Minor version bump
Fix the shape of the request before issuing another. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.