Changelog of @hackage/blaze-markup 0.8.2.1
Changelog
-
0.8.2.1 (2018-04-09)
- Bump
QuickCheckdependency to allow 2.11 - Bump
tastydependency to allow 1.0 - Bump
tasty-hunitdependency to allow 0.10 - Bump
tasty-quickcheckdependency to allow 0.10
- Bump
-
0.8.2.0 (2018-01-09)
- Define
ToMarkupinstance forNatural.
- Define
-
0.8.1.0 (2017-09-16)
- Compatibility with Semigroup/Monoid proposal
- Switch to
tastyfor running tests
-
0.8.0.0 (2017-01-30)
- Make
MarkupMfinally adhere to the Monad laws - Stricten the
IsStringinstance to only work withMarkupM ()and notMarkupM a - Change the type of
contentstoMarkupM a -> MarkupM a - Add a
Semigroupinstance forMarkupM
- Make
-
0.7.1.1
- Bump
HUnitdependency to allow 1.5
- Bump
-
0.7.1.0
- Relax
QuickCheckdependency to allow 2.9 - Add text builder instances
- Relax
-
0.7.0.3
- Relax
HUnitdependency to allow 1.3
- Relax
-
0.7.0.2
- Relax
blaze-builderdependency to allow 0.3
- Relax
-
0.7.0.1
- Bump
QuickCheckdependency to allow 2.8
- Bump
-
0.7.0.0
- Depend on blaze-builder 0.4
-
0.6.3.0
- Add combinators to insert HTML comments
-
0.6.2.0
- Add
Applicativeinstance forMarkupM
- Add
-
0.6.1.1
- Bump
textdependency to allow 1.2
- Bump
-
0.6.1.0
- Add the
nullquery to Text.Blaze.Internal.
- Add the
-
0.6.0.0
- Add the operator (!?) for nicely setting conditional attributes
-
0.5.2.0
- Provide ToHtml and ToValue instances for Int32, Int64, Word, Word32, and Word64