Skip to content

Latest commit

 

History

History
82 lines (46 loc) · 1.78 KB

release-notes.md

File metadata and controls

82 lines (46 loc) · 1.78 KB
title
SPI Playgrounds – Release Notes

1.1.3

  • Added support for packages which reference visionOS as a platform in their package manifest (Arena issue #98).

1.1.2

1.1.1

  • Fixed: Playgrounds for some packages were generated with an invalid .product(...) clause (Details)

1.1.0

  • Added: Support for macCatalyst platform
  • Fixed: Failed to create playground for packages with plugin products (Arena issue #87)
  • Fixed: Deprecation warnings in generated package manifests

1.0.1

  • Now excluding "internal" libraries (prefixed with "_") from list of imports.
  • Changed filenames of Xcode workspace and playground file.

1.0.0

  • Initial public release! 🚀🎉

0.7.0

  • Updated Arena to the latest version.
  • Added hover and click animation to the buttons.

0.6.0

  • Every app needs an icon!

0.5.3

  • Fixed the main window resizing.

0.5.2

  • Updated code signing.

0.5.1

  • Updated URL types.

0.5.0

  • Changed the bundle id to com.swiftpackageindex.spi-playgrounds.
  • Add Swift Package Index branding.
  • Updated the onboarding view.

0.4.1

  • Update to Arena 1.2.1.

0.4.0

  • Set a default folder name based on the repository name when creating a plaground.
  • Run playground generation on a background queue.

0.3.0

  • Support for universal links.

0.2.0

  • Improved error handling.

0.1.0

  • Initial release.