Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parse-community/parse-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.3.0-alpha.13
Choose a base ref
...
head repository: parse-community/parse-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3.0-alpha.14
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on May 29, 2022

  1. feat: align file trigger syntax with class trigger; use the new synta…

    …x `Parse.Cloud.beforeSave(Parse.File, (request) => {})`, the old syntax `Parse.Cloud.beforeSaveFile((request) => {})` has been deprecated (#7966)
    dblythy authored May 29, 2022
    Configuration menu
    Copy the full SHA
    c6dcad8 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.3.0-alpha.14 [skip ci]

    # [5.3.0-alpha.14](5.3.0-alpha.13...5.3.0-alpha.14) (2022-05-29)
    
    ### Features
    
    * align file trigger syntax with class trigger; use the new syntax `Parse.Cloud.beforeSave(Parse.File, (request) => {})`, the old syntax `Parse.Cloud.beforeSaveFile((request) => {})` has been deprecated ([#7966](#7966)) ([c6dcad8](c6dcad8))
    semantic-release-bot committed May 29, 2022
    Configuration menu
    Copy the full SHA
    5e15864 View commit details
    Browse the repository at this point in the history
Loading