Skip to content

Releases: parse-community/Parse-SDK-JS

8.3.0

25 Feb 21:19

Choose a tag to compare

8.3.0 (2026-02-25)

Features

  • Add support for Parse.File.setDirectory() with master key to save file in directory (#2929) (1923db0)

8.3.0-alpha.1

25 Feb 20:46

Choose a tag to compare

8.3.0-alpha.1 Pre-release
Pre-release

8.3.0-alpha.1 (2026-02-25)

Features

  • Add support for Parse.File.setDirectory() with master key to save file in directory (#2929) (1923db0)

8.2.0

20 Feb 19:15

Choose a tag to compare

8.2.0 (2026-02-20)

Bug Fixes

  • Parse.Object.createWithoutData doesn't preserve object subclass (#2907) (01dc94d)
  • Parse.Query.and/or/nor loosing custom class types (#2903) (89fdb07)
  • Parse.serverURL not accessible via global Parse scope (#2917) (4e78681)
  • Cloud trigger type errors for void returns and subclass constructors (#2904) (de9f56d)
  • Missing or incorrect type exports (#2909) (3caa4ec)
  • Type error in Parse.Query.equalTo when matching optional array (#2901) (8c96da9)

Features

  • Add request header X-Parse-Upload-Mode to identify file upload as binary data via Buffer, Readable, ReadableStream (#2927) (a66bb06)
  • Add support for file upload as binary data via Buffer, Readable, ReadableStream (#2925) (e42caf6)

8.2.0-alpha.2

20 Feb 17:25

Choose a tag to compare

8.2.0-alpha.2 Pre-release
Pre-release

8.2.0-alpha.2 (2026-02-20)

Features

  • Add request header X-Parse-Upload-Mode to identify file upload as binary data via Buffer, Readable, ReadableStream (#2927) (a66bb06)

8.2.0-alpha.1

20 Feb 14:32

Choose a tag to compare

8.2.0-alpha.1 Pre-release
Pre-release

8.2.0-alpha.1 (2026-02-20)

Features

  • Add support for file upload as binary data via Buffer, Readable, ReadableStream (#2925) (e42caf6)

8.1.1-alpha.6

11 Feb 16:47

Choose a tag to compare

8.1.1-alpha.6 Pre-release
Pre-release

8.1.1-alpha.6 (2026-02-11)

Bug Fixes

  • Parse.serverURL not accessible via global Parse scope (#2917) (4e78681)

8.1.1-alpha.5

11 Feb 06:01

Choose a tag to compare

8.1.1-alpha.5 Pre-release
Pre-release

8.1.1-alpha.5 (2026-02-11)

Bug Fixes

  • Type error in Parse.Query.equalTo when matching optional array (#2901) (8c96da9)

8.1.1-alpha.4

09 Feb 17:40

Choose a tag to compare

8.1.1-alpha.4 Pre-release
Pre-release

8.1.1-alpha.4 (2026-02-09)

Bug Fixes

8.1.1-alpha.3

07 Feb 17:30

Choose a tag to compare

8.1.1-alpha.3 Pre-release
Pre-release

8.1.1-alpha.3 (2026-02-07)

Bug Fixes

  • Cloud trigger type errors for void returns and subclass constructors (#2904) (de9f56d)

8.1.1-alpha.2

07 Feb 17:22

Choose a tag to compare

8.1.1-alpha.2 Pre-release
Pre-release

8.1.1-alpha.2 (2026-02-07)

Bug Fixes

  • Parse.Object.createWithoutData doesn't preserve object subclass (#2907) (01dc94d)