Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
125 lines (54 loc) · 5.92 KB

CHANGELOG.md

File metadata and controls

125 lines (54 loc) · 5.92 KB

4.5.1 (2024-03-26)

Bug Fixes

  • updateLocale: fix window reference in node environments (b18ce3b)

4.5.0 (2024-03-06)

Features

  • conditionalIntl: added useNativeIntl to updateLocale (#76) (e2301a3)

4.4.4 (2024-03-05)

Performance Improvements

  • intl: lower log level for language pack cache (#77) (a6acbba)

4.4.3 (2023-07-04)

Bug Fixes

  • intl: return actual promise, resolve as loaded does (#68) (8262d29)

4.4.2 (2023-05-22)

Bug Fixes

  • memoryLeak: track loaded locales with a set (#69) (d0d66cd)

4.4.1 (2022-10-05)

Bug Fixes

  • intl: import from crypto for better backward compatibility (#61) (7106d8d)

4.4.0 (2022-10-04)

Features

  • intl: allow custom URLs for locale packs (#56) (e010ef4)

4.3.4 (2022-04-28)

Bug Fixes

  • intl: rm err errExp upon lang req and success (#48) (bc8390e)

4.3.3 (2021-05-25)

Bug Fixes

  • error-reporter: fix server side error formatting (c699982)

4.3.2 (2021-05-05)

Bug Fixes

  • intl: support wildcard for Accept-Language header (#31) (28cb8c2)

4.3.1 (2021-02-23)

Bug Fixes

  • errorReporting: fix error with .json() on a 204 (#28) (ff6a496), closes #25

4.3.0 (2021-01-11)

Features

4.2.2 (2020-12-02)

Bug Fixes

  • error-reporting: custom console object depth (#21) (9e66064)

4.2.1 (2020-11-25)

Bug Fixes

  • error-reporting: truncated server console log (86da68a)

4.2.0 (2020-09-23)

Features

4.1.1 (2020-07-03)

Bug Fixes

  • errorReporting: use right url from config to send client errors to (#16) (bbea027)

4.1.0 (2020-06-04)

Features

  • stringify: stringify otherData in formatErrorReport (#5) (1788863)

4.0.1 (2020-05-05)

Bug Fixes

  • intl: remove extra slash from base-url (c488848)