Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite dhow #13

Open
wants to merge 69 commits into
base: master
Choose a base branch
from
Open

Rewrite dhow #13

wants to merge 69 commits into from

Commits on Mar 6, 2021

  1. Merge pull request #1 from kartiknair/master

    Pull from upstream
    fs-c authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    e78c5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda52e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Push rewrite

    fs-c committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    ff78a68 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    fad4102 View commit details
    Browse the repository at this point in the history
  2. Add support for the html prop

    fs-c committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    30ed6ea View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    b969670 View commit details
    Browse the repository at this point in the history
  2. Add typings for polka

    fs-c committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    78f10d7 View commit details
    Browse the repository at this point in the history
  3. Push WIP CLI changes

    fs-c committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d0937aa View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    e02ca22 View commit details
    Browse the repository at this point in the history
  2. Fully implement CLI

    fs-c committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    5f63878 View commit details
    Browse the repository at this point in the history
  3. Implement css processing

    fs-c committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2a688f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Refactor CLI for cleaner code

    fs-c committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    47ad17f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Add debug dependency

    fs-c committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    27e156a View commit details
    Browse the repository at this point in the history
  2. Implement incremental builds

    fs-c committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    4dc3753 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Don't enable debug logger by default

    Also remove an obnoxious debug log
    fs-c committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    049bf1d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Fix bug in CSS processing logic

    fs-c committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    58dc2c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Allow disabling of cache

    fs-c committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    eca7ae4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    c6dda6e View commit details
    Browse the repository at this point in the history
  2. Support special children prop

    fs-c committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    06dbad6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

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

Commits on Apr 23, 2021

  1. Remove obsolete log

    fs-c committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    615a8a2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

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

Commits on Jul 29, 2021

  1. Add a note on performance

    fs-c committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    654ac99 View commit details
    Browse the repository at this point in the history
  2. Remove old README

    fs-c committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f5c3367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c1b0b9 View commit details
    Browse the repository at this point in the history
  4. 1.0.1

    fs-c committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    fda0a8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e31bc31 View commit details
    Browse the repository at this point in the history
  6. 1.0.2

    fs-c committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    3ac3633 View commit details
    Browse the repository at this point in the history
  7. Fix include path

    fs-c committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f935093 View commit details
    Browse the repository at this point in the history
  8. Add prepare script

    fs-c committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    117da0d View commit details
    Browse the repository at this point in the history
  9. 1.0.3

    fs-c committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e693fc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Add actual README

    fs-c committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    cbc1248 View commit details
    Browse the repository at this point in the history
  2. Ignore .dhow

    fs-c committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    04cfa79 View commit details
    Browse the repository at this point in the history
  3. Refactor npmignore

    fs-c committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    8e07809 View commit details
    Browse the repository at this point in the history
  4. Ignore missing public directory

    fs-c committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    131a84e View commit details
    Browse the repository at this point in the history
  5. Make logs consistent

    fs-c committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    38ebad1 View commit details
    Browse the repository at this point in the history
  6. Add a basic example

    fs-c committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    4577561 View commit details
    Browse the repository at this point in the history
  7. 1.0.4

    fs-c committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    8cb33ab View commit details
    Browse the repository at this point in the history
  8. Fix some spelling errors

    fs-c committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    ee60891 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

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

Commits on Aug 5, 2021

  1. 1.0.5

    fs-c committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    a160094 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Fix bug with windows paths

    fs-c committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    ea0c543 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    52cf916 View commit details
    Browse the repository at this point in the history
  2. Fix package-lock

    fs-c committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    7c3ae61 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'rewrite' of github.com:fs-c/dhow into rewrite"

    This reverts commit 52cf916, reversing
    changes made to ea0c543.
    fs-c committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    7956d08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    392d216 View commit details
    Browse the repository at this point in the history
  5. 1.0.6

    fs-c committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    735c2c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

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

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    0784f16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb17839 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Merge pull request #4 from signalwerk/html5

    Add a DOCTYPE to make it a valid HTML5 Document
    fs-c authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    62f37b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from signalwerk/value

    Update Readme to make it less personal
    fs-c authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    ed5f8fa View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. npm update

    fs-c committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    f36b51a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60c3796 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. 1.1.0

    fs-c committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    4d9cb87 View commit details
    Browse the repository at this point in the history
  2. 1.2.0

    fs-c committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    b3539ab View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Remove unused dependencies

    fs-c committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    856d7f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6a956d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36a01a0 View commit details
    Browse the repository at this point in the history
  4. 1.2.1

    fs-c committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    e21e48f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Code consistency, comments

    fs-c committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    cf299ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8014836 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Update example extructions

    fs-c committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    80770ce View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Fix another bug relating to #8

    fs-c committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b95aaee View commit details
    Browse the repository at this point in the history
  2. 1.2.4

    fs-c committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9b2e886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a24f246 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 10, 2024

  1. Fix typescript support

    fs-c committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ba59942 View commit details
    Browse the repository at this point in the history
  2. 1.2.5

    fs-c committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7bb788c View commit details
    Browse the repository at this point in the history