Releases: blitz-js/blitz
Releases · blitz-js/blitz
v0.8.0-canary.1
v0.8.0-canary.0
Minor Changes
- Add lint rule 'no-anonymous default export' for new apps: #337
Patches
- Update new app instructions in template for SQLite: #320
- Docs(tutorial): fix a couple typos and change some copy: #344
- Tutorial: Fix database query syntax in example code: #354
- Update some tutorial issues: #359
- Remove unnecessary runtime stream logging: #369
- Fix prettier failure on
blitz new
with npm: #370 - Change
@blitzjs/core
toblitz
in new app template _document: #379 - Major cleanup to
blitz new
dependency update + graceful failure (Closes #202, #284): b08de10 - Fix git ignored files being processed when they shouldn't: #365
- Hide all the scary warning messages during
blitz new
: #302 - Feature/update server nextjs version: #313
- Fix errors in Tutorial.md for the console usage: 79d9619
Changes to Example Apps
Internal Meta Changes
- Docs: add dajinchu as a contributor: #327
- Docs: add kandros as a contributor: #329
- Docs: add jportela as a contributor: #328
- Docs: add Shinyaigeek as a contributor: #340
- Add Jeremey Liberman (@MrLeebo) as L1 Maintainer: #355
- Docs: add fullmetalengineer as a contributor: #356
- Update MAINTAINERS.md: #357
- Docs: add wKovacs64 as a contributor: #358
- Enables linting rules for kebabCase and no-default-export: #298
- Update MAINTAINERS.md Fundamentals section: fb298bb
- Add Jaga Santagostino (@kandros) as L1 maintainer: #363
- Update MAINTAINERS.md with Slack info: ae15456
- Docs: add developerfred as a contributor: #380
- Style: fix editor integration with ESLint: #373
- Docs: add peaonunes as a contributor: #382
- Fix Typo: #341
- Docs: add merelinguist as a contributor: #364
- Update publish script: 7ec6244
Credits
Huge thanks to @Shinyaigeek, @kandros, @wKovacs64, @fullmetalengineer, @DevanB, @ryardley, @Skn0tt, @developerfred, @eliasjohansson, @karankiri, @Jfelix61, and @jportela for helping!
v0.7.1-canary.1
Minor Changes
- Add plain JavaScript support with
blitz new myapp --js
: #305
Patches
- Move typescript to devDependencies in new app template: #293
- Print helpful error if try to use CLI commands outside of blitz app: #203
Changes to Example Apps
- Add beginner tutorial: #336
Internal Meta Changes
- Announcing Official Core Team and Maintainers + Maintainers.md and Governance.md: #307
- Add Simon Knott (@Skn0tt) as level 1 maintainer: #308
- Docs: add kandros as a contributor: #297
- Add Elias Johansson (@eliasjohansson) as L1 maintainer: #310
- Add Lori Karikari (@LoriKarikari) as L1 maintainer: #311
- Add Corey Brown (@coreybrown89) as L1 maintainer: #315
- Test(server): normalize CWD in relative paths synchronizer rule test: #300
- Docs: add kandros as a contributor: #317
- Update contributing.md with weekly call info: #321
- Add cypress E2E test for store example + CI (+ switch store to SQLite): #335
- Update CONTRIBUTING.md: f519f15
- Fix code owners: a36d943
- Feat(cli): use custom template format instead of EJS: #281
- In-memory FS for server tests: #323
- Remove parallel tests so they don't have false failure: 75816d1
Credits
Huge thanks to @aem, @kandros, @Zeko369, @merelinguist, @wKovacs64, and @dajinchu for helping!
v0.7.0
Minor Changes
- Add useQuery pagination & add pagination to store example: #278
- See example usage here. Docs are coming.
Patches
- Add start script to new app template package.json: #270
- Change default DB to SQLite instead of postgres: #283
- Fix types for second argument of useQuery and ssrQuery: #286
- Fix some HMR bugs by upgrading next to 9.3.6-canary.13: #291
Changes to Example Apps
- Update links on homepage of store example: 875f99a
Internal Meta Changes
- Docs: add LoriKarikari as a contributor: #288
- Chore: remove double jest usage - tests now fixed: fd62421
- Docs: add eliasjohansson as a contributor: #290
Credits
Huge thanks to @eliasjohansson and @kandros for helping!
v0.6.6
v0.6.5
v0.6.4
Patches
- Fix super slow CLI startup when used in a folder with many files: #254
- Make
blitz h
print the help menu: #252 - Change new app template Prisma model to be the same as the user guide: 5a69c49
- Remove the slow warning message: c8527d9
Credits
Huge thanks to @jimthedev and @jclancy93 for helping!
v0.6.3
v0.6.2
v0.6.2-canary.0
Patches
- Attempt fix for cli package detection: 55fdaa0