You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
Cody Allen edited this page May 11, 2014
·
1 revision
This release is source and binary compatible with 1.1.0. However, it does include the deprecation of the FicusConfig object (not trait).
Built against Scala 2.11.0.
Deprecation
The FicusConfig object, which was used to import all useful Ficus implicits has been deprecated. It included an implicit def for the arbitrary type reader macro that could cause unwanted shadowing of an implicit ValueReader defined in a type's companion object. If you were previously importing net.ceedubs.ficus.FicusConfig._, you are now encouraged to import net.ceedubs.ficus.Ficus._ and if you want to opt-in to macro-generated arbitrary type readers, separately import net.ceedubs.ficus.readers.ArbitraryTypeReader._ (#5)