Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.21 KB

ChangeLog.md

File metadata and controls

51 lines (29 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.2.1] - 2021-02-24

  • fixed inner Map classes serialization (#17, #18, #19)

[velocypack-module-scala_2.13:1.2.0] - 2020-09-22

  • support for scala 2.13

[1.2.0] - 2020-02-03

  • support for scala 2.11 and 2.12
  • nested collections support
  • enhanced map support

[1.1.0] - 2020-01-13

  • added support for scala.collection.Seq
  • updated velocypack version 2.1.0
  • changed velocypack dependency scope to provided

[1.0.3] - 2018-08-19

  • added java-velocypack version 1.4.2

1.0.2 - 2018-02-26

Added

  • added support for scala.math.BigInt and scala.math.BigDecimal

Changed

  • use a parameterized deserializer for List

1.0.1 - 2017-06-19

Added

  • added support for deserializing null values into None