Releases: alchemauss/mauss
Releases · alchemauss/mauss
0.8.2
What's Changed
🌟 Highlights
- feat: add
/promises
module by @ignatiusmb in #261
🏗️ Enhancements
- feat: add
clamp
function by @ignatiusmb in #251 - feat: add
average
function by @ignatiusmb in #258 - feat: add
modulo
function by @ignatiusmb in #255 - feat: add
indent
function by @ignatiusmb in #262 - feat: add
item
function by @ignatiusmb in #265
🛠 Patches
- fix: export
sides
function by @ignatiusmb in #260
📈 Dependencies
- chore: upgrade packages by @ignatiusmb in #264
💡 Others
- chore: add contributors guide by @ignatiusmb in #252
- chore: cleanup pages yaml workflow by @ignatiusmb in #253
- docs: parse jsdoc from exported function by @ignatiusmb in #254
- test: type check
iterate
function by @ignatiusmb in #256 - docs: move README to jsdoc by @ignatiusmb in #257
- docs: finish module documentation by @ignatiusmb in #259
Full Changelog: v0.8.1...v0.8.2
0.8.1
What's Changed
🛠 Patches
- fix: specify
"types"
in"exports"
by @ignatiusmb in #250
Full Changelog: v0.8.0...v0.8.1
0.8.0
What's Changed
🚨 Breaking Changes
- feat: use
dts-buddy
to generate types by @ignatiusmb in #239 - feat: format
*.yaml
files with single quotes by @ignatiusmb in #236 - chore: upgrade to pnpm v9 by @ignatiusmb in #244
- feat: method actions from
ntv.pick
by @ignatiusmb in #206 - feat: add
augment
function by @ignatiusmb in #248
🏗️ Enhancements
- feat: add
sides
function by @ignatiusmb in #213 - feat: implement
sys
module by @ignatiusmb in #153
📈 Dependencies
- chore: update packages by @ignatiusmb in #242
- chore: bump dependencies and reorganize files by @ignatiusmb in #249
💡 Others
- meta: setup monorepo by @ignatiusmb in #245
- chore: setup packaging dry-run by @ignatiusmb in #247
- meta: setup website with pages by @ignatiusmb in #246
Full Changelog: v0.7.2...v0.8.0
0.7.2
What's Changed
🛠 Patches
- fix: set
"module"
to"Node16"
by @ignatiusmb in #240
Full Changelog: v0.7.1...v0.7.2
0.7.1
What's Changed
🏗️ Enhancements
- feat: ignore
pnpm-lock.yaml
from prettier by @ignatiusmb in #238
💡 Others
- chore: publish with provenance by @ignatiusmb in #237
Full Changelog: v0.7.0...v0.7.1
0.7.0
What's Changed
🚨 Breaking Changes
- feat: adjust prettier overrides by @ignatiusmb in #234
- chore: upgrade to
pnpm@8
by @ignatiusmb in #235
💡 Others
- chore: format all files with prettier by @ignatiusmb in #233
Full Changelog: v0.6.0...v0.7.0
0.6.0
What's Changed
🚨 Breaking Changes
- feat: adjust config for v3 transition by @ignatiusmb in #231
🛠 Patches
- feat: descriptive errors for
tsf
template by @ignatiusmb in #229 - fix: remove obsolete
./utils
export by @ignatiusmb in #232
💡 Others
- chore: configure generated release notes by @ignatiusmb in #230
Full Changelog: v0.5.0...v0.6.0
0.5.0
Breaking Changes
- #223 | Removed
create
fromntv
namespace, use array.reduce
instead - #222 | Removed
/utils
moduledt
has been moved to core modulerandom
has been moved to core moduletryNumber
has been removed, useNumber.isNaN(Number(s)) ? s : Number(s)
- #164 | Reworked
/api
module- Now only exports the
fetcher
factory to create asend
function
- Now only exports the
What's Changed
- feat: remove
create
fromntv
by @ignatiusmb in #223 - feat: merge
/utils
to/core
by @ignatiusmb in #222 - chore: organize test suites by @ignatiusmb in #226
- feat:
send
from fetcher factory by @ignatiusmb in #164 - feat: optional parameters in
tsf
by @ignatiusmb in #228
Full Changelog: v0.4.12...v0.5.0