Releases: creative-tutorials/expresstype.v2
expresstype - v2.0.1
What's Changed
Patch changes
- [fix]: Added missing 'chalk' package to resolve script execution issue by @creative-tutorials in #18
Full Changelog: v2.0.0...v2.0.1
expresstype - v2.0.0
What's Changed
Major changes
- Updated db.js, env.js, and index.js with new configuration and data handling logic by @creative-tutorials in #11
- Update TypeScript Configuration and Improve Source Mapping by @creative-tutorials in #12
- [fix]: Resolve build and development error conflicts by @creative-tutorials in #13
- [revert]: Remove script file by @creative-tutorials in #14
- Update project structure and improve dev experience by @creative-tutorials in #15
- Add Rate Limiting to Express Middleware by @creative-tutorials in #16
Full Changelog: v1.1.0...v2.0.0
expresstype - v1.1.0
What's Changed
Minor changes
-
Issue Templates: New bug and feature report templates added in YAML format under the
.github/ISSUE_TEMPLATE
directory. -
README.md: Extensively updated to provide detailed information about ExpressType, including installation instructions, descriptions of Bun, Express, and Vercel, and notes about TypeScript configuration and authentication.
-
package.json: Updated dependencies, devDependencies, script commands, and version bumped from
1.0.3
to1.1.0
.- Dependencies updated:
@supabase/supabase-js
,@types/express-serve-static-core
,axios
,express
,express-rate-limit
,mongodb
,uuid
. - DevDependencies updated:
@types/bun
,@types/node
,@types/qs
,@types/uuid
,concurrently
,nodemon
. - New devDependency:
npm-run-all
. - New script
dev
added to use a custom script for development.
- Dependencies updated:
-
Custom Development Script: A new
script.js
file created to print project information execute TypeScript compilation and run the built project in parallel. -
bun.lockb: Binary updates to the Bun lockfile.
-
build/tsconfig.tsbuildinfo: Binary updates to the TypeScript build info file.
expresstype - v1.0.3
What's Changed
Major changes
- [fix]: Resolve deployment errors in Vercel configuration and package files by @creative-tutorials in #9
Full Changelog: v0.0.2...v1.0.3
expresstype - v0.0.2
What's Changed
Patch Changes
- Update ExpressBun Description and Installation Instructions by @creative-tutorials in #6
build
anddev
scripts have been deprecated by @creative-tutorials in #7
Full Changelog: v0.0.1...v0.0.2
expresstype - v0.0.1
What's Changed
- Update Vercel Configuration by @creative-tutorials in #5
Full Changelog: v0.0.0...v0.0.1
Introduced Express Type
What's Changed
- Create CODE_OF_CONDUCT.md by @creative-tutorials in #1
- Update README.md by @creative-tutorials in #2
- Update README.md by @creative-tutorials in #3
- Update README.md by @creative-tutorials in #4
New Contributors
- @creative-tutorials made their first contribution in #1
Full Changelog: https://github.com/creative-tutorials/expresstype.v2/commits/v0.0.0