Skip to content

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 218 commits into from
Sep 4, 2019
Merged

update #1

merged 218 commits into from
Sep 4, 2019

Conversation

mtrezza
Copy link
Owner

@mtrezza mtrezza commented Sep 4, 2019

No description provided.

mtrezza and others added 30 commits June 25, 2018 15:35
* 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
* Modernizes SDK

- Replace ParsePromise with native Promise
- Removes all compatibility with Backbone style callbacks

* Ensures integration tests are OK

* Updates documentations to remove backbone styles

* removes es2015 transformations

* Adds prepare phase

* Adds changelog
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 failing test for #639

* Fixes #639
BufferUnderflower and others added 29 commits July 19, 2019 14:48
* 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
@mtrezza mtrezza merged commit 4a0be3a into mtrezza:master Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.