-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 798e67d
Showing
34 changed files
with
7,037 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
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,231 @@ | ||
|
||
|
||
|
||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<meta name="description" content="Important changes made in recent releases"> | ||
|
||
<meta name="docsearch:version" content="1.0"> | ||
|
||
<title>Changelog - league/config</title> | ||
|
||
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" /> | ||
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png"> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:site" content="@thephpleague" /> | ||
<meta name="twitter:creator" content="@colinodell" /> | ||
<meta property="og:url" content="https://config.thephpleague.com/1.0/changelog/" /> | ||
|
||
<meta property="og:title" content="Changelog - league/config" /> | ||
|
||
|
||
<meta property="og:description" content="Important changes made in recent releases" /> | ||
|
||
<meta property="og:image" content="https://config.thephpleague.com/images/config-social.png" /> | ||
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?"> | ||
<link rel="stylesheet" href="/custom.css?"> | ||
<link rel="stylesheet" href="/global.css?"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"> | ||
<link rel="stylesheet" href="/support.css?"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=" crossorigin="anonymous" /> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id="></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', ''); | ||
</script> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="header-content"> | ||
<h1 class="title"> | ||
<a class="logo" href="/"> | ||
<span class="name"> | ||
<em>league\</em>config | ||
</span> | ||
</a> | ||
</h1> | ||
<div class="search"><input type="search" id="doc-search" placeholder="search the docs..."></div> | ||
<nav class="versions"> | ||
<h2>v1.0 ▾</h2> | ||
<ul> | ||
|
||
<li ><a href="/1.1/changelog/">v1.1</a></li> | ||
|
||
<li class="selected"><a href="/1.0/changelog/">v1.0</a></li> | ||
|
||
<li ><a href="/releases/">Notes</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
|
||
<input type="checkbox" id="menu"> | ||
<label for="menu" onclick> | ||
<div class="closed">☰</div> | ||
<div class="open">⨯</div> | ||
</label> | ||
|
||
<main> | ||
<menu> | ||
<div class="versions-small"> | ||
<h2>Versions</h2> | ||
<ul> | ||
|
||
<li > | ||
<a href="/1.1/">1.1</a> | ||
</li> | ||
|
||
<li class="selected"> | ||
<a href="/1.0/">1.0</a> | ||
</li> | ||
|
||
<li ><a href="/releases/">Releases Notes</a></li> | ||
</ul> | ||
</div> | ||
|
||
|
||
|
||
<div class="menu-section"> | ||
<h2>Getting Started</h2> | ||
<ul> | ||
|
||
<li > | ||
<a href="/1.0/">Overview</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/1.0/installation/">Installation</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/1.0/philosophy/">Philosophy</a> | ||
</li> | ||
|
||
<li class="selected"> | ||
<a href="/1.0/changelog/">Changelog</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div class="menu-section"> | ||
<h2>Usage</h2> | ||
<ul> | ||
|
||
<li > | ||
<a href="/1.0/basic-usage/">Basic Usage</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/1.0/schemas/">Schemas</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/1.0/setting-values/">Setting User-Provided Values</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/1.0/reading-values/">Reading Validated Options</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div class="menu-section"> | ||
<h2>Advanced</h2> | ||
<ul> | ||
|
||
<li > | ||
<a href="/1.0/mutability/">Mutability</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/1.0/lazy-processing/">Lazy Processing</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
|
||
|
||
</menu> | ||
<article> | ||
|
||
|
||
|
||
<p class="message-notice">This is the documentation for <code>version 1.0</code>. Please consider upgrading your code to <a href="/1.1/">the latest stable version</a></p> | ||
|
||
|
||
|
||
|
||
<h1 id="changelog">Changelog</h1> | ||
|
||
<p>All notable changes made in <code class="language-plaintext highlighter-rouge">1.x</code> releases are shown below. See the <a href="/releases">full list of releases</a> for the complete changelog.</p> | ||
|
||
<h2 id="older-versions">Older Versions</h2> | ||
|
||
<p>Please see the <a href="/releases">full list of releases</a> for the complete changelog.</p> | ||
|
||
|
||
<hr> | ||
|
||
<p> | ||
<a class="btn btn-sm btn-black" href="https://github.com/thephpleague/config/edit/1.1/docs/1.0/changelog.md" title="Edit this page on GitHub" target="_blank" rel="noopener"><i class="fas fa-edit"></i> Edit this page</a> | ||
</p> | ||
</article> | ||
|
||
<aside class="support-banner-wrapper" x-data="{ show: false }" x-show.transition="show" x-init="h = localStorage.getItem('hideBanner'); (h === null || h < (new Date().getTime())) ? (setTimeout(() => show = true, 500)) : (show = false)"> | ||
<div class="support-banner"> | ||
<p class="support-banner-left"> | ||
<strong>Love this library?</strong> | ||
<span class="hidden sm:inline-block lg:hidden"> | ||
Show your support! | ||
</span> | ||
|
||
<span class="hidden lg:inline-block"> | ||
Support development via monthly sponsorship or a one-time donation! | ||
</span> | ||
</p> | ||
|
||
<div class="support-banner-right"> | ||
<a href="https://github.com/sponsors/colinodell" class="btn btn-pink btn-block"> | ||
<i class="fas fa-heart fa-fw" aria-hidden="true"></i> Sponsor | ||
</a> | ||
|
||
<a href="https://www.paypal.me/colinpodell/10.00" class="btn btn-green btn-block"> | ||
<i class="fas fa-donate fa-fw" aria-hidden="true"></i> Donate | ||
</a> | ||
</div> | ||
|
||
<button x-on:click="localStorage.setItem('hideBanner', new Date().getTime() + (7*24*60*60*1000)); show = false" class="support-banner-close"> | ||
<i class="fas fa-times" aria-hidden="true"></i> | ||
</button> | ||
</div> | ||
</aside> | ||
</main> | ||
|
||
<footer> | ||
<span>© Copyright <a href="https://www.colinodell.com">Colin O'Dell</a> & <a href="//thephpleague.com">The League of Extraordinary Packages</a>.</span> | ||
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span> | ||
</footer> | ||
<script src="/custom.js?"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script> | ||
<script> docsearch({ | ||
apiKey: '8f03aec598536d377970de1d57a674a3', | ||
indexName: 'thephpleague', | ||
inputSelector: '#doc-search', | ||
algoliaOptions: { 'facetFilters': ["version:1.0"] }, | ||
debug: false // Set debug to true if you want to inspect the dropdown | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.