|
1 | | -## 0.2.0 |
| 1 | +# Changelog |
2 | 2 |
|
3 | | -FEATURES: |
| 3 | +All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -- Direct translation of terraform values. |
| 5 | +## [1.0.0] - 2025-03-20 |
6 | 6 |
|
7 | | -FIXES: |
| 7 | +### 🚀 Features |
8 | 8 |
|
9 | | -- Unmarshalling errors with null values ([#12](https://github.com/isometry/terraform-provider-deepmerge/issues/12)) |
| 9 | +- v1.0.0 release |
10 | 10 |
|
11 | | -## 0.1.0 |
| 11 | +### 💼 Other |
12 | 12 |
|
13 | | -FEATURES: |
| 13 | +- *(deps)* Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 (#74) |
14 | 14 |
|
15 | | -- `mergo` function, based on [`mergo`](https://dario.cat/mergo). |
| 15 | +## [0.4.2] - 2025-03-09 |
| 16 | + |
| 17 | +### 💼 Other |
| 18 | + |
| 19 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-docs from 0.20.1 to 0.21.0 (#73) |
| 20 | + |
| 21 | +### 🚜 Refactor |
| 22 | + |
| 23 | +- Enhance argument validation (#72) |
| 24 | + |
| 25 | +## [0.4.1] - 2025-03-02 |
| 26 | + |
| 27 | +### 🐛 Bug Fixes |
| 28 | + |
| 29 | +- Handle typed nulls (#71) |
| 30 | + |
| 31 | +## [0.4.0] - 2025-03-02 |
| 32 | + |
| 33 | +### 🚀 Features |
| 34 | + |
| 35 | +- Allow (and ignore) nulls (#70) |
| 36 | + |
| 37 | +### 💼 Other |
| 38 | + |
| 39 | +- *(deps)* Bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 (#65) |
| 40 | + |
| 41 | +## [0.3.3] - 2025-01-31 |
| 42 | + |
| 43 | +### 💼 Other |
| 44 | + |
| 45 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 (#56) |
| 46 | +- *(deps)* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#57) |
| 47 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 (#58) |
| 48 | +- *(deps)* Bump golang.org/x/crypto from 0.29.0 to 0.31.0 in the go_modules group (#59) |
| 49 | +- *(deps)* Bump actions/setup-go from 5.1.0 to 5.2.0 (#60) |
| 50 | +- *(deps)* Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#61) |
| 51 | +- *(deps)* Bump golang.org/x/net from 0.32.0 to 0.33.0 in the go_modules group (#62) |
| 52 | +- *(deps)* Bump actions/setup-go from 5.2.0 to 5.3.0 (#63) |
| 53 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 (#64) |
| 54 | + |
| 55 | +## [0.3.2] - 2024-11-10 |
| 56 | + |
| 57 | +### 💼 Other |
| 58 | + |
| 59 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-go from 0.24.0 to 0.25.0 (#51) |
| 60 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-framework from 1.12.0 to 1.13.0 (#52) |
| 61 | +- *(deps)* Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 (#54) |
| 62 | +- *(deps)* Bump github.com/stretchr/testify from 1.8.3 to 1.9.0 (#55) |
| 63 | + |
| 64 | +### 📚 Documentation |
| 65 | + |
| 66 | +- Improve example usage |
| 67 | + |
| 68 | +### 🧪 Testing |
| 69 | + |
| 70 | +- Add basic encode/decode tests |
| 71 | + |
| 72 | +### ⚙️ Miscellaneous Tasks |
| 73 | + |
| 74 | +- Add CodeQL scans and badges |
| 75 | + |
| 76 | +## [0.3.1] - 2024-10-30 |
| 77 | + |
| 78 | +### 🐛 Bug Fixes |
| 79 | + |
| 80 | +- OpenTofu crash with unknown value (#50) |
| 81 | + |
| 82 | +### 💼 Other |
| 83 | + |
| 84 | +- *(deps)* Bump actions/checkout from 4.2.1 to 4.2.2 (#46) |
| 85 | +- *(deps)* Bump actions/setup-go from 5.0.2 to 5.1.0 (#47) |
| 86 | +- *(deps)* Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 (#49) |
| 87 | + |
| 88 | +### 📚 Documentation |
| 89 | + |
| 90 | +- Document mergo configuration options |
| 91 | + |
| 92 | +## [0.3.0] - 2024-10-19 |
| 93 | + |
| 94 | +### 💼 Other |
| 95 | + |
| 96 | +- *(deps)* Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#43) |
| 97 | +- *(deps)* Bump actions/checkout from 4.2.0 to 4.2.1 (#44) |
| 98 | + |
| 99 | +## [0.2.3] - 2024-09-28 |
| 100 | + |
| 101 | +### 💼 Other |
| 102 | + |
| 103 | +- *(deps)* Bump google.golang.org/grpc in the go_modules group |
| 104 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-testing |
| 105 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-framework |
| 106 | +- *(deps)* Bump actions/setup-go from 5.0.1 to 5.0.2 |
| 107 | +- *(deps)* Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 |
| 108 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-testing |
| 109 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-framework |
| 110 | +- *(deps)* Bump dario.cat/mergo from 1.0.0 to 1.0.1 |
| 111 | +- *(deps)* Bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 |
| 112 | +- *(deps)* Bump actions/checkout from 4.1.7 to 4.2.0 (#42) |
| 113 | +- *(deps)* Bump all |
| 114 | + |
| 115 | +## [0.2.2] - 2024-06-13 |
| 116 | + |
| 117 | +### 💼 Other |
| 118 | + |
| 119 | +- *(deps)* Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 |
| 120 | +- *(deps)* Bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 |
| 121 | +- *(deps)* Bump actions/checkout from 4.1.4 to 4.1.5 |
| 122 | +- *(deps)* Bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 |
| 123 | +- *(deps)* Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 |
| 124 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-go |
| 125 | +- *(deps)* Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 |
| 126 | +- *(deps)* Bump actions/checkout from 4.1.5 to 4.1.6 |
| 127 | +- *(deps)* Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 |
| 128 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-docs |
| 129 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-framework |
| 130 | +- *(deps)* Bump github.com/hashicorp/terraform-plugin-docs |
| 131 | +- *(deps)* Bump actions/checkout from 4.1.6 to 4.1.7 |
| 132 | +- *(deps)* Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 |
| 133 | +- Update goreleaser spec |
| 134 | +- *(deps)* Bump all |
| 135 | + |
| 136 | +## [0.2.1] - 2024-05-04 |
| 137 | + |
| 138 | +### 🐛 Bug Fixes |
| 139 | + |
| 140 | +- Build/tests |
| 141 | + |
| 142 | +## [0.2.0] - 2024-05-04 |
| 143 | + |
| 144 | +### 🚀 Features |
| 145 | + |
| 146 | +- *(mergo)* Direct translation of terraform values |
| 147 | + |
| 148 | +<!-- generated by git-cliff --> |
0 commit comments