Skip to content

Releases: V4Fire/Core

V4Core v4.0.0-alpha.54

25 Dec 15:05
Compare
Choose a tag to compare
Pre-release

💥 Breaking Change

  • Renamed once method in Function prototype to memoize core/prelude/function/memoize
  • Renamed once decorator to memoize core/functools/memoize
  • Removed deprecated module core/decorators

V4Core v4.0.0-alpha.53

16 Dec 07:59
9ce6908
Compare
Choose a tag to compare
Pre-release

🐛 Bug Fix

  • Added handling the rejection of provider in provider request engine core/request/engines/provider

V4Core v3.101.3

16 Dec 07:57
1890d19
Compare
Choose a tag to compare

🐛 Bug Fix

  • Added handling the rejection of provider in provider request engine core/request/engines/provider

V4Core v4.0.0-alpha.52

12 Dec 13:04
Compare
Choose a tag to compare
Pre-release

🏠 Internal

  • target option for ts-node set to esnext

V4Core v4.0.0-alpha.43.1a

12 Dec 09:12
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • stderr can now accept error details and pass them to the logger core/prelude/global

V4Core v3.101.2

09 Dec 10:41
ae8f757
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fixed an issue when receiving an empty string with the Content-Type: application/octet-stream header core/request/response

V4Core v4.0.0-alpha.51

02 Dec 08:37
b8ac308
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • Added support for propagating status code and headers from exactly one request of the composition
    via propagateStatusAndHeaders option core/request/engines/composition
  • Added support for redirect option core/request/engines/fetch

V4Core v4.0.0-alpha.43.1

02 Dec 08:20
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • Added support for propagating status code and headers from exactly one request of the composition
    via propagateStatusAndHeaders option core/request/engines/composition
  • Added support for redirect option core/request/engines/fetch

V4Core v4.0.0-alpha.50

26 Nov 09:34
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • stderr can now accept error details and pass them to the logger core/prelude/global

V4Core v4.0.0-alpha.49

31 Oct 14:34
84e3818
Compare
Choose a tag to compare
Pre-release

v4.0.0-alpha.49 (2024-10-31)

🐛 Bug Fix

  • core/prelude/i18n/helpers
    • Fix logging bug in pluralizeText.
    • Add logging info in i18n helpers.