Changelog for 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,
infois the name we give to theToMessage-polymorphic logging functions,info_to theirMessage-monomorphic version, andinfo'to theSTMversion. The previousSTMsuffix ininfoSTMis gone, so as to mimick the naming conventions ofdi-core. -
Export
attr_.
Version 1.1
-
COMPILER ASSISTED BREAKING CHANGE: The
STMcompatible 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
ToValueandToMessageinstances where possible, rather than values of typeValueandMessage. -
Di.Df1now re-exportsPath,Segment,Key,Value,Message,ToKey(key),ToValue(value)andToMessage(message).
Version 1.0.2
- Added
Df1,Df1TandMonadDf1type-synonyms.
Version 1.0.1
- Removed unnecessary
MonadIOconstraint.
Version 1.0
- Consider this a preview release: The API is likely to stay stable, but extensive testing, formalization and tooling is due.