Skip to content

Releases: bhftbootcamp/Serde.jl

v3.6.1

20 Feb 14:48
e48e1cc
Compare
Choose a tag to compare

Serde v3.6.1

Diff since v3.6.0

  • Fix XML node order in serialization

Merged pull requests:

v3.6.0

13 Feb 09:34
b275371
Compare
Choose a tag to compare

Serde v3.6.0

Diff since v3.5.0

  • Add force_array to convert all XML elements into an array

Merged pull requests:

  • Add force_array to convert all XML elements into an array (#78) (@gryumov)
  • Improve README for Serde (#80) (@gryumov)

v3.5.0

09 Jan 17:41
a8b7019
Compare
Choose a tag to compare

Serde v3.5.0

Diff since v3.4.1

  • Refactored module for improved performance and maintainability.

Merged pull requests:

v3.4.1

27 Aug 08:11
56ce31f
Compare
Choose a tag to compare

Serde v3.4.1

Diff since v3.4.0

  • Fix buffer closing, escape values, and add const for quotes

Merged pull requests:

  • Fix closing buffers, escape values and add const for quote (#62) (@eliza-eliza)

v3.4.0

20 Aug 14:25
b678f31
Compare
Choose a tag to compare

Serde v3.4.0

Diff since v3.3.0

  • Add json_value for AbstractArray

Merged pull requests:

v3.3.0

15 Aug 21:52
1e15159
Compare
Choose a tag to compare

Serde v3.3.0

Diff since v3.2.0

  • Add Tuple deserialization

Merged pull requests:

Closed issues:

  • Tuple Deserialization (#59)

v3.2.0

04 Jul 17:53
f8d97b6
Compare
Choose a tag to compare

Serde v3.2.0

Diff since v3.1.0

3.2.0 (03/07/2024)

  • Added ordered header output to CSV (#45).
  • Added dict_type parameter to to_flatten for customizable dictionary output (#46).

Merged pull requests:

  • Preserve headers order by default in CSV serialisation (#45) (@NeroBlackstone)
  • Add dict_type parameter to to_flatten for customizable dictionary output (#55) (@gryumov)
  • Added ordered header output to CSV (#56) (@gryumov)
  • Csv headers order (#57) (@gryumov)

v3.1.0

03 Jun 21:28
0ad1782
Compare
Choose a tag to compare

Serde v3.1.0

Diff since v3.0.4

UUID support in other serializers

Merged pull requests:

v3.0.4

23 May 08:25
4508992
Compare
Choose a tag to compare

Serde v3.0.4

Diff since v3.0.3

Fix deserialization of Union{Nulltype,AnyType}

Merged pull requests:

  • I47 fix CSV deserialization of Union{Nulltype,AnyType} (#52) (@RongkunWang)

Closed issues:

  • Compatible with CSV deserialization of Union{Nothing, Another} type (#47)

v3.0.3

08 May 19:18
7f36b84
Compare
Choose a tag to compare

Serde v3.0.3

Diff since v3.0.2

  • Updated documentation

Merged pull requests:

Closed issues:

  • Compatible with CSV deserialization of Union{Nothing, Another} type (#47)