Releases: ThoughtWorksInc/Extractor.scala
Releases · ThoughtWorksInc/Extractor.scala
v2.1.3: Merge pull request #59 from ThoughtWorksInc/Atry-patch-3
v1.2.0
Deprecate implicit view OptionFunctionToPartialFunction
, in favor of scala.Function.unlift
.
v1.1.0
- An
Extractor
is also a function now.
- Add
typecheck
method
- Add
extract
for normal functions.
- Deprecate
pf.extractSeq
in favor of pf.extract.seq
v1.0.2
Support Scala.js
Support Scala 2.12.0-RC1