Skip to content

Releases: LitoMore/raycast-cross-extension-conventions

v0.2.3

03 Jul 16:18
5004586
Compare
Choose a tag to compare

Changes

  • Read ownerOrAuthorName from Raycast built-in API 6195d5c
  • Update extension link e5cf044
  • Suggest always use crossLaunchCommand() 5f145e6
  • Add arguments-based command usage 6708c2f
  • Add implementation case f45babf
  • Add utility implementation 7964b53
  • Update links a234ab3
  • Update document d59dc38

Full Changelog: v0.2.2...v0.2.3

v0.2.2

01 Jun 17:59
a07eda0
Compare
Choose a tag to compare

Changes

  • Export type CallbackLaunchOptions
  • Add support for disabling command callback

Full Changelog: v0.2.1...v0.2.2

v0.2.1

23 May 13:20
c56e7db
Compare
Choose a tag to compare

Changes

Now the crossLaunchCommand will read ownerOrAuthorName from package.json. No need to manually pass in the ownerOrAuthorName anymore.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 May 02:51
fd59945
Compare
Choose a tag to compare

Changes

Now, we require command consumers to define the target extension in the crossExtensions list of package.json. This allows providers to get to know who is using their extension API.

{
	"crossExtensions": ["target-extension-author-name/target-extension-name"]
}