Releases: twitter/bijection
Releases · twitter/bijection
Macroed up and good to biject
The main new cases here are Macros. { caseClassToTuple, caseClassToMap, fastTry, fastAttempt}
See Macros.scala
These allow you to make bijections between case classes and tuples, injections from case classes to Map[String, Any]
and macros to generate Try[T]
without a call by name.
0.7.0 Bijection, now for 2.11
- Added thrift json injections: #172
- Make almost all the case classes extend AnyVal: #178
- Fix ImplicitBijection issue: #177
- Update jackson-mapper-asl to version 1.9.2: #155
- Moves to 2.10.x as the default and to scalatest: #176
- Fix some bugs in ModDivInjections: #175
- Add compression support to bijection-avro: #174
- Injections from jodatime LocalDate / LocalTime / YearMonth / MonthDay to String: #171
Bump some deps/docs/formatting
Version 0.6.2
- Added json4s to project aggregate: #161
Version 0.6.1
Better Bufferable and Avro
- Update Avro: #147
- Fix a thread-safety bug with collection Bufferables: #150
- Add Boolean support for Bufferable: #151
Special thanks to Mansoor Ashraf for his work on Avro.
Follow him @mansoor_Ashraf
Love for HBase
Bijection 0.5.3, w/ Joda, Avro and Hbase
Binary compatible version bump here. We did lose bijection-algebird
; it's moved over to algebird
as algebird-bijection
, simply because the Algebird library is moving faster.
Here's a link to our updated API documentation: https://twitter.github.com/bijection
Issues Closed
Bijection 0.5.2
Tiny release to fix a build.
- remove withSources: #132