Skip to content

Commit bc97d17

Browse files
committed
Bump version and register, README update
@JuliaRegistrator register
1 parent abf6152 commit bc97d17

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# 2019-09-10
2+
Added support of packing immutables (by creating one) through `@pack_SomeType`.
3+
14
# 2018-07-10
25

3-
Added named tuple support.
6+
Added named tuple support.
47

58
# 2017-09-26
69

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Parameters"
22
uuid = "d96e819e-fc66-5662-9728-84c9c7592b0a"
33
author = ["Mauro Werder <mauro3@runbox.com>"]
4-
version = "0.11.0"
4+
version = "0.12.0"
55

66
[deps]
77
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@ Documentation is here: [stable](https://mauro3.github.io/Parameters.jl/stable) a
110110
111111
# Related packages
112112
113+
Complementary:
114+
- [EponymTuples.jl](https://github.com/tpapp/EponymTuples.jl) packing/unpacking
115+
of named tuples.
116+
- [NamedTupleTools.jl](https://github.com/JeffreySarnoff/NamedTupleTools.jl)
117+
has many named-tuple helper functions
118+
- [Setfield.jl](https://github.com/jw3126/Setfield.jl) for setting
119+
immutable fields (i.e. similar to the here provided packing).
120+
121+
Implementing similar things:
113122
- `Base.@kwdef` has functionality similar to `@with_kw` but more
114123
limited. However, with Julia v1.1 its capabilities will be much
115124
enhanced, see [#29316](https://github.com/JuliaLang/julia/pull/29316).

0 commit comments

Comments
 (0)