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: JuliaWeb/Hyperscript.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.4
Choose a base ref
...
head repository: JuliaWeb/Hyperscript.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.5
Choose a head ref
  • 17 commits
  • 7 files changed
  • 8 contributors

Commits on Nov 10, 2020

  1. Update TagBot.yml

    SimonDanisch authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    c780f6d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Use show instead of repr.

    Allows for passing `IOContext` through to underlying `show`
    methods for arbitary types embedded in the dom.
    MichaelHatherly committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    4a7b1fa View commit details
    Browse the repository at this point in the history
  2. Add gitignore

    Running `Pkg.test` was causing the repo to become dirty since
    it appears to edit the Project.toml when running and change
    stanza ordering. Manifest wasn't in gitignore so that's added too.
    MichaelHatherly committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    c59f46b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from MichaelHatherly/mh/iocontext

    Use `show` instead of `repr`.
    yurivish authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    1fc13cc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

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

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    56a134a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7108f4c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from schneiderfelipe/patch-1

    Make flat accept AbstractArray
    yurivish authored May 8, 2021
    Configuration menu
    Copy the full SHA
    a0afe27 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

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

Commits on Oct 6, 2021

  1. Update cssunits.jl

    fonsp authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    cb5932e View commit details
    Browse the repository at this point in the history
  2. Update Hyperscript.jl

    fonsp authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    06fbf64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #39 from fonsp/patch-1

    Add `fr` CSS unit
    yurivish authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    0ef3236 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Use read instead of cat

    fonsp authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    dd58c43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19bed0a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. kebab function fix

    algunion committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    5a54464 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge pull request #41 from algunion/master

    kebab function fix
    SimonDanisch authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1096d74 View commit details
    Browse the repository at this point in the history
  2. Update Project.toml

    SimonDanisch authored Nov 22, 2023
    4 Configuration menu
    Copy the full SHA
    21678c3 View commit details
    Browse the repository at this point in the history
Loading