Releases: FoalTS/foal
Releases Β· FoalTS/foal
v2.8.0
Features
- Add Websocket/Socket.io support (issue: #481) (PR: #901)
- Allow to pass a custom redis client to the
RedisStore
(PR: #1032) - Allow to pass a custom MongoDB client to the
MongDBStore
(PR: #1032) - Allow to pass a custom TypeORM connection to the
TypeORMStore
(PR: #1032) - Support
ServerSideEncryption
for AWS S3 (issue: #1013) (PR: #1040)
Dependencies
@foal/aws-s3
@foal/core
@foal/social
v2.7.2
Fixes
- Fix
colors
dependency version which causes bad output on Windows terminal (PR: #1023)
Contributors
v2.7.1
v2.7.0
Features
-
foal g hook
andfoal g entity
support sub-directories (issue: #993) (PR: #994) - Support signed cookies (issue: #992) (PR: #996)
- Make
HttpResponse
generic to type thebody
property (PR: #978) - Allow to use
FOAL_ENV
(instead ofNODE_ENV
) to define the environment name (issue: #1004) (PR: #1007) - Add a
afterPreMiddlewares
option tocreateApp
(issue: #980) (PR: #1003)
Contributors
v2.6.0
v2.5.0
v2.4.0
v2.3.0
Features
- Support
.env.local
files for configuration (issue: #877) (PR: #899) - Support GraphiQL (issue: #439) (PR: #906).
- Allow to access the service manager in
fetchUser
and add Prisma docs (issue: #856) (PR: #909). - Add
streamToBuffer
andconvertBase64urlToBase64
functions (PR: #910) - [Social] Fix state bad URL characters (issue: #754) (PR: #911)
Dependencies
@foal/cli
@foal/jwks-rsa
@foal/mongodb
@foal/redis
@foal/swagger