Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MarkTangCd/documentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: purescript/documentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 9 files changed
  • 13 contributors

Commits on Aug 15, 2022

  1. 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 }
    ```
    andrew-barnard authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    26da1f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    581caaa View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    84e5574 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Document deriving Functor, Foldable, Traversable (purescript#446)

    * Document deriving Functor, Foldable, Traversable
    
    * Cover the enhancements in PureScript PR #4420
    rhendric authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    06d2d37 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. 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.
    oldfartdeveloper authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    0f3a48d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb38c6b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    53cb2dc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Fix markdownlint indentation issue (purescript#453)

    * MD046 wasn't closed, but instead MD037 (mistake)
    * Disabled MD046 code-block-style for whole guide
    andys8 authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ddc8356 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. 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
    klarkc authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2be8499 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Update Alternate-backends.md (purescript#457)

    Added a `Unisay/purescript-lua` alternative backend reference.
    Unisay authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cf85276 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. 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.
    softmoth authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    09859e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Add IntelliJ plugin to the list of supported tooling (purescript#456)

    * Add IntelliJ plugin to tooling support
    Zelenya authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6b6f433 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. 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
    postsolar authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    58f6d7b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    7edec9f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    aba17dc View commit details
    Browse the repository at this point in the history
Loading