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-web/purescript-web-html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: purescript-web/purescript-web-html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 108 files changed
  • 9 contributors

Commits on Jul 19, 2021

  1. Add HTMLHtmlElement (#60)

    toastal authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    2310c68 View commit details
    Browse the repository at this point in the history
  2. Add navigator.languages (#59)

    Co-authored-by: Thomas Honeyman <admin@thomashoneyman.com>
    toastal and thomashoneyman authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    82ec70a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

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

Commits on Oct 6, 2021

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

    thomashoneyman authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    df90b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61cb302 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    0c49778 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    thomashoneyman authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    3a249b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    54e3cab View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    thomashoneyman authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a06c04b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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

    * Migrated FFI to ES modules via 'lebab'
    
    * Removed '"use strict";' in FFI files
    
    * Update to CI to use 'unstable' purescript
    
    * Update Bower dependencies to master or main
    
    * Update pulp to 16.0.0-0
    
    * Update psa to 0.8.2
    
    * Update eslint to es6
    
    * Fix FFI export
    
    * Update CI to use node 14
    JordanMartinez authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    12c06ef View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    469f30c View commit details
    Browse the repository at this point in the history
  2. Deduplicate get/setClassName and classList (#74)

    * Deduplicate set/getClassName & classList
    
    * Update changelog
    
    * Update HTMLElement.purs
    
    Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>
    JordanMartinez and thomashoneyman authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    093071b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

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

Commits on Apr 27, 2022

  1. Make autocomplete take/return a String (#72)

    * Make autocomplete take/return a String
    
    * Add changelog entry for ps 0.15.0 update
    
    * Add changelog entry for this PR
    
    Co-authored-by: Thomas Honeyman <admin@thomashoneyman.com>
    JordanMartinez and thomashoneyman authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c02e025 View commit details
    Browse the repository at this point in the history
  2. Prepare v4.0.0 release (1st PS 0.15.0-compatible release) (#76)

    * Update the bower dependencies
    
    * Update the changelog
    
    Co-authored-by: Thomas Honeyman <admin@thomashoneyman.com>
    JordanMartinez and thomashoneyman authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    be189cf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

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

Commits on Aug 23, 2022

  1. Add window.close() (#78)

    jmp-0x7C0 authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7befd15 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Add page visibility state functionality (#79)

    * Add document visibility state
    
    * Add `purs-tidy`
    
    * Use `EffectFn`s for `HTMLDocument` FFI
    
    * Update CHANGELOG.md
    
    * Fix `print` for `VisibilityState`
    garyb authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c7c2169 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    garyb authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    40e9a0c View commit details
    Browse the repository at this point in the history
Loading