Skip to content

Releases: parse-community/parse-server-fs-adapter

3.0.0

18 Feb 12:27
Compare
Choose a tag to compare

3.0.0 (2024-02-18)

Features

  • Add Node 20 support; remove Node 14, 16 support (#60) (a913ae1)

BREAKING CHANGES

  • Removes support for Node 14 and 16 (a913ae1)

2.0.1

18 Oct 18:57
Compare
Choose a tag to compare

2.0.1 (2023-10-18)

Bug Fixes

  • Security bump @babel/traverse from 7.17.3 to 7.23.2 (#51) (09180e8)

2.0.0

29 Apr 21:44
Compare
Choose a tag to compare

2.0.0 (2023-04-29)

Features

BREAKING CHANGES

  • Removes support for Node 12, 15. (6039252)

1.2.4

14 Dec 14:36
Compare
Choose a tag to compare

1.2.4 (2022-12-14)

Bug Fixes

  • security upgrade qs from 6.5.2 to 6.5.3 (#38) (1b7e066)

1.2.3

04 Jun 00:24
Compare
Choose a tag to compare

1.2.3 (2022-06-04)

Bug Fixes

  • security upgrade semver-regex from 3.1.3 to 3.1.4 (#33) (3a311be)

1.2.2

28 Mar 14:00
Compare
Choose a tag to compare

1.2.2 (2022-03-28)

Bug Fixes

  • security update minimist from 1.2.5 to 1.2.6 (#32) (af182bb)

1.2.1

15 Oct 18:37
47364f4
Compare
Choose a tag to compare

1.2.1 (2021-10-15)

Bug Fixes

  • bump ansi-regex from 5.0.0 to 5.0.1 (54afe1e)
  • bump path-parse from 1.0.6 to 1.0.7 (2a5c2c0)
  • bump lodash from 4.17.20 to 4.17.21 (d6279ee)
  • bump y18n from 4.0.0 to 4.0.1 (fc05ad6)

1.2.0

26 Oct 16:58
316459c
Compare
Choose a tag to compare
  • Switch from fileKey to encryptionKey #17 (thanks to Corey)

1.1.0

23 Oct 22:51
cf6bc40
Compare
Choose a tag to compare
  • Added AES encryption/decryption using native crypto #15 (thanks to Corey)