Releases: Noelware/utils
Releases · Noelware/utils
v2.5.1
v2.5.0
✨ Additions
- Add
Result
andOption
modules (accessible by@noelware/utils/{result,option}
) (@auguwu) - Add
exports
,module
, andtypes
fields to package.json (@auguwu) - Add
src/
directory to NPM for easier lookup of methods, types, etc. (@auguwu) - Added
DecouplePromise
type (@auguwu)
😔 Deprecations (scheduled to be removed in v2.7.0)
- Deprecated types due to none being used (@auguwu):
Listener
ExtractListenerArguments
GenericEventBusMap
ReaddirOptions
Ctor
ConstructorReturnType
ObjectKeysWithSeperator
KeyToPropType
DotNotation
- Deprecated classes due to none being used (@auguwu):
EventBus
- Deprecated functions due to none being used (@auguwu):
isEventEmitterLike
sleep
titleCase
shouldExclude
readdirSync
readdir
- Deprecated constants due to none being used (@auguwu):
Months
DaysInWeek
👾 Removed
humanize
function that was scheduled to be removed in 2.3pluralize
function that was scheduled to be removed in 2.3
Full Changelog: v2.4.0...2.5.0
v2.4.0
✨ Additions
- Export
lazy
function to create aLazy
instance (@auguwu) - Documentation for
Lazy
andStopwatch
classes and methods (@auguwu)
❌ Removed
- Deprecated functions (
property
) and types (OmitUndefinedOrNull
,FilterOut
,AllowedNames
, andFilterFlags
) (@auguwu)
🐛 Bug Fixes
- Fixed issues with
perf_hooks
not being installed, opting toDate.now
as a backwards compat. way (@auguwu)
Full Changelog: v2.3.0...v2.4.0
v2.3.0
too many to list, ill probably do this later
Full Changelog: v2.2.1...v2.3.0
v2.2.1
v2.2.0
Additions
- feat: new Lazy utility by @auguwu
Fixes
- fix(readdirSync): recursive on readdirSync by @auguwu
- fix(tryRequire): modules are now cached in a
Map
by @auguwu
Dependency Updates
- Update dependency tsup to v6.2.1 by @renovate-bot
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Fixes
- stackoverflow in tryRequire function by @auguwu
Dependency Updates
- Update typescript-eslint monorepo to v5.30.6 by @renovate-bot in #169
- Update dependency eslint to v8.20.0 by @renovate-bot in #170
- Update typescript-eslint monorepo to v5.30.7 by @renovate-bot in #171
- Update Yarn to v3.2.2 by @renovate-bot in #172
- Update dependency tsup to v6.2.0 by @renovate-bot in #173
- Update typescript-eslint monorepo to v5.31.0 by @renovate-bot in #174
Full Changelog: v2.0.1...v2.1.0