Skip to content

Change `del` method to `delete`

Compare
Choose a tag to compare
@Vijar Vijar released this 06 Oct 17:27
· 550 commits to main since this release

We used del as the delete operation method but we have now standardized the name to delete. So now the CRUD (create, read, update, and delete) methods are all trivial to spell and use.