-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: MarkTangCd/documentation
base: master
head repository: purescript/documentation
compare: master
- 15 commits
- 9 files changed
- 13 contributors
Commits on Aug 15, 2022
-
Construct Origin with Number values (purescript#445)
Construct origin of type PointRec with Number values ( 0.0 ) to align with type definition ``` purescript type PointRec = { x :: Number, y :: Number } ```Configuration menu - View commit details
-
Copy full SHA for 26da1f4 - Browse repository at this point
Copy the full SHA 26da1f4View commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 581caaa - Browse repository at this point
Copy the full SHA 581caaaView commit details
Commits on Nov 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 84e5574 - Browse repository at this point
Copy the full SHA 84e5574View commit details
Commits on Dec 12, 2022
-
Document deriving Functor, Foldable, Traversable (purescript#446)
* Document deriving Functor, Foldable, Traversable * Cover the enhancements in PureScript PR #4420
Configuration menu - View commit details
-
Copy full SHA for 06d2d37 - Browse repository at this point
Copy the full SHA 06d2d37View commit details
Commits on Jan 3, 2023
-
Tweaks to Getting Started (purescript#449)
* Adjusted heading indent levels to fix markdown syntax warning. * Suppress markdown warning MD046. * added missing :show print and :print <fn> repl help topics. * minor sentence improvement. * Changed CommonJS to ES.
Configuration menu - View commit details
-
Copy full SHA for 0f3a48d - Browse repository at this point
Copy the full SHA 0f3a48dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb38c6b - Browse repository at this point
Copy the full SHA eb38c6bView commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 53cb2dc - Browse repository at this point
Copy the full SHA 53cb2dcView commit details
Commits on Feb 7, 2023
-
Fix markdownlint indentation issue (purescript#453)
* MD046 wasn't closed, but instead MD037 (mistake) * Disabled MD046 code-block-style for whole guide
Configuration menu - View commit details
-
Copy full SHA for ddc8356 - Browse repository at this point
Copy the full SHA ddc8356View commit details
Commits on Mar 22, 2023
-
Add purs-nix and purifix as a tool for nix users (purescript#451)
* Add purs-nix as a tool for nix users * Improve purs-nix and add purifix
Configuration menu - View commit details
-
Copy full SHA for 2be8499 - Browse repository at this point
Copy the full SHA 2be8499View commit details
Commits on Jul 18, 2023
-
Update Alternate-backends.md (purescript#457)
Added a `Unisay/purescript-lua` alternative backend reference.
Configuration menu - View commit details
-
Copy full SHA for cf85276 - Browse repository at this point
Copy the full SHA cf85276View commit details
Commits on Sep 2, 2023
-
Update Common-Operators.md to v0.15 (purescript#458)
The `Math` module no longer exists, and `mod` and `%` are now defined in `Data.Number`. Also update link to latest prelude documentation version.
Configuration menu - View commit details
-
Copy full SHA for 09859e0 - Browse repository at this point
Copy the full SHA 09859e0View commit details
Commits on Sep 26, 2023
-
Add IntelliJ plugin to the list of supported tooling (purescript#456)
* Add IntelliJ plugin to tooling support
Configuration menu - View commit details
-
Copy full SHA for 6b6f433 - Browse repository at this point
Copy the full SHA 6b6f433View commit details
Commits on Nov 2, 2023
-
Update Editor and tool support (purescript#460)
* Update Editor and tool support - Spago is now the recommended way to bundle JS-backend PS code - Add `spago-legacy` to the list of deprecated tools - Replace `purty` with `purescript-tidy` as the recommended formatter; add `purty` to the list of deprecated tools - Add `purescript-backend-optimizer` - Add @drathier's Purerlex as an Purerl-specific tool * Link to `spago-legacy` instead of new Spago * Include both Spago legacy and Spago rewrite, provide a note on the transition situation * Mention holes Technically they already fall into the 'and more' category in this list, but I think this is a feature awesome enough to be specifically highlighted
Configuration menu - View commit details
-
Copy full SHA for 58f6d7b - Browse repository at this point
Copy the full SHA 58f6d7bView commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7edec9f - Browse repository at this point
Copy the full SHA 7edec9fView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aba17dc - Browse repository at this point
Copy the full SHA aba17dcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master