-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathCHANGELOG
86 lines (67 loc) · 1.91 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Changelog
- 0.9.2.0 (2024-03-06)
* Make XHTML5 doctype lowercase
* Add new attributes to (X)HTML5:
- `download`
- `minlength`
- `muted`
- `onkeypress`
- `poster`
- `property`
* Add new elements to (X)HTML5:
- `bdi`
- `data`
- `dialog`
- `picture`
- `s`
- `search`
- `slot`
- `template`
- 0.9.1.2 (2019-10-02)
* Bump QuickCheck dependency to 2.13
* Bump containers dependency to 0.6
* Check in generated code
* Regenerate .travis.yml using haskell-ci
- 0.9.1.1 (2018-06-12)
* Fix generated source code on Hackage
- 0.9.1.0
* Add `u` element to HTML5
* Add `role` attribute to HTML5
* Bump HUnit dependency to 1.6
* Bump QuickCheck dependency to 2.11
- 0.9.0.1
* Fix CHANGELOG
- 0.9.0.0
* Bump blaze-html dependency to 0.8. This has a few consequences:
- Make `MarkupM` finally adhere to the Monad laws
- Stricten the `IsString` instance to only work with `MarkupM ()` and
not `MarkupM a`
- Change the type of `contents` to `MarkupM a -> MarkupM a`
- Add a `Semigroup` instance for `MarkupM`
- 0.7.1.1
- 0.8.1.3
* Bump HUnit dependency to 1.5
- 0.8.1.2
* Bump QuickCheck dependency to 2.9
- 0.8.1.1
* Bump HUnit dependency to 1.3
- 0.8.1.0
* Add `<main>` element to HTML5
- 0.8.0.2
* Relax blaze-builder dependency to include 0.3 again
- 0.8.0.1
* Bump QuickCheck dependency to 2.8
- 0.8.0.0
* Bump blaze-builder dependency to 0.4
- 0.7.1.0
* Add `itemscope` and `itemprop` attributes
* Constraint `blaze-markup` dependency
- 0.7.0.3
* Dependency bump to allow `text-1.2`
- 0.7.0.2
* Bump QuickCheck dependency to 2.7
- 0.7.0.1
* Fix incorrect blaze-markup dependency in tests
- 0.7.0.0
* Bump blaze-markup so we get the (!?) operator for conditionally setting
attributes