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-contrib/purescript-react-dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: purescript-contrib/purescript-react-dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 22 files changed
  • 7 contributors

Commits on Mar 10, 2019

  1. Update web-dom version (#12)

    athanclark authored and ethul committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    0730f25 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Add hydrate function (#14)

    starper authored and ethul committed May 5, 2019
    Configuration menu
    Copy the full SHA
    8e02c0b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Relax upper bound on purescript-react

    This is necessary to allow this package to compile with purs v0.13.0
    (see also: purescript-contrib/purescript-react#171)
    hdgarrood committed May 27, 2019
    Configuration menu
    Copy the full SHA
    c7715d5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Merge pull request #17 from purescript-contrib/relax-react-upper-bound

    Relax upper bound on purescript-react
    hdgarrood authored May 28, 2019
    Configuration menu
    Copy the full SHA
    80808c7 View commit details
    Browse the repository at this point in the history
  2. v6.1.0

    hdgarrood committed May 28, 2019
    Configuration menu
    Copy the full SHA
    441e170 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    3b117b3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    thomashoneyman authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    f0a8621 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Update to v0.14.0-rc3 (#20)

    * Update packages.dhall to prepare-0.14 bootstrap
    
    * Update CI to use v0.14.0-rc3 PS release
    JordanMartinez authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    b01192a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

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

Commits on Feb 26, 2021

  1. Prepare v7.0.0 release (#23)

    * 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
    2a81063 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

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

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    e7e997c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f2d03 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

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

Commits on Nov 17, 2021

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

Commits on Mar 22, 2022

  1. Update to PureScript v0.15.0 (#28)

    * Update .eslintrc.json to ES6
    
    * Migrated FFI to ES modules via 'lebab'
    
    * Replaced 'export var' with 'export const'
    
    * Removed '"use strict";' in FFI files
    
    * Update to CI to use 'unstable' purescript
    
    * Add CI test: verify 'bower.json' file works via pulp
    
    * Ignore spago-based tests (temporarily)
    
    * Update Bower dependencies to master or main
    
    * Update packages.dhall to 'prepare-0.15' package set
    
    * Removed unneeded 'psci-support' package
    
    * Update psa to 0.8.2
    
    * Added changelog entry
    JordanMartinez authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    b9c3442 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Prepare v8.0.0 release (1st PS 0.15.0-compatible release) (#30)

    * Update the bower dependencies
    
    * Uncomment spago tests
    
    * Update the changelog
    JordanMartinez authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    733e4ec View commit details
    Browse the repository at this point in the history
Loading