Skip to content

Commit d81d453

Browse files
committed
Added releae notes for issues #1448 and #1976
1 parent 384a98c commit d81d453

File tree

1 file changed

+236
-35
lines changed

1 file changed

+236
-35
lines changed

docs/releases.html

Lines changed: 236 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@
99
<link href="/docs/prettify.css" type="text/css" rel="stylesheet" />
1010
<script type="text/javascript" src="/docs/prettify.js"></script>
1111
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
12+
<!-- ##### Generated insert [CSEScript-start] see scripts/genhtmlinserts.sh ##### -->
1213
<!-- Enable CSE Search -->
13-
<script>
14-
(function() {
15-
var cx = '013516846811604855281:nj5laplixaa'; // Insert your own Custom Search engine ID here
16-
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
17-
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
18-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
19-
})();
20-
</script>
14+
<script>
15+
(function() {
16+
var cx = '013516846811604855281:nj5laplixaa'; // Insert your own Custom Search engine ID here
17+
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
18+
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
19+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
20+
})();
21+
</script>
22+
<!-- ##### Generated insert [CSEScript-end] see scripts/genhtmlinserts.sh ##### -->
2123

2224
<script type="text/javascript">
2325
$(document).ready(function(){
@@ -70,37 +72,39 @@
7072

7173
</head>
7274
<body>
73-
<div id="container">
74-
<div id="intro">
75-
<div id="pageHeader">
76-
<div class="wrapper">
77-
<div id="sitename">
78-
<h1>
79-
<a href="/">schema.org</a>
80-
</h1>
81-
</div>
82-
83-
<div id="cse-search-form" style="width: 400px;"><div class="gcse-searchbox-only" data-resultsUrl="/docs/search_results.html"></div></div>
84-
85-
</div>
75+
<!-- ##### Generated insert [DOCSHDR-start] see scripts/genhtmlinserts.sh ##### -->
76+
<div id="container">
77+
<div id="intro">
78+
<div id="pageHeader">
79+
<div class="wrapper">
80+
<div id="sitename">
81+
<h1>
82+
<a href="../">schema.org</a>
83+
</h1>
84+
</div>
85+
<div id="cse-search-form" style="width: 400px;">
86+
<div class="gcse-searchbox-only" data-resultsurl="search_results.html"></div>
87+
</div>
88+
</div>
89+
</div>
8690
</div>
8791
</div>
88-
</div>
89-
90-
<div id="selectionbar">
91-
<div class="wrapper">
92+
<div id="selectionbar">
93+
<div class="wrapper">
9294
<ul>
93-
<li class="activelink">
94-
<a href="../docs/documents.html">Documentation</a></li>
9595
<li>
96-
<a href="../docs/schemas.html">Schemas</a></li>
96+
<a href="documents.html" >Documentation</a>
97+
</li>
9798
<li>
98-
<a href="../.">Home</a></li>
99+
<a href="schemas.html" >Schemas</a>
100+
</li>
101+
<li>
102+
<a href="../" >Home</a>
103+
</li>
99104
</ul>
100-
</div>
101-
102105
</div>
103-
106+
</div>
107+
<!-- ##### Generated insert [DOCSHDR-end] see scripts/genhtmlinserts.sh ##### -->
104108
<div id="mainContent">
105109

106110
<h1>Releases</h1>
@@ -131,12 +135,209 @@ <h3>Pending changes</h3>
131135
</tr>
132136
-->
133137

134-
<tr>
135138

136-
<td class="release"><a href="/version/3.4/">3.4</a><br/>sdo-telesto<br/>TBD</td>
137139

140+
<tr>
141+
<td class="release"><a href="/version/3.5/">3.5</a></td>
138142
<td>
139143
<span id="v.next"></span>
144+
<span id="sdo-lagrange"></span>
145+
<span id="v3.5"></span>
146+
<p>
147+
Next release, 3.5.
148+
</p>
149+
</td>
150+
<td>
151+
<h2>Vocabulary</h2>
152+
<h3>Core changes</h3>
153+
154+
<p>Moved from Pending to Core:</p>
155+
<ul>
156+
<li id="1004"><a href="https://github.com/schemaorg/schemaorg/issues/1004">Issue #1004</a>:
157+
<a href="/BroadcastFrequencySpecification">BroadcastFrequencySpecification</a>,
158+
<a href="/FMRadioChannel">FMRadioChannel</a>,
159+
<a href="/AMRadioChannel">AMRadioChannel</a>,
160+
<a href="/broadcastFrequency">broadcastFrequency</a>,
161+
<a href="/broadcastFrequencyValue">broadcastFrequencyValue</a>,
162+
<a href="/providesBroadcastService">broadcastFrequencyValue</a>,
163+
<a href="/hasBroadcastChannel">hasBroadcastChannel</a>.
164+
</li>
165+
166+
<li id="c1125"><a href="https://github.com/schemaorg/schemaorg/issues/1125">Issue #1125</a>:
167+
<a href="/PreOrderAction">PreOrderAction</a>.
168+
</li>
169+
170+
<li id="c1262"><a href="https://github.com/schemaorg/schemaorg/issues/1262">Issue #1262</a>:
171+
<a href="/BedType">BedType</a>.
172+
</li>
173+
174+
<li id="c1293"><a href="https://github.com/schemaorg/schemaorg/issues/1293">Issue #1293</a>:
175+
<a href="/EndorsementRating">EndorsementRating</a>.
176+
</li>
177+
178+
<li id="c2053"><a href="https://github.com/schemaorg/schemaorg/issues/2053">Issue #2053</a>: <a href="/SpeakableSpecification">SpeakableSpecification</a>, <a href="/cssSelector">cssSelector</a>, <a href="/xpath">xpath</a>.
179+
</li>
180+
181+
<li id="c1541"><a href="https://github.com/schemaorg/schemaorg/issues/1541">Issue #1541</a>:
182+
<a href="/menuAddOn">menuAddOn</a>.
183+
</li>
184+
185+
<li id="c1670"><a href="https://github.com/schemaorg/schemaorg/issues/1670">Issue #1670</a>:
186+
<a href="/subjectOf">subjectOf</a>.
187+
</li>
188+
189+
<li id="c1689"><a href="https://github.com/schemaorg/schemaorg/issues/1689">Issue #1689</a>:
190+
<a href="/EmployerAggregateRating">EmployerAggregateRating</a>, <a href="/reviewAspect">reviewAspect</a>.
191+
</li>
192+
193+
<li id="c1698"><a href="https://github.com/schemaorg/schemaorg/issues/1698">Issue #1698</a>:
194+
<a href="/Occupation">Occupation</a>,
195+
<a href="/educationRequirements">educationRequirements</a>,
196+
<a href="/estimatedSalary">estimatedSalary</a>,
197+
<a href="/experienceRequirements">experienceRequirements</a>,
198+
<a href="/occupationalCategory">occupationalCategory</a>,
199+
<a href="/occupationLocation">occupationLocation</a>,
200+
<a href="/qualifications">qualifications</a>,
201+
<a href="/responsibilities">responsibilities</a>,
202+
<a href="/skills">skills</a>,
203+
<a href="/hasOccupation">hasOccupation</a>,
204+
<a href="/relevantOccupation">relevantOccupation</a>,
205+
<a href="/QuantitativeValueDistribution">QuantitativeValueDistribution</a>,
206+
<a href="/percentile25">percentile25</a>,
207+
<a href="/median">median</a>,
208+
<a href="/percentile75">percentile75</a>,
209+
<a href="/percentile75">percentile75</a>,
210+
<a href="/MonetaryAmountDistribution">MonetaryAmountDistribution</a>.
211+
</li>
212+
213+
<li id="c1723"><a href="https://github.com/schemaorg/schemaorg/issues/1723">Issue #1723</a>:
214+
<a href="/FAQPage">FAQPage</a>.
215+
</li>
216+
217+
<li id="c1741"><a href="https://github.com/schemaorg/schemaorg/issues/1741">Issue #1741</a>:
218+
<a href="/MediaSubscription">MediaSubscription</a>,
219+
<a href="/ActionAccessSpecification">ActionAccessSpecification</a>.
220+
</li>
221+
222+
223+
<li id="c243"><a href="https://github.com/schemaorg/schemaorg/issues/243">Issue #243</a>:
224+
<a href="/WorkersUnion">WorkersUnion</a>.
225+
</li>
226+
227+
<li id="c743"><a href="https://github.com/schemaorg/schemaorg/issues/743">Issue #743</a>:
228+
<a href="/Distillery">Distillery</a>.
229+
</li>
230+
231+
</ul>
232+
233+
<p>Other changes in Core section:</p>
234+
235+
<ul>
236+
<li id="g2034"><a href="https://github.com/schemaorg/schemaorg/issues/2034">Issue #2034</a>:
237+
Added <a href="/startTime">startTime</a>, <a href="/endTime">endTime</a> properties as expected for <a href="/MediaObject">MediaObject</a> type.
238+
</li>
239+
240+
<li id="g2038"><a href="https://github.com/schemaorg/schemaorg/issues/2038">Issue #2038</a>:
241+
Add <a href="/Person">Person</a> as an expected type for <a href="/byArtist">byArtist</a> property.
242+
</li>
243+
244+
<li id="g2112"><a href="https://github.com/schemaorg/schemaorg/issues/2112">Issue #2112</a>:
245+
Added <a href="/slogan">slogan</a> property, analogous to <a href="/logo">logo</a>.
246+
</li>
247+
248+
<li id="g2104"><a href="https://github.com/schemaorg/schemaorg/issues/2104">Issue #2104</a>:
249+
Improved description of <a href="/elevation">elevation</a> property.
250+
</li>
251+
252+
<li id="g1030"><a href="https://github.com/schemaorg/schemaorg/issues/1030">Issue #1030</a>:
253+
Noted that <a href="/encodesCreativeWork">encodesCreativeWork</a> is inverseOf <a href="/encoding">encoding</a>.
254+
</li>
255+
256+
<li id="g2021"><a href="https://github.com/schemaorg/schemaorg/issues/2021">Issue #2021</a>:
257+
Added <a href="/startOffset">startOffset</a> and <a href="/endOffset">endOffset</a> to <a href="/Clip">Clip</a>.
258+
</li>
259+
260+
</ul>
261+
262+
<h3>Changes in <a href="http://pending.schema.org/">Pending</a> section:</h3>
263+
<ul>
264+
<li id="g1365"><a href="https://github.com/schemaorg/schemaorg/issues/1365">Issue #1365</a>: In temporalCoverage, added proposed ISO 8601 notation for open-ended date ranges, e.g. <code>1972-01/..</code></li>
265+
<li id="g383"><a href="https://github.com/schemaorg/schemaorg/issues/383">Issue #383</a>:
266+
Added initial vocabulary towards improved support description of project-based funding, for example
267+
to use with <a href="/Dataset">Dataset</a> citations. New types for
268+
<a href="/Grant">Grant</a>,
269+
<a href="/MonetaryGrant">MonetaryGrant</a>,
270+
<a href="/Project">Project</a>,
271+
<a href="/FundingAgency">FundingAgency</a>,
272+
<a href="/FundingScheme">FundingScheme</a>, and
273+
<a href="/ResearchProject">ResearchProject</a>. Developed in collaboration with
274+
the <a href="https://blog.wikimedia.de/2018/07/13/wikibase-workshop-in-berlin/">Wikidata/Wikibase</a> community.
275+
</li>
276+
<li id="g1591"><a href="https://github.com/schemaorg/schemaorg/issues/1591">Issue #1591</a>: Added <a href="/jobLocationType">jobLocationType</a> property.</li>
277+
<li id="g2083"><a href="https://github.com/schemaorg/schemaorg/issues/2083">Issue #2083</a>: Added <a href="/applicantLocationRequirements">applicantLocationRequirements</a> property.</li>
278+
<li id="g2085"><a href="https://github.com/schemaorg/schemaorg/issues/2085">Issue #2085</a>: Added <a href="/membershipPointsEarned">membershipPointsEarned</a> property.</li>
279+
<li id="g2140"><a href="https://github.com/schemaorg/schemaorg/issues/2140">Issue #2140</a>: Added <a href="/3DObject">3DObject</a> type.</li>
280+
<li id="g2109"><a href="https://github.com/schemaorg/schemaorg/issues/2109">Issue #2109</a>: Added <a href="/callSign">callSign</a> property, and <a href="/RadioBroadcastService">RadioBroadcastService</a> type.</li>
281+
<li id="g2111"><a href="https://github.com/schemaorg/schemaorg/issues/2111">Issue #2111</a>:
282+
Added <a href="/broadcastSignalModulation">broadcastSignalModulation</a>
283+
and <a href="/broadcastSubChannel">broadcastSubChannel</a>
284+
for use with <a href="/BroadcastFrequencySpecification">BroadcastFrequencySpecification</a>.
285+
</li>
286+
287+
<li id="g1758"><a href="https://github.com/schemaorg/schemaorg/issues/1758">Issue #1758</a>:
288+
Added <a href="/ArchiveOrganization">ArchiveOrganization</a>,
289+
<a href="/ArchiveComponent">ArchiveComponent</a> types, and
290+
<a href="/archiveHeld">archiveHeld</a>, <a href="/holdingArchive">holdingArchive</a> properties.</li>
291+
292+
<li id="g1759"><a href="https://github.com/schemaorg/schemaorg/issues/1759">Issue #1759</a>:
293+
Added <a href="/collectionSize">collectionSize</a> and <a href="/materialExtent">materialExtent</a> properties.</li>
294+
295+
<li id="g1978"><a href="https://github.com/schemaorg/schemaorg/issues/1978">Issue #1978</a>:
296+
Educational and Occupational Credentials vocabulary and examples from the
297+
<a href="https://www.w3.org/community/eocred-schema/">eocred-schema</a> community group.
298+
Added a type <a href="/EducationalOccupationalCredential">EducationalOccupationalCredential</a>
299+
and properties <a href="/credentialCategory">credentialCategory</a>,
300+
<a href="/educationalLevel">educationalLevel</a>,
301+
<a href="/competencyRequired">competencyRequired</a>,
302+
<a href="/recognizedBy">recognizedBy</a>. Minor changes to <a href="/validIn">validIn</a>,
303+
<a href="/validFor">validFor</a>, <a href="/educationRequirements">educationRequirements</a>,
304+
<a href="/educationalCredentialAwarded">educationalCredentialAwarded</a>,
305+
and <a href="/qualifications">qualifications</a> (linking
306+
EducationalOccupationalCredentials to JobPostings, Occupations and Courses).
307+
</li>
308+
309+
<li id="p1375"><a href="https://github.com/schemaorg/schemaorg/issues/1375">Issue #1375</a>:
310+
Renamed the various <a href="/GeospatialGeometry">properties</a> and labels from geospatiallyXyz to geoXyz for brevity, e.g. <a href="/geoIntersects">geoIntersects</a>.
311+
</li>
312+
313+
314+
</ul>
315+
316+
317+
<h3>Changes in <a href="http://bib.schema.org/">Bib</a> section:</h3>
318+
<ul>
319+
<li id="g1448"><a href="https://github.com/schemaorg/schemaorg/issues/1448">Issue #1448</a>:
320+
Added <a href="/Manuscript">Manuscript</a>, <a href="/Poster">Poster</a>, <a href="/Drawing">Drawing</a>, and <a href="/SheetMusic">SheetMusic</a> subtypes of <a href="/CreativeWork">CreativeWork</a>.</li>
321+
<li id="g1976"><a href="https://github.com/schemaorg/schemaorg/issues/1976">Issue #1976</a>:
322+
Added <a href="/ShortStory">ShortStory</a> subtype of <a href="/CreativeWork">CreativeWork</a>.</li>
323+
</ul>
324+
325+
326+
<h3>Site Improvements</h3>
327+
<ul>
328+
<!-- <li id="g1234"><a href="https://github.com/schemaorg/schemaorg/issues/1234">Issue #1234</a>: ...</li> -->
329+
<li>Added <a href="https://github.com/schemaorg/schemaorg/commit/b2c1fb41734633cc1d67c8cbcef2b0bd60bb22a0">section</a> to Github README discouraging large projects without prior discussion.</li>
330+
<li>Linked <a href="https://travis-ci.org/schemaorg/schemaorg/">Travis-CI</a> from Github README.</li>
331+
</ul>
332+
333+
</td>
334+
</tr>
335+
336+
<tr>
337+
338+
<td class="release"><a href="/version/3.4/">3.4</a><br/>sdo-telesto<br/>2018-06-15</td>
339+
340+
<td>
140341
<span id="sdo-telesto"></span>
141342
<span id="v3.4"></span>
142343

@@ -170,6 +371,7 @@ <h3>Core changes</h3>
170371
<li id="g1732"><a href="https://github.com/schemaorg/schemaorg/issues/1732">Issue #1732</a>: Changed HowToSection and HowToStep (which support the HowTo type) to have CreativeWork as their supertype.</li>
171372
<li id="g1723"><a href="https://github.com/schemaorg/schemaorg/issues/1723">Issue #1723</a>: Introduced FAQPage, which represents a WebPage presenting one or more "Frequently asked questions".</li>
172373
<li id="g1935"><a href="https://github.com/schemaorg/schemaorg/issues/1935">Issue #1935</a>: Extend the contentRating property to also expect the Rating type.</li>
374+
<li id="g2020"><a href="https://github.com/schemaorg/schemaorg/issues/2020">Issue #2020</a>: Extend the byArtist property to also expect the Person type.</li>
173375
</ul>
174376

175377
<h3>Changes in <a href="http://pending.schema.org/">Pending</a> section</h3>
@@ -225,7 +427,6 @@ <h3>Site Improvements</h3>
225427
<td class="release"><a href="/version/3.3/">3.3</a><br/>sdo-enceladus<br/>2017-08-14</td>
226428

227429
<td>
228-
<span id="v.next"></span>
229430
<span id="sdo-enceladus"></span>
230431
<span id="v3.3"></span>
231432

0 commit comments

Comments
 (0)