Skip to content

Commit

Permalink
prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 3, 2023
1 parent b59a424 commit 7c8597f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.0.0-alpha.2](https://github.com/supercharge/framework/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) - 2023-12-03

### Added
- `@supercharge/env`
- add generic methods `Env.get` methods for tightened types
- `get<R extends string> (key: string): R`
- `get<R extends string> (key: string, defaultValue: R): R`
- `@supercharge/contracts`
- allow users to define only selected hashing driver constructros in `HashConfig#drivers`

### Updated
- bump dependencies


## [4.0.0-alpha.1](https://github.com/supercharge/framework/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) - 2023-11-18

### Added
Expand Down

0 comments on commit 7c8597f

Please sign in to comment.