-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Use Docker-dev for the base image, and build all the things * refactor: Log in to the registry * refactor: Run on workflow changes * chore: revert changes * Improve homepage title * delete everything first * add top level sdk folder move go SDK add back bundles and stuff to make tsbuild work * update go SDK url * fix: Fix issue with `make task` * fix: Fix multiple linux arch’s, add `support` as a `deploy` dep * refactor: Install `flyctl` * refactor: Output to the current directory * refactor: ignore .out * refactor: Run via Docker container * refactor: Use `flyctl` instead of the alias * refactor: Docker-in-Docker As per “The Socket Solution” here: https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/ * refactor: Fix comment * refactor: Make fly alias * refactor: Use fly alias * add vendored back in * fix: Revert relative paths * refactor: Revert ignoring `.out` * refactor: Run flyctl in the CI container * refactor: Remove flyctl * refactor: Remove socket bind mount * refactor: Add `flyctl` back in so `make task deploy` can be done locally * add types and nested signals * Add canonical meta tag * add more stuff back in * add ( i think ) the rest of the plugins * lazy generation ReactiveExpresison, get click to edit working * data-merge-signals to data-signals start @action to action * Add WIP release notes * update more examples removing @ syntax and moving to sse action * remove deprecated examples * The great $ purge of 2024 * Add error codes * working on v21 syntax #296 fix bind/intersect lazy reactiveExpression gen * Fix todo demo * Reorder plugins * Start markdown errors * Finish markdown errors * Update release notes * Add release note * Update release note * remove dup and require checks * fix signals JSON usage fix throttle/debounce lead/trail port * make js obj helper auto formatting signal value needed explicit period prefix for value data-signals lazy generates due to possible expressons removeSignal applies after eval * update test, 127/127 * Create VSCode extension (#295) * Add attributes * Finish attributes * Fix repo URL * Finish * change attributes * fix attributes * VSCode extension improvements * fix data-attributes example * Fix a BEN! * support individual data-class-foo calls * error page * Rework error pages * Simplify * Rework errors * Fixes * Delete `console.log` from library * #296 persist back in * Add missing error * remove mouse move until I implement correctly * i hate javascript * . syntax for modifiers now : * Extract plugin rules * Add clarification comment * support xor key or value for bind/ref/indicator * Add KeyValRules * Remove unused properties * Update VSCode extension * Update docs * Improve getting started guide * logic restored * autogen error sidebar links * fixed Restructure folders #287 * fix scroll test * Prep docs for release * Fixed check for exclusive requirements * Build * img diff * add errors to nested signals fix getting started --------- Co-authored-by: Andrew Welch <[email protected]> Co-authored-by: Ben Croker <[email protected]> Co-authored-by: Ben Croker <[email protected]>
- Loading branch information
1 parent
2781f63
commit 3026898
Showing
557 changed files
with
7,072 additions
and
5,413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ datastar_site | |
data | ||
.task | ||
.idea | ||
.DS_Store | ||
node_modules | ||
datastar-website | ||
*_bin | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.20.1 | ||
0.21.0-beta1 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package tsbuild | ||
package build | ||
|
||
import ( | ||
"time" | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.