Skip to content

v0.3.8

Latest
Compare
Choose a tag to compare
@fizruk fizruk released this 12 Mar 21:26
· 99 commits to master since this release
28fc15f
  • Minor changes:
    • Stable URL-encoding for Forms (see #67):
      • Introduce urlEncodeParams and urlDecodeParams;
      • Introduce urlEncodeAsFormStable and use stable encoding for doctests;
      • Add toEntriesByKeyStable and toListStable;
    • Add Semigroup instance for Form (see #69);
    • Relax upper bound on Cabal (see #73).