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

v4 #1647

Merged
merged 22 commits into from
Oct 10, 2023
Merged

v4 #1647

merged 22 commits into from
Oct 10, 2023

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    7a9f9b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b355fb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. feat: webpack v5 (#1645)

    * feat: webpack-v5
    
    * test: Update tests
    
    * docs: Updating docs to reflect changes
    
    * chore: Removing optimize-plugin local patch
    rschristian committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    4bf99dc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. refactor: Determine CSS module by filename, not directory (#1714)

    * refactor: Determine CSS module by filename, not directory
    
    * docs: Adding changeset
    
    * refactor: Project creation pull from templates 'main' branch
    
    * test: Updating tests
    
    * revert: Accidentally removed log message
    rschristian committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    9f89714 View commit details
    Browse the repository at this point in the history
  2. refactor: Extracting project creation out to own package (#1708)

    * refactor: Extracting out project creation to own package
    
    * docs: Adding changeset
    
    * refactor: Misc edits to common deps & workspace helper scripts
    
    * test: Fixing 'create' test suite
    
    * ci: Increase minimum Node version
    
    * chore: Fix typos
    
    * docs: Update ReadMe instructions
    
    * chore: Better (and untaken) package name
    
    * docs: Update changeset
    
    * test: Update 'create' test suite & build output hashes
    
    * docs: Expounding upon changeset
    rschristian committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    90c7664 View commit details
    Browse the repository at this point in the history
  3. refactor: Drop Preact 8 support (#1716)

    * refactor: Drops support for Preact v8
    
    * docs: Adding changeset
    rschristian committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    80622d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. refactor: Switch to automatic runtime JSX transform (#1725)

    * refactor: Switch over to automatic runtime transform for JSX
    
    * test: Removing `h` imports from test suite
    
    * docs: Adding changeset
    rschristian committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    38b3bc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. docs: Adding readme for create-cli (#1728)

    * docs: Adding readme for create-cli
    
    * feat: Initial publish
    
    * fix: Correcting broken readme links
    rschristian committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    7d1d4c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. refactor: Disable hashing ssr-build's css (#1733)

    * refactor: Disable hashing ssr-build's css
    
    * docs: Adding changeset
    
    * test: Fix unrelated change from altered template
    rschristian committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    42336ba View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. refactor: Remove --preload flag (#1737)

    * refactor: Removes `--preload` flag & functionality
    
    * docs: Adding changeset
    
    * docs: Updating readme for removal of preload
    rschristian committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ea2d5de View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. refactor: Separate internal concepts of config and env (#1734)

    * refactor: Separate internal concepts of config and env
    
    * docs: Adding changeset
    rschristian committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    686a338 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. refactor: prune flags (#1752)

    * refactor: Revise inconsistent, unused, and deprecated flags
    
    * docs: Adding changeset
    rschristian committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5ea83c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. feat: Improved errors and warnings (#1758)

    * refactor: Better root error handling
    
    * refactor: Switch prerender plugin to be async for error gen
    
    * refactor: Simplify & improve compilation messages
    rschristian committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    3f76a4e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. refactor: Bump Node version, remove src arg in build & watch, and m…

    …isc housekeeping (#1753)
    
    * refactor: Drop rimraf for built-in fs.rm
    
    * refactor: Drop src argument in build & watch cmds
    
    * refactor: Extract info cmd from CLI entrypoint
    
    * refactor: Remove update-notifier
    
    * refactor: Switch from fs.promises to fs/promises
    
    * docs: Adding changeset
    rschristian committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    9fc5008 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. refactor: Move EJS into user templates (template.html) (#1768)

    * refactor: Merging EJS templates and switcing preferred template extension to .ejs
    
    * test: Fixing test suite to reflect latest changes
    
    * chore: Cleaning
    
    * docs: Updating ReadMe
    
    * docs: Adding changeset
    
    * refactor: Add error message for <% preact.(head|body)End %>
    rschristian committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    55c0089 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 11, 2023

  1. Refactor: Enable Prefresh by Default (#1772)

    * refactor: Enables HMR via Prefresh by default
    
    * docs: Adding changeset
    
    * test: Updating tests to reflect changes to templates
    rschristian committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ca85171 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. refactor: Remove Critters (perhaps temporarily) (#1778)

    * refactor: Remove Critters (perhaps temporarily)
    
    * docs: Adding changeset
    rschristian committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8370d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c7470 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

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

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    1c6ce84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78e7e9d View commit details
    Browse the repository at this point in the history