adzejs / adze

A universal, modern, and extensible logging library for JavaScript and TypeScript.
https://adzejs.com/
Apache License 2.0
223 stars 8 forks source link

refactor: changed the name of Shed to GlobalStore throughout codebase and docs #151

Closed AJStacy closed 1 year ago

AJStacy commented 1 year ago

Shed has now been renamed to GlobalStore for clarity throughout the codebase and the documentation.

BREAKING CHANGE: Shed is now named GlobalStore. All cases where you would use the word "shed" you will now use GlobalStore or globalStore respectively.

close https://github.com/AJStacy/adze/issues/135