Skip to content

Release 2.2.0

Choose a tag to compare

@deankarn deankarn released this 23 Aug 21:23
· 47 commits to master since this release

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 values
  • ModeExplicit - 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.