Skip to content

Releases: DimaRU/CDRCodable

2.0.1

16 Mar 10:05
2.0.1
061e9c1

Choose a tag to compare

Fixed bugs.
Optimised InlineArray decode.

2.0.0

15 Mar 14:16
2.0.0
5dde009

Choose a tag to compare

Implement fixed arrays using the new InlineArray type introduced in Swift 6.2

1.2.4

14 Mar 12:54
1.2.4
c770118

Choose a tag to compare

Support nested container & super encoder

1.2.3

27 Mar 19:06
1.2.3
a08b036

Choose a tag to compare

Fix: Msg2Swift stable version dependency.

1.2.2

06 Mar 18:44

Choose a tag to compare

Fixed bugs introduced in 1.1.0. Small optimisations.

1.2.1

19 Feb 17:17

Choose a tag to compare

1.2.1 Pre-release
Pre-release

Do not use! Release have severe errors.

Msg2swift SPM command plugin.

1.1.1

19 Feb 16:53

Choose a tag to compare

1.1.1 Pre-release
Pre-release
  • Optimised array encoding and decoding. Performance increased up to 5000 times.
  • Fixed size arrays encode/decode.
  • Optional values are not encoded and always decoded as nil.
  • Fix unaligned memory access bug.

1.1.0

03 Feb 19:44

Choose a tag to compare

1.1.0 Pre-release
Pre-release
  • Optimised array encoding and decoding. Performance increased up to 5000 times.
  • Fixed size arrays encode/decode.
  • Optional values are not encoded and decoded.

1.0.1

13 Jan 12:41

Choose a tag to compare

Swift 5.6 comparability.

1.0.0

30 Sep 15:53

Choose a tag to compare

First public release.

Add Readme.