Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Version 0.2.0

Compare
Choose a tag to compare
@calebd calebd released this 08 Apr 02:42
· 45 commits to master since this release

This is a complete rewrite of the library. It includes:

  • More tests
  • Travis integration
  • It now uses separate classes (CMDQueryStringReader and CMDQueryStringWriter) 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.