UNPKG

3.59 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5## [3.2.0](https://github.com/nuxt-contrib/defu/compare/v3.1.0...v3.2.0) (2020-11-09)
6
7
8### Features
9
10* add type inference for defu result ([#24](https://github.com/nuxt-contrib/defu/issues/24)) ([934d736](https://github.com/nuxt-contrib/defu/commit/934d736da31f4824d9e135d925cece361b73c533))
11* pass namespace to custom merger ([#25](https://github.com/nuxt-contrib/defu/issues/25)) ([6bd7ef5](https://github.com/nuxt-contrib/defu/commit/6bd7ef59ce3e94b68108355942dba9ac49284523))
12
13## [3.1.0](https://github.com/nuxt-contrib/defu/compare/v3.0.1...v3.1.0) (2020-08-04)
14
15
16### Features
17
18* add defu.arrayFn ([#21](https://github.com/nuxt-contrib/defu/issues/21)) ([df05ed0](https://github.com/nuxt-contrib/defu/commit/df05ed04088d6e0f0bc1a8cd9603fae46fb59268))
19
20### [3.0.1](https://github.com/nuxt-contrib/defu/compare/v3.0.0...v3.0.1) (2020-07-29)
21
22
23### Bug Fixes
24
25* recursively pass merger ([ec09394](https://github.com/nuxt-contrib/defu/commit/ec09394d77533cd0a4753a943a5d6fbd25ef308d))
26
27## [3.0.0](https://github.com/nuxt-contrib/defu/compare/v2.0.4...v3.0.0) (2020-07-28)
28
29
30### ⚠ BREAKING CHANGES
31
32* defau will merge arrays too (#18)
33
34### Features
35
36* extend and custom merger ([#19](https://github.com/nuxt-contrib/defu/issues/19)) ([4932232](https://github.com/nuxt-contrib/defu/commit/493223278840132a6de2c3291b60f7b00b3fa477))
37* merge arrays ([#18](https://github.com/nuxt-contrib/defu/issues/18)) ([22c631e](https://github.com/nuxt-contrib/defu/commit/22c631e354d9bc50380ce7beb8914bd44feb2309))
38
39### [2.0.4](https://github.com/nuxt-contrib/defu/compare/v2.0.3...v2.0.4) (2020-05-22)
40
41
42### Bug Fixes
43
44* correct path to types ([33d4bf0](https://github.com/nuxt-contrib/defu/commit/33d4bf0331e70b69a3a2a392f18a8f890d45d4f9))
45
46### [2.0.3](https://github.com/nuxt-contrib/defu/compare/v2.0.2...v2.0.3) (2020-05-22)
47
48
49### Bug Fixes
50
51* specify type declaration file more precisely ([#15](https://github.com/nuxt-contrib/defu/issues/15)) ([6aa47d4](https://github.com/nuxt-contrib/defu/commit/6aa47d4a06a117b34b5e9231b04f8403056c2685))
52
53### [2.0.2](https://github.com/nuxt-contrib/defu/compare/v2.0.1...v2.0.2) (2020-04-19)
54
55### [2.0.1](https://github.com/nuxt-contrib/defu/compare/v2.0.0...v2.0.1) (2020-04-19)
56
57### Docs
58
59* Add note about `null`
60
61## [2.0.0](https://github.com/nuxt-contrib/defu/compare/v1.0.0...v2.0.0) (2020-04-19)
62
63### Features
64
65* Support passing multiple defaults ([89ef702](https://github.com/nuxt-contrib/defu/commit/89ef702736b49cd48ca99a0dc64aa6ef3bd74e2d))
66* Typescript rewrite ([9c906e6](https://github.com/nuxt-contrib/defu/commit/9c906e64459da64d77124224edb66034ce92f20c))
67
68<a name="1.0.0"></a>
69# [1.0.0](https://github.com/nuxt-contrib/defu/compare/v0.0.4...v1.0.0) (2020-02-02)
70
71
72
73<a name="0.0.4"></a>
74## [0.0.4](https://github.com/nuxt-contrib/defu/compare/v0.0.3...v0.0.4) (2020-01-01)
75
76
77### Bug Fixes
78
79* improve es5 compatibility ([#2](https://github.com/nuxt-contrib/defu/issues/2), [#9](https://github.com/nuxt-contrib/defu/issues/9)) ([5a6de7c](https://github.com/nuxt-contrib/defu/commit/5a6de7c))
80
81
82
83<a name="0.0.3"></a>
84## [0.0.3](https://github.com/nuxt-contrib/defu/compare/v0.0.1...v0.0.3) (2019-05-25)
85
86
87
88<a name="0.0.2"></a>
89## [0.0.2](https://github.com/jesless/defu/compare/v0.0.1...v0.0.2) (2019-05-25)
90
91
92
93<a name="0.0.1"></a>
94## 0.0.1 (2019-02-07)
95
96
97### Bug Fixes
98
99* imrpove non-object handlers ([f89fa28](https://github.com/jesless/defu/commit/f89fa28))