Skip to content

Release/2025 12 21 - #47

Closed
thatkookooguy wants to merge 81 commits into
betafrom
release/2025-12-21
Closed

Release/2025 12 21#47
thatkookooguy wants to merge 81 commits into
betafrom
release/2025-12-21

Conversation

@thatkookooguy

Copy link
Copy Markdown
Member

Description

🚨 Review the guidelines for contributing to this repository. 🚨

Please explain the changes you made here.

You can explain individual changes as a list:

  • feature name: extra details
  • bug: extra details (resolves #issue_number)

Checklist

Please check if your PR fulfills the following requirements:

  • Code compiles correctly (npm run build)
  • Code is linted
  • Created tests which fail without the change (if possible)
  • All relevant tests are passing
    • Server Unit Tests
    • Client Unit Tests
    • Achievements Unit Tests
    • API Tests
    • E2E Tests
  • Extended the README / documentation, if necessary

thatkookooguy and others added 30 commits October 11, 2021 06:17
# 1.0.0 (2021-10-11)

### Bug Fixes

* **examples:** fix port reference ([c3691b1](c3691b1))

### Features

* **release:** force version major bump ([2b7dcbd](2b7dcbd))

### BREAKING CHANGES

* **release:** force version major bump
# 1.0.0 (2021-10-11)

### Bug Fixes

* **examples:** fix port reference ([c3691b1](c3691b1))

### Features

* **release:** force version major bump ([2b7dcbd](2b7dcbd))

### BREAKING CHANGES

* **release:** force version major bump
# [1.1.0](v1.0.0...v1.1.0) (2021-10-11)

### Features

* **release:** force version bump ([f19ae19](f19ae19))
# [1.1.0](v1.0.0...v1.1.0) (2021-10-11)

### Features

* **release:** force version bump ([f19ae19](f19ae19))
## [1.1.1](v1.1.0...v1.1.1) (2021-10-11)

### Bug Fixes

* **base:** fix classtoplain for base config class ([b6847ee](b6847ee))
## [1.1.1](v1.1.0...v1.1.1) (2021-10-11)

### Bug Fixes

* **base:** fix classtoplain for base config class ([b6847ee](b6847ee))
# [1.2.0](v1.1.1...v1.2.0) (2021-10-11)

### Features

* **config:** force new version ([d3f437b](d3f437b))
# [1.2.0](v1.1.1...v1.2.0) (2021-10-11)

### Features

* **config:** force new version ([d3f437b](d3f437b))
# [2.0.0](v1.2.0...v2.0.0) (2021-10-12)

### Features

* **decorators:** add configuration decorator ([1bfd918](1bfd918))
* **schema:** define a decorator that combines Expose and Validate ([7f4387b](7f4387b))

### BREAKING CHANGES

* **decorators:** Since names have changed, this is a breaking change
# [2.0.0](v1.2.0...v2.0.0) (2021-10-12)

### Features

* **decorators:** add configuration decorator ([1bfd918](1bfd918))
* **schema:** define a decorator that combines Expose and Validate ([7f4387b](7f4387b))

### BREAKING CHANGES

* **decorators:** Since names have changed, this is a breaking change
# [2.1.0](v2.0.0...v2.1.0) (2021-10-19)

### Bug Fixes

* **service:** small fixes to names and schemas ([b0a836c](b0a836c))

### Features

* **examples:** add example for shared config ([c47956c](c47956c))
* **service:** add options to service and support shared configs ([589cd69](589cd69))
* **config:** support yaml config files ([4e5d507](4e5d507))
# [2.1.0](v2.0.0...v2.1.0) (2021-10-19)

### Bug Fixes

* **service:** small fixes to names and schemas ([b0a836c](b0a836c))

### Features

* **examples:** add example for shared config ([c47956c](c47956c))
* **service:** add options to service and support shared configs ([589cd69](589cd69))
* **config:** support yaml config files ([4e5d507](4e5d507))
# [2.2.0](v2.1.0...v2.2.0) (2021-10-28)

### Features

* **yaml:** support convertion of config file on save ([4b8000c](4b8000c))
# [2.2.0](v2.1.0...v2.2.0) (2021-10-28)

### Features

* **yaml:** support convertion of config file on save ([4b8000c](4b8000c))
## [2.2.1](v2.2.0...v2.2.1) (2021-10-28)

### Bug Fixes

* **build:** fix build to not include configuration ([#15](#15)) ([0b5ff04](0b5ff04))
## [2.2.1](v2.2.0...v2.2.1) (2021-10-28)

### Bug Fixes

* **build:** fix build to not include configuration ([#15](#15)) ([0b5ff04](0b5ff04))
thatkookooguy and others added 27 commits April 4, 2022 05:24
# [2.8.0](v2.7.0...v2.8.0) (2022-04-04)

### Bug Fixes

* **schema:** make sure schema is created before validation ([2751cf1](2751cf1))
* **security:** run security audit and fix problems ([ec13209](ec13209))

### Features

* **env:** Support e2e as NODE_ENV value ([1e9b975](1e9b975))
# [2.8.0](v2.7.0...v2.8.0) (2022-04-04)

### Bug Fixes

* **schema:** make sure schema is created before validation ([2751cf1](2751cf1))
* **security:** run security audit and fix problems ([ec13209](ec13209))

### Features

* **env:** Support e2e as NODE_ENV value ([1e9b975](1e9b975))
* feat: adding support for any environment name

* chore(release): 1.0.0-beta.21 [skip ci]

# [1.0.0-beta.21](v1.0.0-beta.20...v1.0.0-beta.21) (2022-07-18)

### Features

* adding support for any environment name ([273f312](273f312))

* chore(release): 1.0.0-beta.21 [skip ci]

# [1.0.0-beta.21](v1.0.0-beta.20...v1.0.0-beta.21) (2022-07-18)

### Features

* adding support for any environment name ([273f312](273f312))

Co-authored-by: Dafna Assaf <dafna.assaf@growthspace.com>
Co-authored-by: k1b1b0t <k1b1b0t@kibibit.io>
## [2.8.1](v2.8.0...v2.8.1) (2022-07-19)

### Reverts

* Revert "Release/2022 06 19 (#31)" (#32) ([fd89cd2](fd89cd2)), closes [#31](#31) [#32](#32)
## [2.8.1](v2.8.0...v2.8.1) (2022-07-19)

### Reverts

* Revert "Release/2022 06 19 (#31)" (#32) ([fd89cd2](fd89cd2)), closes [#31](#31) [#32](#32)
…pport-for-any-environment-name

feat: adding support for any environment name
# [2.9.0](v2.8.1...v2.9.0) (2022-07-19)

### Features

* adding support for any environment name ([273f312](273f312))
# [2.9.0](v2.8.1...v2.9.0) (2022-07-19)

### Features

* adding support for any environment name ([273f312](273f312))
# [2.10.0](v2.9.0...v2.10.0) (2022-09-23)

### Bug Fixes

* **security:** 🚑 fix security vulnerabilities ([483fe6c](483fe6c))

### Features

* **validation:** ✨ add validation flag ([95d18e6](95d18e6))
# [2.10.0](v2.9.0...v2.10.0) (2022-09-23)

### Bug Fixes

* **security:** 🚑 fix security vulnerabilities ([483fe6c](483fe6c))

### Features

* **validation:** ✨ add validation flag ([95d18e6](95d18e6))
# [2.11.0](v2.10.0...v2.11.0) (2022-11-08)

### Bug Fixes

* **security:** run npm audit fix to fix simple security problems ([78ef9a4](78ef9a4))
* **security:** update all dependencies ([b5a3eb5](b5a3eb5))

### Features

* **booleans:** support booleans case insensitive by default ([027eb1a](027eb1a))
# [2.11.0](v2.10.0...v2.11.0) (2022-11-08)

### Bug Fixes

* **security:** run npm audit fix to fix simple security problems ([78ef9a4](78ef9a4))
* **security:** update all dependencies ([b5a3eb5](b5a3eb5))

### Features

* **booleans:** support booleans case insensitive by default ([027eb1a](027eb1a))
## [2.11.1](v2.11.0...v2.11.1) (2023-04-30)

### Bug Fixes

* **security:** update dependencies ([ed1d84f](ed1d84f))
* **security:** vulnerability fixes ([b97aa00](b97aa00))
## [2.11.1](v2.11.0...v2.11.1) (2023-04-30)

### Bug Fixes

* **security:** update dependencies ([ed1d84f](ed1d84f))
* **security:** vulnerability fixes ([b97aa00](b97aa00))
@codecov

codecov Bot commented Dec 21, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.46%. Comparing base (8bab06b) to head (720bcdf).
⚠️ Report is 1 commits behind head on beta.

Additional details and impacted files
@@            Coverage Diff             @@
##             beta      #47      +/-   ##
==========================================
+ Coverage   34.36%   34.46%   +0.09%     
==========================================
  Files          11       11              
  Lines        1004     1004              
  Branches      242      242              
==========================================
+ Hits          345      346       +1     
+ Misses        601      600       -1     
  Partials       58       58              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@thatkookooguy
thatkookooguy deleted the release/2025-12-21 branch December 21, 2025 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants