Releases: twitter/bijection
Releases · twitter/bijection
Bijections 0.9.8
2.13 release
This is a maintenance release that publishes versions for 2.13 and drops 2.10.
We are now using scalafmt to format the code.
The dependencies have also been updated thanks to @scala-steward.
Finally, we welcome new maintainers: @nevillelyh and @regadas
Bijection 0.9.6!
Bijection 0.9.5
This release is identical to release 0.9.4 source changes wise. As part of this release we're now publishing all bijection modules for Scala 2.12!
Bijection 0.9.4 with support for Scala 2.12.0
This is the first Bijection release that also publishes artifacts for Scala 2.12.0! Here are some of the changes that this release includes:
- JavaFuture <=> TwitterFuture bijection: #247
- Bump Scala version to 2.11.7: #246
- Add support for Tuple1 bijections: #249
- Add mima checks to Travis: #250
- Try to setup codecov.io: #251
- Add scalafmt: #252
- Add code coverage badge to README: #253
- Create COMMITTERS.md: #254
- Avro - toJson should work exactly as toBinary: #256
- Clean up build to clear the path to 2.12: #257
- Add support for Scala 2.12.0: #258
70 MB YAML Edition
- Fix issue with
Injection[String, Array[Byte]].invert
for arrays more than2^(24)
in size: #243
With Serializable Injection[String, Array[Byte]]
Now with fewer bugs, 2016-02 edition
- Reduce the exposed type granularity down, maintains binary compat wit…: #235
- avro binary with schema: #238
- Make string Injections safer. Fix #199: #237
- Mostly maintenance commit: #234
- set the max file size to deal with #184: #232
- Getting rid of a circular dependency between bijection-macros and chill: #228
- Noticed this appearing in downstream bundles, should be for test only: #226
- Upgrade sbt launcher script (sbt-extras): #225
- En-threadsafe json injections for collections: #224