dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Upgrade guide #1702

Closed luhuiya closed 4 years ago

luhuiya commented 4 years ago

I am currently using version 2.0.0-alpha1 will there be problem if i upgrate to 2.4.0?

specialtactics commented 4 years ago

There shouldn't be any breaking changes, however there may be bug fixes which you may find to break something in your implementation.

The best way is to have automated testing for your API endpoints :smile:

luhuiya commented 4 years ago

noted thanks for your help