Closed mwanji closed 9 years ago
Thanks! Again, I apologise for forgetting to do this initially.
Would it be possible to create a new release with this PR?
Yes give me two days.
Sent from my iPhone
On 21 Jan 2015, at 8:25 am, Moandji Ezana notifications@github.com wrote:
Would it be possible to create a new release with this PR?
— Reply to this email directly or view it on GitHub.
Great, thanks.
Released. May take a few hours to propagate.
Thank you!
I was trying to use the library in a project and realised I'd forgotten to add the InstantConverter to
Converters.registerAll()
... Sorry!Also, I added 2 tests to ConvertersTest that actually fail if the converters are not registered. That was not the case for any of the existing tests. I modified InstantConverterTest as an example of how the other tests could be modified to fail if the Converter is not registered. However, it's not strictly necessary, as I believe ConvertersTest now covers all cases: serialising and deserialising.