Skip to content

Files

Latest commit

0226410 · Oct 9, 2024

History

History
This branch is 2144 commits behind raycast/extensions:main.

migrations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 24, 2022
Feb 28, 2022
Mar 10, 2022
Oct 26, 2022
Apr 6, 2022
Apr 9, 2022
Apr 20, 2022
May 13, 2022
May 18, 2022
Jun 7, 2022
Jun 30, 2022
Jul 26, 2022
Jul 21, 2022
Oct 12, 2022
Oct 26, 2022
Jan 4, 2023
Jan 4, 2023
Jan 4, 2023
Jan 18, 2023
Feb 1, 2023
Feb 22, 2023
Mar 8, 2023
Mar 29, 2023
May 2, 2023
May 10, 2023
May 24, 2023
Jun 7, 2023
Jul 6, 2023
Jul 6, 2023
Jul 27, 2023
Aug 9, 2023
Sep 6, 2023
Sep 21, 2023
Oct 18, 2023
Nov 15, 2023
Nov 15, 2023
Jan 26, 2024
Jan 26, 2024
Jan 26, 2024
Jan 26, 2024
Feb 7, 2024
Feb 21, 2024
Mar 20, 2024
Mar 20, 2024
Apr 10, 2024
Apr 24, 2024
May 15, 2024
May 15, 2024
Jun 6, 2024
Jun 6, 2024
Jun 19, 2024
Jul 4, 2024
Jul 17, 2024
Oct 9, 2024
Oct 9, 2024
Oct 9, 2024
Oct 9, 2024
Oct 9, 2024
Mar 8, 2023
Mar 24, 2022
Feb 15, 2022
Jul 4, 2024
Oct 9, 2024
Sep 21, 2023

Automated migrations

Whenever possible, we provide tools to automate the migration to a newer version of the API using codemods.

To run the codemods, run the following command in your extension directory:

npx @raycast/migration .

It will detect the version of the API you were previously using and apply all the migrations that have been available since.

After running it, do go through the updated files and make sure nothing is broken - there are always edge cases.