<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Roblox API Reference Changelog</title><link>https://setup-rbxcdn.github.io/ref/changelog.html</link><description>Changes to the Roblox API Reference website.</description><language>en-us</language><atom:link href="https://setup-rbxcdn.github.io/ref/changelog/index.xml" rel="self" type="application/rss+xml"/><item><title>2024-09-13</title><link>https://setup-rbxcdn.github.io/ref/changelog.html#2024-09-13</link><description>DESCRIPTION</description><guid>changelog-2024-09-13</guid><pubDate>Fri, 13 Sep 2024 00:00:00 UTC</pubDate><content:encoded><![CDATA[<ul>
<li><strong>Implement documentation for classes and enums.</strong></li>
<li>Engine documentation is retrieved from the <a href="https://github.com/Roblox/creator-docs">creator-docs</a>
repository and included directly within class and enum pages.</li>
</ul>
]]></content:encoded></item><item><title>2024-07-26</title><link>https://setup-rbxcdn.github.io/ref/changelog.html#2024-07-26</link><description>DESCRIPTION</description><guid>changelog-2024-07-26</guid><pubDate>Fri, 26 Jul 2024 00:00:00 UTC</pubDate><content:encoded><![CDATA[<ul>
<li>Include number of tied entities in <a href="/ref/stats.html">statistics</a>.</li>
</ul>
]]></content:encoded></item><item><title>2024-07-19</title><link>https://setup-rbxcdn.github.io/ref/changelog.html#2024-07-19</link><description>DESCRIPTION</description><guid>changelog-2024-07-19</guid><pubDate>Fri, 19 Jul 2024 00:00:00 UTC</pubDate><content:encoded><![CDATA[<ul>
<li>Search: Add <a href="/ref/search.html#selector-ancestor">ancestor</a> selector to select classes according to the
order of their superclasses. For example, <code>superclass:GuiObject ancestor:0</code>
will only select classes where the parent superclass is &ldquo;GuiObject&rdquo;.</li>
<li>Search: Remove <code>n</code>, <code>f</code>, <code>y</code>, and <code>t</code> as options to <a href="/ref/search.html#bool">boolean</a> selectors,
for being too ambiguous.</li>
<li>Add longest enum item name to <a href="/ref/stats.html">statistics</a>.</li>
<li>Add longest full name to <a href="/ref/stats.html">statistics</a> (primary + secondary name).</li>
<li>Add shortest names to <a href="/ref/stats.html">statistics</a>.</li>
<li>API updates RSS now has links for each listed change.</li>
</ul>
]]></content:encoded></item><item><title>2024-05-16</title><link>https://setup-rbxcdn.github.io/ref/changelog.html#2024-05-16</link><description>DESCRIPTION</description><guid>changelog-2024-05-16</guid><pubDate>Thu, 16 May 2024 00:00:00 UTC</pubDate><content:encoded><![CDATA[<ul>
<li>Search: Fix <a href="/ref/search.html#selector-removed">removed</a> and <a href="/ref/search.html#kind">is</a> field selectors not returning
correct results in some cases.</li>
</ul>
]]></content:encoded></item><item><title>2024-05-15</title><link>https://setup-rbxcdn.github.io/ref/changelog.html#2024-05-15</link><description>DESCRIPTION</description><guid>changelog-2024-05-15</guid><pubDate>Wed, 15 May 2024 00:00:00 UTC</pubDate><content:encoded><![CDATA[<ul>
<li>Search: Prefix selectors have been rebranded as <a href="/ref/search.html#field-selectors">field</a> selectors. All
selectors of the form <code>field:value</code> now concern only entity fields.</li>
<li>Search: The syntax of <a href="/ref/search.html#result-selectors">result</a> selectors now has the form
<code>/name:value</code> to distinguish them from field selectors.</li>
<li>Search: The syntax of <a href="/ref/search.html#list-selector">list</a> selectors has been revised. For example,
instead of <code>list:parameters</code>, it is now just <code>parameters:</code> (that is, a field
selector without a value).
<ul>
<li>The <code>list:</code> selector is now <code>*:</code>.</li>
<li><code>foo:*</code> can be used to select all entities that have field <em>foo</em>.</li>
</ul>
</li>
<li>Search: Add <a href="/ref/search.html#selector-number-range"><code>N..M</code></a> selector for numeric ranges. For example,
<code>members:50..100</code> selects classes with between 50 and 100 members.</li>
<li>Search: Add <a href="/ref/search.html#selector-string-fuzzy-delimited"><code>~text~</code></a> selector for explicitly specifying a fuzzy
search.</li>
<li>Search: Fix numeric values less than or equal to 0 failing to match (e.g.
<code>superclasses:0</code>).</li>
<li>Search: Fix empty strings failing to match (e.g. <code>threadsafety:&quot;&quot;</code>).</li>
<li>Search: Fix <a href="/ref/search.html#selector-compound-primary">primary compound selector</a> incorrectly selecting
secondary entities.</li>
</ul>
]]></content:encoded></item><item><title>2024-05-14</title><link>https://setup-rbxcdn.github.io/ref/changelog.html#2024-05-14</link><description>DESCRIPTION</description><guid>changelog-2024-05-14</guid><pubDate>Tue, 14 May 2024 00:00:00 UTC</pubDate><content:encoded><![CDATA[<ul>
<li><strong>Implement advanced search engine parser.</strong></li>
<li>The basic search query syntax is the same as before: words will perform a
fuzzy search over names.</li>
<li>The <a href="/ref/search.html">search</a> page details the full syntax.</li>
<li>While focused, the search bar covers the full width of the header.</li>
<li>Fix missing thread safety field in member sections.</li>
<li>Remove redundant member type field in member sections.</li>
<li>Consolidate can-load and can-save fields in property sections.</li>
<li>Reorganize member sections to display principle data (parameters, types) more
prominently.</li>
<li>Use index card to display property type and default value.</li>
</ul>
]]></content:encoded></item><item><title>2024-05-09</title><link>https://setup-rbxcdn.github.io/ref/changelog.html#2024-05-09</link><description>DESCRIPTION</description><guid>changelog-2024-05-09</guid><pubDate>Thu, 09 May 2024 00:00:00 UTC</pubDate><content:encoded><![CDATA[<ul>
<li>Improve appearance of settings panel.</li>
<li>Add descriptions for each setting (via tooltip).</li>
<li>Hide default value column if no parameters have default values.</li>
</ul>
]]></content:encoded></item><item><title>2024-05-04</title><link>https://setup-rbxcdn.github.io/ref/changelog.html#2024-05-04</link><description>DESCRIPTION</description><guid>changelog-2024-05-04</guid><pubDate>Sat, 04 May 2024 00:00:00 UTC</pubDate><content:encoded><![CDATA[<ul>
<li>Add website change log.</li>
<li>Add <a href="/ref/updates/index.xml">RSS feed</a> for API updates.</li>
<li>Display default values of class properties.</li>
<li>Consolidate and persist class list sorting setting.</li>
<li>Improve style of class sort buttons.</li>
<li>Improve theme colors.</li>
<li>Settings correctly sync across multiple tabs.</li>
<li>Improve formatting of parameter tables on small layout.</li>
<li>Improve styling of default values of parameters and properties.</li>
<li>Add 404 page.</li>
<li>Fix scrolling when targeting a specific update or change.</li>
<li>Fix highlighting of certain update changes.</li>
<li>Creator Hub links open in new tab.</li>
<li>Various minor styling and formatting improvements.</li>
<li>Fix nondeterminism in history data.</li>
<li>Improve GitHub workflow.</li>
</ul>
]]></content:encoded></item><item><title>2024-04-30</title><link>https://setup-rbxcdn.github.io/ref/changelog.html#2024-04-30</link><description>DESCRIPTION</description><guid>changelog-2024-04-30</guid><pubDate>Tue, 30 Apr 2024 00:00:00 UTC</pubDate><content:encoded><![CDATA[<ul>
<li><strong>Complete rewrite of frontend and backend.</strong></li>
<li><strong>Modernized frontend with improved support for a wider variety of device
sizes.</strong></li>
<li><strong>Simplified backend based on Hugo.</strong></li>
<li><strong>Updates work again.</strong></li>
<li>Use modern Roblox icons.</li>
<li>Display recent updates on main page.</li>
<li>Display inheritance of removed classes on main page.</li>
<li>Add separate pages for listing each kind of entity (classes, enums, types).</li>
<li>Change DevHub links to point directly to Creator Hub.</li>
<li>Add link to release notes for corresponding updates.</li>
<li>Use Luau-style type signatures in member index.</li>
<li>Only display latest history for each member in index. Member sections still
display all history.</li>
<li>Display sibling classes (classes that inherit from the same superclass).</li>
<li>Display thread safety of class members.</li>
<li>Display legacy names of enum items, when available.</li>
<li>Pages have more detailed list of related entities.</li>
<li>Add Auto theme setting, which selects a theme based on the device&rsquo;s preferred
color scheme.</li>
<li>Add setting to toggle visibility of unscriptable properties.</li>
<li>Backend incorporates &ldquo;full&rdquo; API dump, which has more information than the
standard API dump, including serialize-only properties.</li>
<li>Add <a href="/ref/stats.html">page listing statistics</a> about the API.</li>
<li>Significantly more detailed search database (search syntax coming soon).</li>
<li>No longer includes Reflection Metadata (may be added back later).</li>
<li>No longer includes custom documentation (docs from creator-docs will be added
later).</li>
<li>Fix search sometimes not including all possible results.</li>
</ul>
]]></content:encoded></item></channel></rss>