Skip to content

Releases: mauro3/Parameters.jl

Fix 1.0 errors

08 Aug 10:46
Compare
Choose a tag to compare
v0.9.2

Compatibility with Julia 1.0-rc (#68)

NamedTuple support

17 Jul 20:17
Compare
Choose a tag to compare
Tests and Docs (#65)

Tests and docs for NamedTuples

Rename @pack_* -> @pack!_

02 Jun 21:58
Compare
Choose a tag to compare
v0.9.0

Fix #57

Fix bug in `@pack` etc

05 Dec 16:44
Compare
Choose a tag to compare
Added tests for escaping. (#44)

For catching bugs like https://github.com/mauro3/Parameters.jl/issues/43.

Julia-0.5 support dropped

27 Sep 11:22
Compare
Choose a tag to compare

Also, this runs on current Julia-master (0.7.0-DEV.1973 from 2017-09-27) without deprecation warnings.

Added `@with_kw_noshow`

23 Aug 11:37
Compare
Choose a tag to compare

Also documentation now with Documenter.jl on http://mauro3.github.io/Parameters.jl/latest/

More fallout from the macro-desaster fixed

17 Mar 11:09
Compare
Choose a tag to compare

Fixes macro escaping issue

16 Mar 08:17
Compare
Choose a tag to compare
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

15 Mar 09:44
Compare
Choose a tag to compare
v0.7.0

Updated VERSION check

v0.6.0: Added macroexpansion in macro @with_kw. Fixes #21

10 Jan 08:48
Compare
Choose a tag to compare