Skip to content
Permalink
master

Commits on Feb 19, 2021

  1. Merge pull request #199 from developit/fix-fragments

    Ensure that template literals generated by JSX-to-HTM transform has a balanced amount of quasis and expressions
    jviide committed Feb 19, 2021
  2. lint fix

    developit committed Feb 19, 2021
  3. Fix code formatting

    jviide committed Feb 19, 2021
  4. Fix TemplateLiteral quasi/expression unbalance

    Always keep a quasi - even one with no text - after an expression in generated template literals.
    jviide committed Feb 19, 2021
  5. Add a test for a babel-transform-jsx-to-htm problem

    JSX expressions such as <><Foo />{Bar}</> get parsed into unbalanced TemplateLiteral expressions where there are less quasis than there should be when compared to the number of expressions.
    jviide committed Feb 19, 2021

Commits on Feb 5, 2021

  1. Merge pull request #180 from artisonian/error-boundary-hook

    Export useErrorBoundary hook
    developit committed Feb 5, 2021
  2. Merge branch 'master' into error-boundary-hook

    developit committed Feb 5, 2021
  3. Merge pull request #174 from spoerri/patch-1

    Resolves #173
    developit committed Feb 5, 2021
  4. Merge branch 'master' into patch-1

    developit committed Feb 5, 2021
  5. Update README.md

    developit committed Feb 5, 2021
  6. Update README.md

    developit committed Feb 5, 2021
  7. Merge pull request #195 from WesleyAC/patch-1

    Add section on caching to README
    developit committed Feb 5, 2021

Commits on Jan 28, 2021

  1. Add section on caching to README

    WesleyAC committed Jan 28, 2021
  2. Merge branch 'master' into error-boundary-hook

    artisonian committed Jan 28, 2021

Commits on Dec 15, 2020

  1. Revert #189

    developit committed Dec 15, 2020

Commits on Dec 14, 2020

  1. Merge pull request #189 from developit/collapse-whitespace

    Collapse whitespace when { terse: true }
    developit committed Dec 14, 2020

Commits on Dec 11, 2020

  1. Collapse whitespace when { terse: true }

    developit committed Dec 11, 2020

Commits on Sep 30, 2020

  1. Export useErrorBoundary hook

    artisonian committed Sep 30, 2020

Commits on Sep 23, 2020

  1. Merge pull request #179 from developit/terse-option

    Add `terse` option
    jviide committed Sep 23, 2020
  2. Merge branch 'master' into terse-option

    jviide committed Sep 23, 2020

Commits on Sep 21, 2020

  1. Merge pull request #178 from yuler/master

    Fix example typo in buid.mjs
    developit committed Sep 21, 2020
  2. Update index.mjs

    developit committed Sep 21, 2020
  3. Add `terse` option

    developit committed Sep 21, 2020

Commits on Sep 7, 2020

  1. Fix example typo in buid.mjs

    yuler committed Sep 7, 2020

Commits on Aug 18, 2020

  1. Resolves #173

    spoerri committed Aug 18, 2020

Commits on May 22, 2020

  1. Merge pull request #169 from schalkventer/patch-1

    marvinhagemeister committed May 22, 2020
  2. Adds key to indicate best practice in README

    schalkventer committed May 22, 2020

Commits on May 1, 2020

  1. Merge pull request #164 from vikerman/master

    Support node v13 with es modules
    developit committed May 1, 2020
  2. Add a couple basic assertions to the dist output

    developit committed May 1, 2020

Commits on Apr 30, 2020

  1. Add test for Node ESM conditional exports

    vikerman committed Apr 30, 2020
  2. Support node v13 with es modules

    Creates conditional export that points "import" conditional exports to mjs files. This lets node load the esm version with having to set "type": "module" on the main package.json.
    
    This is similar to the approach in the main preact repo - preactjs/preact#2451
    vikerman committed Apr 30, 2020

Commits on Apr 29, 2020

  1. run CI on push

    developit committed Apr 29, 2020
  2. Update test.yml

    developit committed Apr 29, 2020
  3. Merge pull request #165 from kristoferbaxter/github-actions

    From Travis to Github Actions
    developit committed Apr 29, 2020

Commits on Apr 28, 2020

  1. Github Actions

    kristoferbaxter committed Apr 28, 2020
Older