Releases: oxth/nestjs-storage
Releases · oxth/nestjs-storage
Release list
v0.1.6
v0.1.5
Documentation
- Documented
verifySignedUrlandLocalDriver— both were already exported from@oxth/nestjs-storageand covered inllm-full.md, but missing from the README and docs site. Added a "Verifying signatures outside HTTP controllers" section to the Signed URLs guide and a Helper functions /LocalDriversection to the API reference. - Added
AGENTS.md(withCLAUDE.mdimporting it) documenting this repo's conventions for AI coding agents.
Removed
- Removed 12 unused
devDependencies(@nestjs/cli,@nestjs/schematics,ts-loader,ts-node,tsconfig-paths,source-map-support,supertest,@types/supertest,archiver,zod,@smithy/types,@eslint/eslintrc) and the now-vestigialnest-cli.json— leftovers from the initialnest newscaffold, never referenced by this package's source, scripts, or config.
Changed
- Upgraded TypeScript from 5.9 to 6.0. Dropped the deprecated
baseUrlcompiler option (pathsresolves relative totsconfig.jsonwithout it) and added an explicitrootDirto keepdist/output flat under the new default rootDir behavior.
Fixed
- Docs site nav no longer shows a hardcoded, stale version (
v0.1.0) — it now readspackage.json's version at build time. docs.ymlnow redeploys on apackage.jsonchange too, since a release only touches that file onmainand previously wasn't redeploying the docs site at all.
v0.1.4
v0.1.3
v0.1.2
v0.1.0
Full Changelog: https://github.com/oxth/nestjs-storage/commits/v0.1.0