Thanks to visit codestin.com
Credit goes to github.com

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.2.1
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
  • 10 commits
  • 105 files changed
  • 6 contributors

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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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