Changelog of @hackage/di-df1 1.2.1
Version 1.2.1
- Made compatible with newer
df1
.
Version 1.2
-
COMPILER ASSISTED BREAKING CHANGE: Renaming logging functions again. For example,
info
is the name we give to theToMessage
-polymorphic logging functions,info_
to theirMessage
-monomorphic version, andinfo'
to theSTM
version. The previousSTM
suffix ininfoSTM
is gone, so as to mimick the naming conventions ofdi-core
. -
Export
attr_
.
Version 1.1
-
COMPILER ASSISTED BREAKING CHANGE: The
STM
compatible logging functions previously calleddebug'
,info'
, etc. are now calleddebugSTM
,infoSTM
, etc. The names such asdebug'
,info'
, etc. are now whatdebug
,info
, etc. were in the previous version. -
Take
ToValue
andToMessage
instances where possible, rather than values of typeValue
andMessage
. -
Di.Df1
now re-exportsPath
,Segment
,Key
,Value
,Message
,ToKey(key)
,ToValue(value)
andToMessage(message)
.
Version 1.0.2
- Added
Df1
,Df1T
andMonadDf1
type-synonyms.
Version 1.0.1
- Removed unnecessary
MonadIO
constraint.
Version 1.0
- Consider this a preview release: The API is likely to stay stable, but extensive testing, formalization and tooling is due.