Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 6.0.0-alpha.15 [skip ci]
# [6.0.0-alpha.15](parse-community/parse-server@6.0.0-alpha.14...6.0.0-alpha.15) (2022-12-20) ### Bug Fixes * Nested objects are encoded incorrectly for MongoDB ([parse-community#8209](parse-community#8209)) ([1412666](parse-community@1412666)) ### BREAKING CHANGES * Nested objects are now properly stored in the database using JSON serialization; previously, due to a bug only top-level objects were serialized, but nested objects were saved as raw JSON; for example, a nested `Date` object was saved as a JSON object like `{ "__type": "Date", "iso": "2020-01-01T00:00:00.000Z" }` instead of its serialized representation `2020-01-01T00:00:00.000Z` (parse-community#8209) ([1412666](1412666))
- Loading branch information