4.3 KiB
4.3 KiB
v0.2.20 2013-03-1
- [change] Update dependencies
v0.2.17 2013-01-20
- [change][dm2] Kill mutations in #initialize from class methods.
v0.2.17 2013-01-20
- [change] Update dependencies
v0.2.16 2013-01-20
- [fixed] Handle Rubinius::AST::NthRef as noop
v0.2.15 2013-01-10
- [change] Do not mutate super to super() anymore. This needs a context check in future.
v0.2.14 2013-01-09
- [change] Do not emit mutation to { nil => nil } for hash literals
v0.2.13 2013-01-09
- [fixed] Capture failures that occur in the window between mutation insertion and spec run as kills
v0.2.12 2013-01-03
- [fixed] Do not crash when trying to load methods from precompiled ruby under rbx
v0.2.11 2013-01-03
- [change] Handle binary operator methods in dedicated mutator
- [fixed] Do not crash when mutating binary operator method
v0.2.10 2013-01-03
- [fixed] Do not mutate receivers away when message name is a keyword
v0.2.9 2013-01-02
- [feature] Mutate instance and global variable assignments
- [feature] Mutate super calls
v0.2.8 2012-12-29
- [feature] Do not mutate argument or local variable names beginning with an underscore
- [feature] Mutate unary calls
coerce(object)
=>object
- [feature] Mutate method call receivers
foo.bar
=>foo
v0.2.7 2012-12-21
- [fixed] Use latest adamantium and ice_nine
v0.2.6 2012-12-14
- [fixed] Correctly set file and line of injected mutants
v0.2.5 2012-12-12
- [feature] Add --debug flag for showing killer output and mutation
- [feature] Run noop mutation per subject to guard against initial failing specs
- [feature] Mutate default into required arguments
- [feature] Mutate default literals
- [feature] Mutate unwinding of pattern args
|(a, b), c|
=>|a, b, c|
- [feature] Mutate define and block arguments
- [feature] Mutate block arguments, inklusive pattern args
- [feature] Recurse into block bodies
- [change] Unvendor inflector use mbj-inflector from rubygems
- [fixed] Insert mutations at correct constant scope
- [fixed] Crash on mutating yield, added a noop for now
- [fixed] Crash on singleton methods defined on other than constants or self
v0.2.4 2012-12-12
- [fixed] Correctly vendor inflector
v0.2.3 2012-12-08
- [fixed] Prepend extra elements to hash and array instead of append. This fixes unkillable mutators in parallel assignments!
v0.2.2 2012-12-07
- [feature] Add a shitload of operator expansions for dm2 strategy
v0.2.1 2012-12-07
- [fixed] Crash on unavailable source location
- [fixed] Incorrect handling of if and unless statements
- [fixed] Expand Foo#initialize to spec/unit/foo in rspec dm2 strategy
- [fixed] Correctly expand [] to element_reader_spec.rb in rspec dm2 strategy
- [fixed] Correctly expand []= to element_writer_spec.rb in rspec dm2 strategy
- [fixed] Correctly expand foo= to foo_writer_spec.rb in rspec dm2 strategy
v0.2.0 2012-12-07
First public release!