Skip to content

Releases: JohnSundell/Plot

Plot 0.7.0

05 Mar 10:21
e81e059
Compare
Choose a tag to compare
  • Support for the <picture> element and its associated <source> attributes have been added.
  • The async and defer attributes can now be added to a <script> element (by @Ze0nC).

This release also contains documentation fixes by @LedenMcLeden.

Plot 0.6.0

29 Jan 11:27
6dcfc1f
Compare
Choose a tag to compare
  • 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 the hreflang, sizes and color attributes, by @rpinz.
  • The apple-touch-icon and mask-icon values have been added to HTMLLinkRelationship, by @rpinz.
  • Additional English variants and the x-default value have been added to Language, by @rpinz.

Plot 0.5.0

09 Jan 11:41
ccabb26
Compare
Choose a tag to compare
  • The HTML <a> element's rel attribute now supports more values natively (by @camdeardorff).
  • The enctype and method attributes are now natively supported for HTML forms (by @mcritz).

Also includes a documentation fix by @cdmcmahon.

Plot 0.4.0

03 Jan 13:43
00bd4d6
Compare
Choose a tag to compare
  • 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 and PodcastType now conform to Equatable and Codable.

Plot 0.3.0

27 Dec 23:10
2e55749
Compare
Choose a tag to compare
  • 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

11 Dec 13:15
dd7fce7
Compare
Choose a tag to compare
  • 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

06 Dec 00:11
8947caa
Compare
Choose a tag to compare
  • All HTML body nodes now support the aria-controls attribute (.ariaControls()), by @kimar.
  • HTMLAudioFormat and HTMLVideoFormat now conform to Codable.

Plot 0.1.0

03 Dec 17:22
Compare
Choose a tag to compare

The first release of Plot.