Skip to content

Commit 52de4cc

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 6a58649 + bae8902 commit 52de4cc

27 files changed

Lines changed: 256 additions & 2129 deletions

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- "development"
77
paths-ignore:
88
- "**/README.md"
9-
- "docs/**"
109
pull_request:
1110
branches:
1211
- "**"

.github/workflows/release-automated.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
run: dart pub publish --force
5555
docs-publish:
5656
needs: release
57-
runs-on: ubuntu-latest
58-
timeout-minutes: 10
59-
steps:
60-
- name: Publish docs
61-
uses: parse-community/Parse-SDK-Flutter/.github/workflows/release-manual-docs@master
62-
with:
63-
tag: ${{ github.ref_name }}
57+
uses: parse-community/Parse-SDK-Flutter/.github/workflows/release-manual-docs.yml@master
58+
with:
59+
tag: ${{ github.ref_name }}

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[![Build Status](https://github.com/parse-community/Parse-SDK-Flutter/workflows/ci/badge.svg?branch=master)](https://github.com/parse-community/Parse-SDK-Flutter/actions?query=workflow%3Aci+branch%3Amaster)
66
[![Coverage](https://img.shields.io/codecov/c/github/parse-community/Parse-SDK-Flutter/master)](https://app.codecov.io/gh/parse-community/Parse-SDK-Flutter/branch/master)
77

8+
[![Forum](https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg)](https://community.parseplatform.org/c/parse-server)
89
[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)][open-collective-link]
910
[![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)][open-collective-link]
10-
[![License](https://img.shields.io/badge/license-Apache%202.0-lightgrey.svg)](https://github.com/parse-community/Parse-SDK-Flutter/blob/master/LICENSE)
11-
[![Forum](https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg)](https://community.parseplatform.org/c/parse-server)
1211
[![Twitter Follow](https://img.shields.io/twitter/follow/ParsePlatform.svg?label=Follow%20us&style=social)](https://twitter.com/intent/follow?screen_name=ParsePlatform)
12+
[![Chat](https://img.shields.io/badge/Chat-Join!-%23fff?style=social&logo=slack)](https://chat.parseplatform.org)
1313

1414
---
1515

@@ -19,9 +19,27 @@ These libraries give you access to the powerful Parse Server backend from your D
1919

2020
These packages are available in this repository:
2121

22-
| Type | Name | Pub |
22+
| Type | Name | Pub |
2323
|---------|------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
24-
| Dart | [parse_server_sdk](./packages/dart) | [![pub package](https://img.shields.io/pub/v/parse_server_sdk.svg)](https://pub.dev/packages/parse_server_sdk) [![likes](https://badges.bar/parse_server_sdk/likes)](https://pub.dev/packages/parse_server_sdk/score) [![popularity](https://badges.bar/parse_server_sdk/popularity)](https://pub.dev/packages/parse_server_sdk/score) [![pub points](https://badges.bar/parse_server_sdk/pub%20points)](https://pub.dev/packages/parse_server_sdk/score) |
25-
| Flutter | [parse_server_sdk_flutter](./packages/flutter) | [![pub package](https://img.shields.io/pub/v/parse_server_sdk_flutter.svg)](https://pub.dev/packages/parse_server_sdk_flutter) [![likes](https://badges.bar/parse_server_sdk_flutter/likes)](https://pub.dev/packages/parse_server_sdk_flutter/score) [![popularity](https://badges.bar/parse_server_sdk_flutter/popularity)](https://pub.dev/packages/parse_server_sdk_flutter/score) [![pub points](https://badges.bar/parse_server_sdk_flutter/pub%20points)](https://pub.dev/packages/parse_server_sdk_flutter/score) |
24+
| Dart | [parse_server_sdk](./packages/dart)| [![pub package](https://img.shields.io/pub/v/parse_server_sdk.svg)](https://pub.dev/packages/parse_server_sdk)|
25+
| Flutter | [parse_server_sdk_flutter](./packages/flutter) | [![pub package](https://img.shields.io/pub/v/parse_server_sdk_flutter.svg)](https://pub.dev/packages/parse_server_sdk_flutter)|
26+
27+
# Contributing
28+
29+
We want to make contributing to this project as easy and transparent as possible. Please refer to the [Contribution Guidelines](https://github.com/parse-community/Parse-SDK-Flutter/blob/master/CONTRIBUTING.md).
30+
31+
# Backers
32+
33+
Support us with a monthly donation and help us continue our activities. [Become a backer!](https://opencollective.com/parse-server#backer)
34+
35+
<a href="https://opencollective.com/parse-server#backers" target="_blank"><img src="https://opencollective.com/parse-server/backers.svg?width=890" /></a>
36+
37+
# Contributors
38+
39+
This project exists thanks to all the people who contribute... we'd love to see your face on this list!
40+
41+
<a href="https://github.com/parse-community/Parse-SDK-Flutter/graphs/contributors">
42+
<img src="https://contrib.rocks/image?repo=parse-community/Parse-SDK-Flutter" />
43+
</a>
2644

2745
[open-collective-link]: https://opencollective.com/parse-server

docs/migrate-1-0-28.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/migrate-2-0-0.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

packages/dart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.1.2](https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-5.1.1...dart-5.1.2) (2023-05-29)
2+
3+
### Bug Fixes
4+
5+
* Incorrect results when `ParseQuery` contains special characters ([#866](https://github.com/parse-community/Parse-SDK-Flutter/pull/866))
6+
17
## [5.1.1](https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-5.1.0...dart-5.1.1) (2023-05-20)
28

39
### Bug Fixes

0 commit comments

Comments
 (0)