Skip to content

Releases: gaynetdinov/ex_marshal

v0.0.13

28 Jul 17:11
Compare
Choose a tag to compare

Support decoding user-marshalled objects #30

v0.0.12

25 Jun 09:04
Compare
Choose a tag to compare

Ease the Decimal version dependency.

v0.0.11

02 Jun 09:58
Compare
Choose a tag to compare

This release includes bug fix regarding encoding long lists and maps, see #26

v0.0.10

06 Nov 21:34
Compare
Choose a tag to compare

This release fixes encoding/decoding problem which happens due the fact that encoding symbol :e of a string was not added to symbols storage. The symbols storage is used for repetitive symbols which can be encoded/decoded as links to already existing symbols in the stream.

v0.0.9

23 Aug 19:15
Compare
Choose a tag to compare

This version adds ability to nullify all unsupported types #18.

v0.0.8

14 Jun 18:40
Compare
Choose a tag to compare

Fixes decoding of small integers between 118 and 122 #16

v0.0.6

22 Nov 22:42
Compare
Choose a tag to compare

Fixes Decimal dependency resolution issue #12

v0.0.5

17 Oct 07:44
Compare
Choose a tag to compare

Release v0.0.5 fixes #9

v0.0.4

18 Aug 07:26
Compare
Choose a tag to compare

Fix a bug when decode strings encodings. Now ExMarshal can decode Rails session cconstantin/plug_rails_cookie_session_store#2 (comment)

v0.0.3

08 Dec 22:04
Compare
Choose a tag to compare

Version 0.0.3 brings ability to decode references.