@@ -5,13 +5,19 @@ All notable changes to this 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).
## [Unreleased]
### Added
- Injection keys and exported values from function folder are now accessible through the lib.
### Fixed
- Playground now works again after upgrade to TypeScript.
### Changed
-**Breaking:**`src/` folder is no longer included in the build. Please use the new exported keys if you wanna access the injection keys or any function.
## [0.9.0] - 2023-03-12
@@ -25,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Converted codebase to TypeScript, finally closing