Releases: JohnSundell/Plot
Releases · JohnSundell/Plot
Plot 0.7.0
- Support for the
<picture>
element and its associated<source>
attributes have been added. - The
async
anddefer
attributes can now be added to a<script>
element (by @Ze0nC).
This release also contains documentation fixes by @LedenMcLeden.
Plot 0.6.0
- HTML's
<link>
and<script>
tags now natively support sub resource integrity (SRI) attributes, by @cdmcmahon. - You can now optionally unwrap an
Attribute
using.unwrap {}
, by @camdeardorff. - The HTML
<noscript>
tag is now natively supported, by @rpinz. - HTML
<link>
tags now natively support thehreflang
,sizes
andcolor
attributes, by @rpinz. - The
apple-touch-icon
andmask-icon
values have been added toHTMLLinkRelationship
, by @rpinz. - Additional English variants and the
x-default
value have been added toLanguage
, by @rpinz.
Plot 0.5.0
- The HTML
<a>
element'srel
attribute now supports more values natively (by @camdeardorff). - The
enctype
andmethod
attributes are now natively supported for HTML forms (by @mcritz).
Also includes a documentation fix by @cdmcmahon.
Plot 0.4.0
- Plot now natively supports the
<main>
HTML element (by @slashmo). - RSS feeds will now always be generated using
en_us_posix
-formatted times (by @artrmz). Indentation
,Indentation.Kind
andPodcastType
now conform toEquatable
andCodable
.
Plot 0.3.0
- Built-in support for the
<textarea>
HTML element (by @adam-fowler). - Control flow closures can now
throw
. - A new
Language
enum has been added for strongly typed language codes. - HTML entities are no longer double-escaped when using
Node.text
. - Podcast episode durations are now correctly padded when lower than
10
.
Plot 0.2.0
URL
values can now be passed directly to attributes and components that accept an URL. Strings can still be passed as well.- The
aria-expanded
accessibility attribute is now natively supported through the.ariaExpanded()
command (by @kimar).
Plot 0.1.1
- All HTML body nodes now support the
aria-controls
attribute (.ariaControls()
), by @kimar. HTMLAudioFormat
andHTMLVideoFormat
now conform toCodable
.
Plot 0.1.0
The first release of Plot.