Skip to content

2.0.0 - major version bump

Pre-release
Pre-release

Choose a tag to compare

@mirandadanielson mirandadanielson released this 19 Apr 19:32
· 520 commits to master since this release
88f5032

Breaking changes:

searchOn and sortBy now accept a comma delimited string instead of a comma delimited string OR an array of strings

Rename "Update" (used for PUT's) in favor of "Save" to clarify intent. It should more often be used to create new things. If you want to update an object a Patch is most likely the best thing to use.