GitPedia
Home/robb/Swim/Changelog
robb

robb/Swim

A DSL for writing HTML in Swift

5 Releases
Latest: 4y ago
0.4.0: Explicit Void0.4.0Latest
robbrobb·4y ago·March 21, 2022
GitHub

📋 Changes

  • Fixes support for Swift 5.6 thanks to @kevinrenskers in #40.
0.3.0: Holiday Extravaganza0.3.0
robbrobb·4y ago·December 4, 2021
GitHub

📋 Changes

  • Whitespace around `textarea` is now trimmed #35
  • Leading newlines are trimmed #36
  • Performance improvements #37
0.2.0: Linux support and other escapades 0.2.0
robbrobb·4y ago·July 11, 2021
GitHub

📋 Changes

  • Added Linux support thanks to @chriseidhof in #26
  • Added `raw` nodes, `text` nodes now always perform XML escaping thanks to @chriseidhof in #22 – ⚠️ Potentially a breaking change.
  • Tags are now `structs` that implement `callAsFunction` in #23.
  • Switched to result builders in #20.
0.1.1: One nit at a time0.1.1
robbrobb·5y ago·February 10, 2021
GitHub

📋 Changes

  • Fixes the `rel` attribute on `link` tags.
0.1.0: A Cautious Beginning0.1.0
robbrobb·5y ago·February 9, 2021
GitHub

📋 Changes

  • First release to simplify using Swim as a dependency.