Releases: fastify/deepmerge
Releases · fastify/deepmerge
v2.0.1
What's Changed
- chore(deps-dev): bump tsd from 0.30.7 to 0.31.1 by @dependabot in #38
- chore(deps-dev): bump tap from 18.8.0 to 20.0.3 by @dependabot in #39
- chore(deps-dev): bump tap from 20.0.3 to 21.0.0 by @dependabot in #40
- chore(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #41
- refactor(test/index): use
Object.hasOwn()
by @Fdawgs in #43 - style: remove trailing whitespace by @Fdawgs in #44
- docs(readme): update ci badge syntax by @Fdawgs in #46
- build(deps-dev): replace standard with neostandard by @Fdawgs in #47
- chore(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #48
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #49
- Also handle cloneProtoObject in mergeObject by @segevfiner in #45
- chore(package): add funding, author, and contribs by @Fdawgs in #50
New Contributors
- @segevfiner made their first contribution in #45
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Bump tsd from 0.24.1 to 0.25.0 by @dependabot in #16
- chore(.gitignore): add bun lockfile by @Fdawgs in #17
- chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #18
- chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #19
- Fix return type when merging tuples and readonly arrays by @russelldavis in #23
- ci(package-manager-ci): add node 18 to test matrix by @Fdawgs in #24
- ci(package-manager): update ubuntu os to latest by @Fdawgs in #25
- ci: only trigger on pushes to main branches by @Fdawgs in #26
- ci(package-manager-ci): replace jobs with reusable workflow by @Fdawgs in #27
- test: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #30 - chore: add
.gitattributes
file by @Fdawgs in #31 - chore(package): explicitly declare js module type by @Fdawgs in #32
- chore(.gitignore): add .tap/ dir by @Fdawgs in #33
- Fixes typo
mergeAray
by @jborkowski in #35 - Merge
next
intomaster
by @jsumners in #37
New Contributors
- @russelldavis made their first contribution in #23
- @jborkowski made their first contribution in #35
- @jsumners made their first contribution in #37
Full Changelog: v1.3.0...v2.0.0
v1.3.0
v1.2.0
v1.1.0
What's Changed
- perf: improve performance by @Uzlopak in #3
- Bump tsd from 0.21.0 to 0.22.0 by @dependabot in #4
- add arrayMerge option by @Uzlopak in #5
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: 1.0.0...v1.1.0