Skip to content

Tags: fastify/deepmerge

Tags

v3.1.0

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v3.1.0

Signed-off-by: Matteo Collina <hello@matteocollina.com>

v3.0.0

Verified

This tag was signed with the committer’s verified signature.
Fdawgs Frazer Smith
3.0.0

v2.0.2

Verified

This tag was signed with the committer’s verified signature.
Fdawgs Frazer Smith
2.0.2

v2.0.1

Verified

This tag was signed with the committer’s verified signature.
Fdawgs Frazer Smith
2.0.1

Verified

This commit was signed with the committer’s verified signature.
jsumners James Sumners

v1.3.0

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v1.3.0

Signed-off-by: Matteo Collina <hello@matteocollina.com>

v1.2.0

Verified

This commit was signed with the committer’s verified signature.
Eomm Manuel Spigolon
Bumped v1.2.0

v1.1.0

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
Bumped v1.1.0

Signed-off-by: Matteo Collina <hello@matteocollina.com>

1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initial implementation (#1)

* initial implementation

* remove examples

* add all Option

* 100% test coverage

* write Readme.md

* add Licensing Info to old deepmerge

* fix descriptin

* add CI-badge

* add primitive benchmark

* remove clone option in tests

* Update LICENSE

Co-authored-by: Matteo Collina <matteo.collina@gmail.com>

* improve benchmarks

* add unit test

* add test for prototype pollution

* fix prototype pollution,
improve performance of all

* add use strict everywhere

* improve perf by using less branches and less lookup methods

* less branches

* rename map to clone

* add test for non-enumerable symbol keys

* add with lint to ci.yml

* Apply suggestions from code review

Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>

* Update test/index.test.js

Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>

* make bechmarks nicer

* fix npm scrpits

Co-authored-by: Matteo Collina <matteo.collina@gmail.com>
Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>