hastache v0.6.1 Release Notes
Release Date: 2014-12-23 // over 9 years ago-
- ๐ Fixing documentation typos
- ๐ Implementing basic context merging (see https://github.com/lymar/hastache/issues/31)
mkGenericContext'
takes an additional(String -> String)
argument which is applied to record field names, much like aeson'sfieldLabelModifier
- Removing unnecessary
utf8-string
dependency - ๐ Implementing the generic context creation for
Maybe
(see https://github.com/lymar/hastache/issues/38 andnestedPolyGenericContextTest
test),Either
,()
, andVersion
. mkReadme
is now officially an executable- Big change: custom extensions for generic contexts (should solve
#30). See the documentation for
Text.Hastache.Context
and thegenericCustom.hs
example. - ๐ Making Hastache work with new base-4.8 (see #41)
๐ Thanks to: Tobias Florek, Edsko de Vries, Janne Hellsten, @clinty, Stefan Kersten, Herbert Valerio Riedel, and others
Previous changes from v0.6.0
-
- โ Switching from lazy ByteString to lazy Text
- ๐ Support for multiple constructors in generic contexts (issue #16)
- โ Additional
MuVar
instances (Maybe
,Either
,()
)