You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-19Lines changed: 27 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,81 +9,89 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
- add a `merge` method for `NamedTuple` transformations [#150](https://github.com/tpapp/TransformVariables.jl/pull/150)
13
+
14
+
### Fixed
15
+
16
+
- Cleaned up inverse eltype calculations [#149](https://github.com/tpapp/TransformVariables.jl/pull/149)
17
+
18
+
### Security
19
+
20
+
21
+
## 0.8.18
22
+
23
+
### Added
24
+
12
25
-`getindex`, `getproperty`, `length`, and support for [Accessors.jl](https://github.com/JuliaObjects/Accessors.jl) API for tuple and named tuple transformations
13
26
14
-
### Changed
15
-
### Deprecated
16
-
### Removed
17
27
### Fixed
18
28
19
29
- made nicer error messages for mismatching `NamedTuple`s in `inverse`
20
30
-`inverse_eltype` did not reshuffle mismatching `NamedTuple`s, fixed
21
31
22
-
### Security
23
-
24
32
## Old changelogs (archive)
25
33
26
-
# 0.8.17
34
+
###0.8.17
27
35
28
36
**Changelogs were not kept** between 0.3.11 and this version. PRs reconstructing them are welcome.
29
37
30
-
# 0.3.11
38
+
###0.3.11
31
39
32
40
- remove dependency on MacroTools for abstract dispatch workaround, but require Julia 1.3
0 commit comments