forked from parse-community/Parse-SDK-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
update #1
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
Merged
Merged
update #1
Conversation
This file contains hidden or 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 convenience methods and tests * added more tests * combined methos for sorted and unsorted queries by using `sorted` parameter * sorted parameter defaults to true if not set * made integration tests pending because tests again unpublished version of parse server will fail * removed duplicate of withinGeoBox that was mistakenly added earlier * integration tests running against latest parse-server version; re-activated integration tests for near-sphere * reverted existing test cases to without sorted parameter; added test case with sorted=true parameter * test against latest
* Bumps dependencies to the most recent versions * Bumps dev dependencies * pins dependencies * Use codecov package instead of codecov.io
* chore: add Greenkeeper config file * docs(readme): add Greenkeeper badge
Users shouldn't expect an undefined when calling get.
* Adding options to fullText search * adding tests * fix tests * add options validation * add options validation and more test cases * removing commented out code * add more test * sort by text score method * Text fix Indexes don't get deleted between tests so new classes are created as a workaround. Also I can't seem to use language options with case sensitive or diacritic sensitive
* chore(package): update dependencies https://greenkeeper.io/ * chore(travis): whitelist greenkeeper branches https://greenkeeper.io/ * docs(readme): add Greenkeeper badge https://greenkeeper.io/ * fixes * Better gitignore * Update README.md * Update README.md * Update README.md
* Moves integration test at top level with jasmine - Use jasmine so toolchain is similar to parse-server - Replaces bash script with pre-test * Update contributing guide * Updates URLs * nits * nits * nit
These both can accept either a string, or an array of strings
* ⚡ Release v2.0.1 * Adds documentation for async functions * Adds documentation about 2.0.0 * Adds upgrade guide * Reverts CloudCode docs
* includeAll * added * to include * removed unnessary fields * include server version
* nor * doc fix
* fetchWithInclude * improve coverage * Add fetchWithInclude to Users * improve docs * nit
* Allow aggregate stages with same name Instead of converting array to json for the payload just pass it though. The pipeline keyword needs to be added to the server. * nit * test update
* Adds linting to tests * Adds linting to sources * Adds linting * Adds linting for integration spec * Updates docs with options removed where necessary
* adds withCount query constrain * tests withCount * doc * formatted * fix semicolons * integration * style * integration tests for default * default to true; withJson - why not
* chore(package): update eslint to version 6.1.0 * chore(package): update lockfile package-lock.json
* chore(package): update eslint-plugin-flowtype to version 3.12.2 * chore(package): update lockfile package-lock.json
* Support for Wechat applet * fix eslint and localStorage * fix regenerator-runtime https://blog.csdn.net/xubaifu1997/article/details/90605683 * support file downloadAjax * support liveQuery * Add weapp.js to distribution * support LocalDatastore * Update readme and remove wx.Parse
Allows for swappable WebSocket implementation.
* ⚡️ Release v2.6.0 Sorry I accidently added a commit directly to master. 64f359a * clean npm install
* Remove Deprecated @babel/polyfill * fix babel jest * run against bleeding edge
* Ensure LiveQuery subscribes * lint * add tests * fix tests and functionality * fix tests
* chore(package): update eslint-plugin-flowtype to version 3.13.0 * chore(package): update lockfile package-lock.json
* new top section * add logo * Update README.md * Switch links to https * formatting
* feat(ParseObject): Add option `cascadeSave` to save() Closes #864 * fix(ParseObject): Safe check for unsaved in save() * refactor(ParseObject): `cascadeSave` won't save new objects Nested objects who have not been saved will be ignored when setting `cascadeSave: true`, so save() will throw "Cannot create Pointer to an unsaved ParseObject".
* chore(package): update browserify to version 16.4.0 * chore(package): update lockfile package-lock.json
* chore(package): update core-js to version 3.2.0 * chore(package): update lockfile package-lock.json
* chore(package): update browserify to version 16.5.0 * chore(package): update lockfile package-lock.json
* chore(package): update eslint-plugin-flowtype to version 4.0.0 * chore(package): update lockfile package-lock.json
* chore(package): update core-js to version 3.2.1 * chore(package): update lockfile package-lock.json
* fix(package): update ws to version 7.1.2 * chore(package): update lockfile package-lock.json
Makes the guide easily accessible.
…n 🚀 (#891) * chore(package): update babel-plugin-minify-dead-code-elimination to version 0.5.1 * chore(package): update lockfile package-lock.json
* fix(package): update uuid to version 3.3.3 * chore(package): update lockfile package-lock.json
* Support object.exists() * improve implementation
* chore(package): update babel-eslint to version 10.0.3 * chore(package): update lockfile package-lock.json
* Update CHANGELOG.md * 2.7.0
* chore(package): update eslint to version 6.3.0 * chore(package): update lockfile package-lock.json
* chore(package): update cross-env to version 5.2.1 * chore(package): update lockfile package-lock.json
* chore(package): update eslint-plugin-flowtype to version 4.3.0 * chore(package): update lockfile package-lock.json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.