Releases: mauro3/Parameters.jl
Releases · mauro3/Parameters.jl
Drop Julia 1.0 support (now Julia 1.5), SmartAsserts.jl support
v0.12.3
v0.12.2
Parameters v0.12.2
Closed issues:
- Split at-pack and at-unpack into a separate package (#109)
- at-const macro? (#111)
- Array with parametric type fails as default value (#125)
- Cannot construct parameters object when using
@cfunction
(#126) - @unpack stopped working (#128)
- fieldnames extension of Parameter Struct (#129)
- Docs not building (#134)
Merged pull requests:
v0.12.1
Parameters v0.12.1
Closed issues:
- Use Setfield.jl instead of reconstruct? (#50)
- Global Method Error (#91)
- example for line breaking in @unpack docstring (#98)
- Consider adding an
attrs
-like converter macro? (#100) - Calling with kwargs (#103)
- Cannot use with_kw as part of a macro (#104)
- Add
FieldDefaults.jl
to README.md? (#106) - @pack_MyType (#107)
- Request: add example of customized/specialized unpack in docs (#110)
- complete unpacking of Named Tuples (#114)
- reconstruct modifies input Dict (#115)
- MethodError: no method matching stripsubtypes(::Int64) (#118)
Merged pull requests:
- Add related packages to README.md (#108) (@singularitti)
- Using UnPack.jl (#112) (@mauro3)
- Fixed aliasing bug for Dicts in reconstruct (#117) (@mauro3)
- Install TagBot as a GitHub Action (#119) (@JuliaTagBot)
- CompatHelper: bump compat for "UnPack" to "1.0" (#122) (@github-actions[bot])
v0.12.0
v0.11.0
Moved from REQUIRE to Project.toml.
Dropped Julia 0.7 support
Updated Documenter to new setup.
Compact show
v0.10.3 Compact show, fix #75 (#93)
Some bug-fixes
v0.10.2 Fix wrong deprecation message. Fixes #88
Add missing deprecation for @pack
v0.10.1 added missing deprecation for @pack (#79)
Drop Julia 0.6; use OrderedCollections
v0.10.0 more julia 1.0 updates and fix for dep-warn (#78)