Release 2.2.0
What was added?
Added Mode to both the Encoder and Decoder and can be set with the SetMode(mode) function on either.
currently there are 2 modes:
ModeImplicit- the default mode, looks through all fields to encode or decode valuesModeExplicit- looks through only field marked explicitly with the form tag name
this is for #10 thanks @annismckenzie for the idea
no breaking changes, just update and enjoy.