@dalet-oss/express-http-context
Version:
Modern request-scoped storage support for Express.js based on Asynchronous Local Storage.
26 lines (14 loc) • 614 B
Markdown
# Changelog
All notable changes to `@dalet-oss/express-http-context` project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2023-03-06
First stable version released after being tested in a production environment with intense traffic.
### Fixed
- Improved `README.md` file.
- Improved variable names in TS typings.
### Changed
- Upgrade dependencies: Eslint plugins and Node.js types.
## [0.0.1] - 2023-03-04
### Added
- First version.