Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
Cody Allen edited this page May 3, 2014 · 1 revision

This release is source compatible but not binary compatible with the 1.0.x series.

Built against Scala 2.11.0. My current plan is to target Scala 2.11 or greater for all new development and limit Ficus 1.0.x changes to bug fixes. This is due to changes in the relection API between Scala 2.10.x and 2.11.x (which affect macros) and a bug in implicit macro defs in Scala < 2.10.2. Because the 1.1.x series is source compatible with 1.0.x, I think it makes sense for anyone using Scala 2.11 to use 1.1.x.

New features

  • com.typesafe.config.ConfigValue reader thanks to Thomas Dufour (#2)

Other changes

  • Built against Scala 2.11
  • For macro support, Ficus now depends on just scala-reflect instead of the entire Scala compiler. Also, this dependency is now marked as provided so it isn't pulled in with Ficus.
Clone this wiki locally