pbeshai/serialize-query-params

Allow null and empty string values

pbeshai opened this issue · 0 comments

Update serializers to allow null and empty string values:

  • null maps to ?foo
  • "" maps to ?foo=
  • undefined maps to ? (not present/remove)