Skip to content

Tags: Cheeezcake/BetterCodable

Tags

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix swift version (marksands#27)

Co-authored-by: Aaron Bonham <aaron.bonham@sbs.com.au>

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test cases for LosslessValue Bool Int value (marksands#28)

* Test cases for LosslessValue Bool Int value

* DefaultFalse solution

* Add DefaultTrue case

* Add small comment

* Intercept boolean numbers in LosslessValue

* Clean up LosslessValue test cases

* Add documentation to BoolCodableStrategy decoding

* Remove comment

* Fix incorrect documentation

* Add String misalignment test case

* Add test cases for DefaultTrue

* Change DefaultFalse and DefaultTrue test names

* Add invalid value test case for DefaultFalse

* Add LosslessValue test for Bool edge case

Co-authored-by: Mark Sands <mark.sands@disneystreaming.com>

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request marksands#17 from serjooo/master

Add support to DefaultCodable to default when key is not available