Skip to content

Commit

Permalink
First pass at releases page for V3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Jun 17, 2019
1 parent 1042387 commit 706482e
Showing 1 changed file with 77 additions and 1 deletion.
78 changes: 77 additions & 1 deletion docs/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,89 @@ <h3>Pending changes</h3>
</td>
</tr>
-->
<tr>
<td class="release"><a href="/version/3.7/">3.8</a><br/>2019-07-01</td>
<td>
<span id="v.next"></span>
<span id="v3.8"></span>
<p>
Version 3.8. See <a href="https://github.com/schemaorg/schemaorg/issues/2272">planning pages</a>.
</p>
</td>
<td>
<h2>Vocabulary</h2>
<h3>Core changes</h3>

<!-- <p>Moved from Pending to Core:</p>-->
<ul>
<!--
<li id="1004"><a href="https://github.com/schemaorg/schemaorg/issues/1004">Issue #1004</a>:
<a href="/BroadcastFrequencySpecification">BroadcastFrequencySpecification</a>,
<a href="/FMRadioChannel">FMRadioChannel</a>,
<a href="/AMRadioChannel">AMRadioChannel</a>,
<a href="/broadcastFrequency">broadcastFrequency</a>,
<a href="/broadcastFrequencyValue">broadcastFrequencyValue</a>,
<a href="/providesBroadcastService">broadcastFrequencyValue</a>,
<a href="/hasBroadcastChannel">hasBroadcastChannel</a>.
</li>
-->

</ul>

<!-- <p>Other changes in Core section:</p> -->

<ul>
<!--
<li id="g2017"><a href="https://github.com/schemaorg/schemaorg/issues/2017">Issue #2017</a>:
Added <a href="/Clip">Clip</a> to expected values of <a href="/video">video</a>, <a href="/audio">audio</a> properties. Also amended <a href="/caption">caption</a> to be expected on <a href="/AudioObject">AudioObject</a>, documented a pattern for describing downloadable captions and their media <a href="https://en.wikipedia.org/wiki/Category:Subtitle_file_formats">format</a> using another <a href="/MediaObject">MediaObject</a> with an <a href="/encodingFormat">encodingFormat</a>.
</li>
-->
<li id="g2173"><a href="https://github.com/schemaorg/schemaorg/issues/2173">Issue #2173</a>
(implemented in <a href="https://github.com/schemaorg/schemaorg/pull/2205">PR #2205</a>):
Added <a href="/accessRights">accessRights</a> property to <a href="/CreativeWork">CreativeWork</a> to define information about conditions that affect the availability of, or method(s) of access to, the item.
</li>
<li id="g2040"><a href="https://github.com/schemaorg/schemaorg/issues/2040">Issue #2040</a>
(implemented in <a href="https://github.com/schemaorg/schemaorg/pull/2041">PR #2041</a>):
Updated <a href="/accessModeSufficient">accessModeSufficient</a> property of <a href="/CreativeWork">CreativeWork</a> to expect type <a href="/ItemList">ItemList</a>. Also updated associated examples.
</li>
<li id="g2244"><a href="https://github.com/schemaorg/schemaorg/issues/2244">Issue #2244</a>
(implemented in <a href="https://github.com/schemaorg/schemaorg/pull/2247">PR #2247</a>):
Added <a href="/jobStartDate">jobStartDate</a> and <a href="/jobImmediateStart">jobImmediateStart</a> properties to <a href="/JobPosting">JobPosting</a>.
</li>
<li id="g987"><a href="https://github.com/schemaorg/schemaorg/issues/987">Issue #987</a>
(implemented in <a href="https://github.com/schemaorg/schemaorg/pull/2241">PR #2241</a>):
Added <a href="/creativeWorkStatus">creativeWorkStatus</a> property to <a href="/CreativeWork">CreativeWork</a>.
</li>
<li id="g2271"><a href="https://github.com/schemaorg/schemaorg/issues/2271">Issue #2271</a>
(implemented in <a href="https://github.com/schemaorg/schemaorg/pull/2273">PR #2273</a>):
Fixed inconsistencies in expected types for <a href="/Date">Date</a> and <a href="/Time">Time</a> expecting properties that currently only expect <a href="/DateTime">DateTime</a>, by adding <a href="/Date">Date</a> to the rangeIncludes of <a href="/orderDate">orderDate</a>, <a href="/validFrom">validFrom</a>, <a href="/validThrough">validThrough</a>, <a href="/paymentDueDate">paymentDueDate</a>, <a href="/expectedArrivalFrom">expectedArrivalFrom</a>,
<a href="/expectedArrivalUntil">expectedArrivalUntil</a>, <a href="/dateRead">dateRead</a>, <a href="/availabilityStarts">availabilityStarts</a>, <a href="/availabilityEnds">availabilityEnds</a>, <a href="/dateDeleted">dateDeleted</a>, <a href="/dateIssued">dateIssued</a> and adding <a href="/Time">Time</a> to the rangeIncludes of
<a href="/checkoutTime">checkoutTime</a>, <a href="/checkinTime">checkinTime</a>, <a href="/arrivalTime">arrivalTime</a>, <a href="/departureTime">departureTime</a>, <a href="/availabilityStarts">availabilityStarts</a>, <a href="/availabilityEnds">availabilityEnds</a>, <a href="/doorTime">doorTime</a>, <a href="/endTime">endTime</a>, <a href="/startTime">startTime</a>.
</li>
</ul>




<h3>Site Improvements</h3>
<ul>
<li id="g2265"><a href="https://github.com/schemaorg/schemaorg/issues/2265">Issue #2265</a>
(implemented in <a href="https://github.com/schemaorg/schemaorg/pull/2266">PR #2266</a>):
Fixed typo in description of <a href="/subjectOf">subjectOf</a>.
</li>
<li id="g2262"><a href="https://github.com/schemaorg/schemaorg/issues/2262">Issue #2262</a>
(implemented in <a href="https://github.com/schemaorg/schemaorg/pull/2269">PR #2269</a>):
Removed unnecessary newlines from comments cells of CSV outputs.
</li>

</ul>

</td>
</tr>

<tr>
<td class="release"><a href="/version/3.7/">3.7</a><br/>2019-06-01</td>
<td>
<span id="v.next"></span>
<span id="v3.7"></span>
<p>
Version 3.7. See <a href="https://github.com/schemaorg/schemaorg/issues/2239">planning pages</a>.
Expand Down

0 comments on commit 706482e

Please sign in to comment.