Releases: mauro3/Parameters.jl
Releases · mauro3/Parameters.jl
Fix 1.0 errors
v0.9.2 Compatibility with Julia 1.0-rc (#68)
NamedTuple support
Tests and Docs (#65) Tests and docs for NamedTuples
Rename @pack_* -> @pack!_
v0.9.0 Fix #57
Fix bug in `@pack` etc
Added tests for escaping. (#44) For catching bugs like https://github.com/mauro3/Parameters.jl/issues/43.
Julia-0.5 support dropped
Also, this runs on current Julia-master (0.7.0-DEV.1973 from 2017-09-27) without deprecation warnings.
Added `@with_kw_noshow`
Also documentation now with Documenter.jl on http://mauro3.github.io/Parameters.jl/latest/
More fallout from the macro-desaster fixed
Fixes macro escaping issue
Fix escaping issues (#28) I think this fixes the escaping issues. Tests pass and DifferentialEquations.jl compiles again. The tests can't test that the escaping of Compat is okay because Compat.jl is used in the tests, which is why this was not found in the first place.
Depwarns on 0.6
v0.7.0 Updated VERSION check
v0.6.0: Added macroexpansion in macro @with_kw. Fixes #21
Also dropped Julia 0.4 support