All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Merge objects with
Module
type (#121)
- Move
isPlainObject
to_utils
to allow testing (e922a16) - Make
isPlainObject
logic more readable (e458b63)
- Fix typo (#116)
- release: V6.1.3 (3834ca1)
- Update deps and lint (e5a48d3)
- Enable
skipLipCheck
for type tests (7c7a9a4)
- Improve tests for isPlainObject (b24a213)
- Alexander Lichter (@manniL)
- Pooya Parsa (@pi0)
- Yu Le [email protected]
- Only merge plain objects (#111)
- Backward compatible cjs entry (#110)
- Format with prettier v3 (32650f1)
- Pooya Parsa (@pi0)
- Abdul Al-Hasany [email protected]
- Kricsleo
- Donald Shtjefni (@dnldsht)
- SΓ©bastien Chopin [email protected]
- Add node16 compatible type declaration (#73)
- Format with prettier (26477ed)
- Pooya Parsa [email protected]
- Daniel Roe [email protected]
- Nozomu Ikuta [email protected]
6.1.1 (2022-11-14)
6.1.0 (2022-08-16)
- types: constrain inferred types of
Defu
(3d3ea3e)
6.0.1 (2022-08-16)
- add typing to allow for non-objects input args (#42) (1f3a701)
- merge object strings of many types (#44) (c7226f9)
6.0.0 (2022-03-21)
- Use named exports:
import defu from 'defu'
=>import { defu } from 'defu'
defu.fn
=>import { defuFn }
defu.arrayFn
=>import { defuArrayFn }
- When merging input value with defaults with an array, order is reversed
5.0.1 (2022-01-13)
5.0.0 (2021-05-12)
undefined
values will be bypassed and not consistent behavior with defaults-deep anymore.
4.0.1 (2021-04-23)
4.0.0 (2021-04-23)
- module exports
- module exports (42df406)
3.2.2 (2020-11-10)
- switch back to bili for es5 support till fixing in siroc (07786c2)
3.2.1 (2020-11-09)
3.2.0 (2020-11-09)
3.1.0 (2020-08-04)
3.0.1 (2020-07-29)
- recursively pass merger (ec09394)
3.0.0 (2020-07-28)
- defau will merge arrays too (#18)
2.0.4 (2020-05-22)
- correct path to types (33d4bf0)
2.0.3 (2020-05-22)
2.0.2 (2020-04-19)
2.0.1 (2020-04-19)
- Add note about
null
2.0.0 (2020-04-19)
1.0.0 (2020-02-02)
0.0.4 (2020-01-01)
0.0.3 (2019-05-25)
0.0.2 (2019-05-25)
- imrpove non-object handlers (f89fa28)