mutant v0.9.12 Release Notes

Release Date: 2020-09-10 // over 3 years ago
    • Add symbol-to-proc block mutations (map(&:to_s) -> map(&to_str)) #1048
    • โž• Add block-pass mutations (foo(&method(:bar)) -> foo(&public_method(:bar))) #1047
    • โž• Add new mutation of Array(foo) -> [foo] #1043
    • Add new mutation to mutate dynamic sends to static sends ({foo.__send__(:bar), foo.send(:bar), foo.public_send(:bar)} -> foo.bar) #1040 and #1049
    • ๐Ÿ”„ Change packaging to not rely on git anymore. #1053