-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9238894
commit e6e4932
Showing
198 changed files
with
1,119 additions
and
17,690 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -32,3 +32,5 @@ yarn-error.log* | |
# Misc | ||
.DS_Store | ||
*.pem | ||
|
||
data.db* |
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,196 +1,221 @@ | ||
# create-plainweb | ||
# plainweb | ||
|
||
## v0.0.36 | ||
|
||
[compare changes](https://github.com/joseferben/plainweb/compare/v0.0.35...v0.0.36) | ||
|
||
## v0.0.35 | ||
|
||
[compare changes](https://github.com/joseferben/plainweb/compare/v0.0.34...v0.0.35) | ||
|
||
## v0.0.34 | ||
|
||
[compare changes](https://github.com/joseferben/plainweb/compare/[email protected]) | ||
|
||
## 0.0.33 | ||
|
||
### Patch Changes | ||
|
||
- fix: don't start server twice | ||
|
||
## 0.0.32 | ||
|
||
### Patch Changes | ||
|
||
- release: plainweb | ||
- wait for http server | ||
|
||
## 0.0.31 | ||
|
||
### Patch Changes | ||
|
||
- fix | ||
- fix serve command | ||
|
||
## 0.0.30 | ||
|
||
### Patch Changes | ||
|
||
- fix | ||
- fixing env file loading | ||
|
||
## 0.0.29 | ||
|
||
### Patch Changes | ||
|
||
- update | ||
- fix loading of .env.test | ||
|
||
## 0.0.28 | ||
|
||
### Patch Changes | ||
|
||
- use [email protected] | ||
- fix build | ||
- test rollback | ||
|
||
## 0.0.27 | ||
|
||
### Patch Changes | ||
|
||
- use latest version | ||
- set NODE_ENV=test | ||
|
||
## 0.0.26 | ||
|
||
### Patch Changes | ||
|
||
- use recent plainweb version | ||
- use built-in test runner | ||
|
||
## 0.0.25 | ||
|
||
### Patch Changes | ||
|
||
- fix: downgrade esm dependency | ||
- changes | ||
|
||
## 0.0.24 | ||
|
||
### Patch Changes | ||
|
||
- fix: downgrade another deps for esm reasons | ||
- fix import | ||
|
||
## 0.0.23 | ||
|
||
### Patch Changes | ||
|
||
- fix: downgrade dependency to fix esm issue | ||
- check for os windows | ||
|
||
## 0.0.22 | ||
|
||
### Patch Changes | ||
|
||
- fix: downgrade execa to use without esm | ||
- log debug module loading | ||
|
||
## 0.0.21 | ||
|
||
### Patch Changes | ||
|
||
- chore: update several dependencies | ||
- be more liberal when validating job name | ||
|
||
## 0.0.20 | ||
|
||
### Patch Changes | ||
|
||
- b408ede: fix: default formatting of package.json | ||
- 0d4320d: fix issue with windows filepaths | ||
|
||
## 0.0.19 | ||
|
||
### Patch Changes | ||
|
||
- fix: issue where drizzle.config.ts would fail to load | ||
- better error reporting during bootstrap | ||
|
||
## 0.0.18 | ||
|
||
### Patch Changes | ||
|
||
- 364ff59: fix: better debugging for used plainweb version | ||
- api revamp | ||
|
||
## 0.0.17 | ||
|
||
### Patch Changes | ||
|
||
- - docs: add recipes for sitemap.xml and robots.txt | ||
- docs: add icons | ||
- docs: improve motivation bit | ||
- chore: switch to pnpm | ||
- feat: switch from prettier and eslint to biome | ||
- chore: add knip | ||
- feat: swtich from node test runner to vitest | ||
- initial release plainstack | ||
- Updated dependencies | ||
- [email protected] | ||
|
||
## 0.0.16 | ||
|
||
### Patch Changes | ||
|
||
- write env file | ||
- fix: remove security middleware | ||
|
||
## 0.0.15 | ||
|
||
### Patch Changes | ||
|
||
- smaller fixes | ||
- fix | ||
|
||
## 0.0.14 | ||
|
||
### Patch Changes | ||
|
||
- many fixes | ||
- fix test db urk | ||
|
||
## 0.0.13 | ||
|
||
### Patch Changes | ||
|
||
- tasks | ||
- smaller fixes regarding deployment | ||
|
||
## 0.0.12 | ||
|
||
### Patch Changes | ||
|
||
- add utils for testing | ||
- centralized config architecture | ||
|
||
## 0.0.11 | ||
|
||
### Patch Changes | ||
|
||
- fixing routing issue | ||
- - feat: admin dashboard preview | ||
- feat: `pnpm routes` prints all http routes | ||
- feat: prettier/eslint -> biome | ||
- feat: plainweb.dev dark mode | ||
- chore: updating several dependencies | ||
|
||
## 0.0.10 | ||
|
||
### Patch Changes | ||
|
||
- fix | ||
- b408ede: fix: default formatting of package.json | ||
|
||
## 0.0.9 | ||
|
||
### Patch Changes | ||
|
||
- fixing | ||
- fix: issue where drizzle.config.ts would fail to load | ||
|
||
## 0.0.8 | ||
|
||
### Patch Changes | ||
|
||
- fixing | ||
- - docs: add recipes for sitemap.xml and robots.txt | ||
- docs: add icons | ||
- docs: improve motivation bit | ||
- chore: switch to pnpm | ||
- feat: switch from prettier and eslint to biome | ||
- chore: add knip | ||
- feat: swtich from node test runner to vitest | ||
|
||
## 0.0.7 | ||
|
||
### Patch Changes | ||
|
||
- fixing | ||
- write env file | ||
|
||
## 0.0.6 | ||
|
||
### Patch Changes | ||
|
||
- fixing esm | ||
- smaller fixes | ||
|
||
## 0.0.5 | ||
|
||
### Patch Changes | ||
|
||
- fixing | ||
- fix tests | ||
|
||
## 0.0.4 | ||
|
||
### Patch Changes | ||
|
||
- fixing | ||
- tasks | ||
|
||
## 0.0.3 | ||
|
||
### Patch Changes | ||
|
||
- fix modules issue | ||
- add utils for testing | ||
|
||
## 0.0.2 | ||
|
||
### Patch Changes | ||
|
||
- fix shebang | ||
- fixing routing issue | ||
|
||
## 0.0.1 | ||
|
||
|
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,11 +1,11 @@ | ||
# plainweb | ||
# plainstack | ||
|
||
The all-in-one web framework obsessing about velocity 🏎️. | ||
|
||
## Getting Started | ||
|
||
`npx create-plainweb` | ||
`npm create plainstack` | ||
|
||
## Documentation | ||
|
||
[https://www.plainweb.dev/docs/getting-started](https://www.plainweb.dev/docs/getting-started) | ||
[https://www.plainstack.dev/docs/getting-started](https://www.plainstack.dev/docs/getting-started) |
Oops, something went wrong.