Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
6659b11
Update lru-cache to the latest version 🚀 (#5188)
greenkeeper[bot] Nov 21, 2018
7984bc2
Update lru-cache to the latest version 🚀 (#5189)
greenkeeper[bot] Nov 21, 2018
6cb00d5
Update mime to the latest version 🚀 (#5194)
greenkeeper[bot] Nov 27, 2018
021a12f
:zap: Release 3.1.2 (#5193)
flovilmart Nov 27, 2018
5d9d760
Bump eslint from 5.6.0 to 5.9.0 (#5199)
dependabot[bot] Nov 28, 2018
80a9b70
Bump eslint-plugin-flowtype from 3.0.0 to 3.2.0 (#5197)
dependabot[bot] Nov 28, 2018
bc12b14
Bump babel-eslint from 10.0.0 to 10.0.1 (#5200)
dependabot[bot] Nov 28, 2018
f062650
Update prettier to the latest version 🚀 (#5216)
greenkeeper[bot] Nov 30, 2018
a4b592a
Update pg-promise to the latest version 🚀 (#5217)
greenkeeper[bot] Nov 30, 2018
e28770e
Update pg-promise to the latest version 🚀 (#5234)
greenkeeper[bot] Dec 14, 2018
208f921
Bump husky from 1.0.0-rc.15 to 1.2.1 (#5237)
dependabot[bot] Dec 14, 2018
8c044ab
Bump @babel/cli from 7.1.5 to 7.2.0 (#5222)
dependabot[bot] Dec 14, 2018
38482cf
Bump lru-cache from 5.0.0 to 5.1.1 (#5213)
dependabot[bot] Dec 14, 2018
3e414a8
Bump lint-staged from 7.3.0 to 8.1.0 (#5211)
dependabot[bot] Dec 14, 2018
cbd31d5
Bump nyc from 12.0.2 to 13.1.0 (#5206)
dependabot[bot] Dec 14, 2018
1362629
Bump express from 4.16.2 to 4.16.4 (#5202)
dependabot[bot] Dec 14, 2018
9470dfc
Bump @babel/plugin-proposal-object-rest-spread from 7.0.0 to 7.2.0 (#…
dependabot[bot] Dec 14, 2018
8c419ec
Update CONTRIBUTING.md (#5241)
dplewis Dec 14, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## Parse Server Changelog

### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...master)

### 3.1.2
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...3.1.2)

- Removes dev script, use TDD instead of server.
- Removes nodemon and problematic dependencies.
- Addressed event-stream security debacle.

### 3.1.1
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...3.1.1)
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Once you have babel running in watch mode, you can start making changes to parse
If your pull request introduces a change that may affect the storage or retrieval of objects, you may want to make sure it plays nice with Postgres.

* Run the tests against the postgres database with `PARSE_SERVER_TEST_DB=postgres npm test`. You'll need to have postgres running on your machine and setup [appropriately](https://github.com/parse-community/parse-server/blob/master/.travis.yml#L37)
* The Postgres adapter has a special debugger that traces all the sql commands. You can enable it with setting the environment variable `PARSE_SERVER_LOG_LEVEL=debug`
* If your feature is intended to only work with MongoDB, you should disable PostgreSQL-specific tests with:

- `describe_only_db('mongo')` // will create a `describe` that runs only on mongoDB
Expand Down
50 changes: 0 additions & 50 deletions bin/dev

This file was deleted.

Loading