Skip to content

Releases: input-output-hk/purescript-web-common

v2.0.1

21 Jan 22:18
Compare
Choose a tag to compare

Fixes error in AjaxUtils with new servant support lib.

v2.0.0

21 Jan 21:30
Compare
Choose a tag to compare

Major version because it has a breaking change:

  • removed mapMaybeSubmodule

v1.2.2

11 Jan 13:53
Compare
Choose a tag to compare
  • Add Eq instance for correct Icon

v1.2.1

11 Jan 13:42
Compare
Choose a tag to compare
  • Added Eq Instance to Icon
  • Added Preview type that is curiously missing from profunctor-lenses

v1.2.0

15 Dec 18:38
Compare
Choose a tag to compare
  • Optimize webpack devel builds
  • Add OMap index based functions

1.1.5

09 Dec 13:28
337be97
Compare
Choose a tag to compare

v1.1.4

04 Nov 19:12
Compare
Choose a tag to compare
  • Remove unused module
  • update json-helpers

v1.1.3

02 Nov 13:23
Compare
Choose a tag to compare

Bugfixes

  • Fix Args instance for Ratio

v1.1.2

02 Nov 13:01
Compare
Choose a tag to compare

Bugfixes

  • Pretty printing of Ratio depends on Show instance of arguments, not pretty instance

Features

  • Added sep, hsep, vsep to Pretty exports

v1.1.1

02 Nov 12:37
Compare
Choose a tag to compare

Bugfixes

  • BigInt renders with "fromString" prefix in Pretty instance.