Skip to content

Releases: vapor-community/HTMLKit

2.4.0

16 Dec 21:12
1c2a184
Compare
Choose a tag to compare

Minor

Features

  • Rework the access control (#46)
  • Add and refactor attributes (#47)
  • Make ContentBuilder generic (#48)
  • Rework the modifier (#49)
  • Implement a converter (#51)
  • Update instructions (#52)

Notes

The instructions are not complete yet. I will work on it the next couple days.

2.3.0

11 Nov 19:26
8109144
Compare
Choose a tag to compare

Minor

Features

  • Update dependencies and other stuff (#45)

Notes

Consider that this release needs Swift 5.4!

2.2.1

24 Oct 14:28
58db8cd
Compare
Choose a tag to compare

Patch

Features

  • Fix the attribute rendering (#41)

2.2.0

22 Oct 20:33
896997d
Compare
Choose a tag to compare

Minor

Features

  • Add the rest of the elements and attributes (#40)

Notes

2.1.4

19 Oct 19:07
abcebb8
Compare
Choose a tag to compare

Patch

Features

  • Polish current code (#38)

Notes

2.1.3

19 Oct 18:00
59c7514
Compare
Choose a tag to compare

2.1.3

Features

2.1.2

07 Sep 08:08
1840583
Compare
Choose a tag to compare

2.1.2

Features

2.1.1

30 Aug 13:18
5b0afd3
Compare
Choose a tag to compare

2.1.1

Features

2.1.0

30 Aug 13:14
ac158d7
Compare
Choose a tag to compare

Changes to renderer and minor changes

2.0.0

23 Sep 06:55
Compare
Choose a tag to compare

Document now conforms to AttributeNode in order to support better accessibility.

Document(type: .html5) {
    ...
}
.lang("nb")