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: purescript/purescript-newtype
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: github-actions
Choose a base ref
...
head repository: purescript/purescript-newtype
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.
  • 11 commits
  • 7 files changed
  • 7 contributors

Commits on Dec 5, 2020

  1. Merge pull request #25 from purescript/github-actions

    Migrate to GitHub Actions
    kl0tl authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    4f73dd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

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

Commits on Dec 27, 2020

  1. Replace explicit wrapping and unwrapping of newtypes by coercions (#22)

    * Replace explicit wrapping and unwrapping of newtypes by coercions
    
    * Import constructors of Newtypes defined in Prelude
    
    * Remove unneeded Prelude import
    
    Co-authored-by: JordanMartinez <jordanalex.martinez@gmail.com>
    kl0tl and JordanMartinez authored Dec 27, 2020
    Configuration menu
    Copy the full SHA
    debb7bd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Generate changelog and add PR template (#26)

    * Generate CHANGELOG.md file using notes from previous GH releases
    
    * Add pull request template
    JordanMartinez authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    a46f65a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

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

Commits on Feb 26, 2021

  1. Prepare v4.0.0 release (#28)

    * Update CI to build with the latest version of the compiler
    
    * Update the bower repository URL to match the URL in the registry
    
    * Upgrade bower dependencies
    
    * Update the changelog
    kl0tl authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    7b292fc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. added modify (#19)

    * added modify
    
    * Fix missing `>>>` error without importing Prelude
    
    * Update changelog
    
    Co-authored-by: JordanMartinez <jordanalex.martinez@protonmail.com>
    dwhitney and JordanMartinez authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    ddbe07e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Update to v0.15.0 (#30)

    * Update to CI to use 'unstable' purescript
    
    * Update pulp to 16.0.0-0 and psa to 0.8.2
    
    * Update Bower dependencies to master
    
    * Added changelog entry
    JordanMartinez authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    c490548 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

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

Commits on Apr 27, 2022

  1. Prepare v5.0.0 release (1st PS 0.15.0-compatible release) (#32)

    * Update the bower dependencies
    
    * Update Node to 14 in CI
    
    * Update the changelog
    JordanMartinez authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    29d8e6d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Remove incorrect newtype deriving in docs (#33)

    * Remove incorrect newtype deriving in docs
    
    * Update CHANGELOG
    pete-murphy authored Sep 3, 2022
    Configuration menu
    Copy the full SHA
    0a0563e View commit details
    Browse the repository at this point in the history
Loading