This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
Version 0.2.0
This is a complete rewrite of the library. It includes:
- More tests
- Travis integration
- It now uses separate classes (
CMDQueryStringReader
andCMDQueryStringWriter
) internally to separate logic - New
CMDQueryStringValueTransformer
class that can be extended to encode arbitrary data types - All internal object serialization now runs through the value transformer.