Releases: input-output-hk/purescript-web-common
Releases · input-output-hk/purescript-web-common
v2.0.1
Fixes error in AjaxUtils with new servant support lib.
v2.0.0
Major version because it has a breaking change:
- removed
mapMaybeSubmodule
v1.2.2
- Add Eq instance for correct Icon
v1.2.1
- Added Eq Instance to
Icon
- Added
Preview
type that is curiously missing from profunctor-lenses
v1.2.0
- Optimize webpack devel builds
- Add
OMap
index based functions
v1.1.4
- Remove unused module
- update json-helpers
v1.1.3
Bugfixes
- Fix Args instance for Ratio
v1.1.2
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
Bugfixes
- BigInt renders with "fromString" prefix in
Pretty
instance.