-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from SwiftPackageIndex/release-1.1.2
Release 1.1.2
- Loading branch information
Showing
12 changed files
with
162 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="generator" content="pandoc" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<title>SPI Playgrounds – Release Notes</title> | ||
<style> | ||
code{white-space: pre-wrap;} | ||
span.smallcaps{font-variant: small-caps;} | ||
span.underline{text-decoration: underline;} | ||
div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
ul.task-list{list-style: none;} | ||
.display.math{display: block; text-align: center; margin: 0.5rem auto;} | ||
</style> | ||
<style type="text/css">:root { | ||
--page-text: #000000; | ||
--page-background: #ffffff; | ||
--header-background: #111930; | ||
--header-text: #ffffff; | ||
} | ||
@media (prefers-color-scheme: dark) { | ||
:root { | ||
--page-text: #ffffff; | ||
--page-background: #070710; | ||
} | ||
} | ||
body { | ||
color: var(--page-text); | ||
background-color: var(--page-background); | ||
font-family: -apple-system, 'BlinkMacSystemFont', 'SF Hello', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', | ||
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; | ||
font-size: 16px; | ||
line-height: 1.4; | ||
margin: 0; | ||
} | ||
section { | ||
padding: 0 10px; | ||
} | ||
h1 { | ||
display: block; | ||
padding: 15px; | ||
color: var(--header-text); | ||
background-color: var(--header-background); | ||
font-size: 18px; | ||
} | ||
h2 { | ||
font-size: 17px; | ||
} | ||
h3 { | ||
font-size: 16px; | ||
} | ||
ul { | ||
padding-left: 25px; | ||
} | ||
</style> | ||
<!--[if lt IE 9]> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<header id="title-block-header"> | ||
<h1 class="title">SPI Playgrounds – Release Notes</h1> | ||
</header> | ||
<section> | ||
<h2 id="section">1.1.2</h2> | ||
<ul> | ||
<li>Fixed: <a href="https://github.com/pointfreeco/swift-dependencies">Pointfree.co’s Dependencies package</a> could not be run in a playground due to an internal naming conflict (<a href="https://github.com/finestructure/Arena/issues/96">Arena issue #96</a>).</li> | ||
</ul> | ||
<h2 id="section-1">1.1.1</h2> | ||
<ul> | ||
<li>Fixed: Playgrounds for some packages were generated with an invalid <code>.product(...)</code> clause (<a href="https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/2541">Details</a>)</li> | ||
</ul> | ||
<h2 id="section-2">1.1.0</h2> | ||
<ul> | ||
<li>Added: Support for macCatalyst platform</li> | ||
<li>Fixed: Failed to create playground for packages with plugin products (<a href="https://github.com/finestructure/Arena/issues/87">Arena issue #87</a>)</li> | ||
<li>Fixed: Deprecation warnings in generated package manifests</li> | ||
</ul> | ||
<h2 id="section-3">1.0.1</h2> | ||
<ul> | ||
<li>Now excluding “internal” libraries (prefixed with “_“) from list of imports.</li> | ||
<li>Changed filenames of Xcode workspace and playground file.</li> | ||
</ul> | ||
<h2 id="section-4">1.0.0</h2> | ||
<ul> | ||
<li>Initial public release! 🚀🎉</li> | ||
</ul> | ||
<h2 id="section-5">0.7.0</h2> | ||
<ul> | ||
<li>Updated Arena to the latest version.</li> | ||
<li>Added hover and click animation to the buttons.</li> | ||
</ul> | ||
<h2 id="section-6">0.6.0</h2> | ||
<ul> | ||
<li>Every app needs an icon!</li> | ||
</ul> | ||
<h2 id="section-7">0.5.3</h2> | ||
<ul> | ||
<li>Fixed the main window resizing.</li> | ||
</ul> | ||
<h2 id="section-8">0.5.2</h2> | ||
<ul> | ||
<li>Updated code signing.</li> | ||
</ul> | ||
<h2 id="section-9">0.5.1</h2> | ||
<ul> | ||
<li>Updated URL types.</li> | ||
</ul> | ||
<h2 id="section-10">0.5.0</h2> | ||
<ul> | ||
<li>Changed the bundle id to com.swiftpackageindex.spi-playgrounds.</li> | ||
<li>Add Swift Package Index branding.</li> | ||
<li>Updated the onboarding view.</li> | ||
</ul> | ||
<h2 id="section-11">0.4.1</h2> | ||
<ul> | ||
<li>Update to Arena 1.2.1.</li> | ||
</ul> | ||
<h2 id="section-12">0.4.0</h2> | ||
<ul> | ||
<li>Set a default folder name based on the repository name when creating a plaground.</li> | ||
<li>Run playground generation on a background queue.</li> | ||
</ul> | ||
<h2 id="section-13">0.3.0</h2> | ||
<ul> | ||
<li>Support for universal links.</li> | ||
</ul> | ||
<h2 id="section-14">0.2.0</h2> | ||
<ul> | ||
<li>Improved error handling.</li> | ||
</ul> | ||
<h2 id="section-15">0.1.0</h2> | ||
<ul> | ||
<li>Initial release.</li> | ||
</ul> | ||
</section> | ||
</body> | ||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters