Releases: purescript/pursuit
Releases · purescript/pursuit
v0.7.5
v0.7.4
v0.7.3
v0.7.1
- Build against version 0.12.2 of the PureScript compiler (@hdgarrood)
v0.7.0
- Build against version 0.12.0 of the PureScript compiler (@hdgarrood)
- Make documentation for all builtin modules available, rather than just Prim
(@hdgarrood, #357) - Fix a bug where incorrect types were displayed in search results for data
constructors with 2 or more arguments (@jonathanlking, #373) - Add an OpenSearch description file (@hdgarrood, #325)
- Use smart quotes in help pages (@hdgarrood, 358)
v0.6.3
- Add a "load more" button for display of additional search results
(@felixSchl, #305) - Fix source links in re-exported declarations (@felixSchl, #345)
- Display the types of data constructors and type class members in search
results (@hdgarrood, #264) - Include entries from
Prim
in search results (@hdgarrood, #265) - Allow data constructors and type class members to be found when searching by
type (@hdgarrood, #303) - Fix searching for type operators by name (@hdgarrood, #330)
- Slightly promote search results which come from packages with more reverse
dependencies (@hdgarrood, #353) - Fix an issue where any query which included a hyphen would be treated as a
type, preventing searching by name; this was a problem for queries such as
e.g. "generics-rep" (@hdgarrood, #321) - Take into account whether type variables match when performing type search.
For example, after this change,map
ranks higher thancmap
for the query
"(a -> b) -> f a -> f b"; previously they were equally ranked (@hdgarrood,
#355) - Add help explaining the search feature (@hdgarrood / @grossbart, #339, #357)
v0.6.2
- Improve 'package not found' message (@hdgarrood)
- Add favicons (@grossbart)
- Update to PureScript 0.11.7 (@hdgarrood)
- Add publish date to package pages (@hdgarrood)
- Redirect URLs without a version to the latest version (@hdgarrood)
- Strip leading/trailing whitespace before searching (@hdgarrood)
- Allow operators to appear in search results without being wrapped by parens
(@hdgarrood) - Add a link to Prim to the homepage (@joneshf)
- Clarify contributing docs (@grossbart)
- Update to stackage LTS 8.18 (@hdgarrood)