Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 23:43

PermuteArgs v1.1.0

Diff since v1.0.0

Doc

  • recommend using @permute_args over permute_args and permute_args!

Feat

  • permute_args now could take a single argument for Function and Method as input
  • permute_args now support keywords
  • improve argument names handling in permute_args

Refactor

  • consolidate function signature and cleanup codes
  • refactor out generate_permuted_methods for @permute_args, permute_args and permute_args! function
  • make permute_args and permute_args! more general

Test

  • add local scope test for permute_args!
  • test throw correct method

Chore

  • deprecate permute_args_dynamic
  • add benchmarks

Closed issues:

  • Register (#1)