Skip to content

Commit

Permalink
docs: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tkvlnk committed Dec 4, 2024
1 parent 24e16a0 commit 685dbba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.2.0] - 4-12-2024
### Changed
- Reworked the way to generate file to rely on typed recursive proxy.
- How it was: result file had a function which had a generated JS object which mirrored structure of locale keys. Thus locale keys hang in memory in runtime duplicating keys loaded as s JSON file
- Hot it is now: result file has compact recursuve function with a proxy which is casted to generated type which mirrors the locale keys structure. Thus there is no duplication of locale keys in runtime as they are stripped out from source code on build step.

## [2.1.15] - 27-06-2024
### Fixed
Expand Down

0 comments on commit 685dbba

Please sign in to comment.