free_mutant/Changelog.md

136 lines
4.3 KiB
Markdown
Raw Normal View History

2013-03-01 10:45:32 -05:00
# v0.2.20 2013-03-1
* [change] Update dependencies
[Compare v0.2.17..v0.2.20](https://github.com/mbj/mutant/compare/v0.2.17...v0.2.20)
2013-02-16 16:09:26 -05:00
# v0.2.17 2013-01-20
* [change][dm2] Kill mutations in #initialize from class methods.
# v0.2.17 2013-01-20
2013-02-16 16:09:26 -05:00
* [change] Update dependencies
2013-03-01 10:45:32 -05:00
[Compare v0.2.16..v0.2.17](https://github.com/mbj/mutant/compare/v0.2.16...v0.2.17)
2013-01-20 07:19:40 -05:00
# v0.2.16 2013-01-20
* [fixed] Handle Rubinius::AST::NthRef as noop
2013-03-01 10:45:32 -05:00
[Compare v0.2.15..v0.2.16](https://github.com/mbj/mutant/compare/v0.2.15...v0.2.16)
# v0.2.15 2013-01-10
* [change] Do not mutate super to super() anymore. This needs a context check in future.
[Compare v0.2.14..v0.2.15](https://github.com/mbj/mutant/compare/v0.2.14...v0.2.15)
# v0.2.14 2013-01-09
* [change] Do not emit mutation to { nil => nil } for hash literals
2013-01-09 17:38:35 -05:00
[Compare v0.2.13..v0.2.14](https://github.com/mbj/mutant/compare/v0.2.13...v0.2.14)
# v0.2.13 2013-01-09
* [fixed] Capture failures that occur in the window between mutation insertion and spec run as kills
[Compare v0.2.12..v0.2.13](https://github.com/mbj/mutant/compare/v0.2.12...v0.2.13)
2013-01-03 17:33:23 -05:00
# v0.2.12 2013-01-03
* [fixed] Do not crash when trying to load methods from precompiled ruby under rbx
[Compare v0.2.11..v0.2.12](https://github.com/mbj/mutant/compare/v0.2.11...v0.2.12)
2013-01-03 17:34:53 -05:00
# v0.2.11 2013-01-03
* [change] Handle binary operator methods in dedicated mutator
* [fixed] Do not crash when mutating binary operator method
[Compare v0.2.10..v0.2.11](https://github.com/mbj/mutant/compare/v0.2.10...v0.2.11)
2013-01-03 10:52:42 -05:00
# v0.2.10 2013-01-03
* [fixed] Do not mutate receivers away when message name is a keyword
[Compare v0.2.9..v0.2.10](https://github.com/mbj/mutant/compare/v0.2.9...v0.2.10)
2013-01-01 19:04:16 -05:00
# v0.2.9 2013-01-02
2013-01-01 17:28:21 -05:00
* [feature] Mutate instance and global variable assignments
* [feature] Mutate super calls
[Compare v0.2.8..v0.2.9](https://github.com/mbj/mutant/compare/v0.2.8...v0.2.9)
2012-12-29 10:00:27 -05:00
# v0.2.8 2012-12-29
* [feature] Do not mutate argument or local variable names beginning with an underscore
2012-12-29 10:10:45 -05:00
* [feature] Mutate unary calls ```coerce(object)``` => ```object```
* [feature] Mutate method call receivers ```foo.bar``` => ```foo```
2012-12-29 10:00:27 -05:00
[Compare v0.2.7..v0.2.8](https://github.com/mbj/mutant/compare/v0.2.7...v0.2.8)
2012-12-21 05:58:31 -05:00
# v0.2.7 2012-12-21
* [fixed] Use latest adamantium and ice_nine
[Compare v0.2.6..v0.2.7](https://github.com/mbj/mutant/compare/v0.2.6...v0.2.7)
# v0.2.6 2012-12-14
* [fixed] Correctly set file and line of injected mutants
[Compare v0.2.5..v0.2.6](https://github.com/mbj/mutant/compare/v0.2.5...v0.2.6)
2012-12-12 16:54:11 -05:00
# v0.2.5 2012-12-12
2012-12-07 21:11:26 -05:00
2012-12-10 18:39:05 -05:00
* [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
2012-12-29 10:10:45 -05:00
* [feature] Mutate unwinding of pattern args ```|(a, b), c|``` => ```|a, b, c|```
* [feature] Mutate define and block arguments
2012-12-10 11:11:26 -05:00
* [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
2012-12-07 21:11:26 -05:00
* [fixed] Crash on mutating yield, added a noop for now
* [fixed] Crash on singleton methods defined on other than constants or self
[Compare v0.2.4..v0.2.5](https://github.com/mbj/mutant/compare/v0.2.4...v0.2.5)
2012-12-12 12:24:10 -05:00
# v0.2.4 2012-12-12
* [fixed] Correctly vendor inflector
[Compare v0.2.3..v0.2.4](https://github.com/mbj/mutant/compare/v0.2.3...v0.2.4)
2012-12-07 21:11:26 -05:00
2012-12-07 19:57:42 -05:00
# v0.2.3 2012-12-08
* [fixed] Prepend extra elements to hash and array instead of append. This fixes unkillable mutators in parallel assignments!
[Compare v0.2.2..v0.2.3](https://github.com/mbj/mutant/compare/v0.2.2...v0.2.3)
2012-12-07 21:11:26 -05:00
2012-12-07 19:08:19 -05:00
# v0.2.2 2012-12-07
2012-12-07 18:52:03 -05:00
* [feature] Add a shitload of operator expansions for dm2 strategy
[Compare v0.2.1..v0.2.2](https://github.com/mbj/mutant/compare/v0.2.1...v0.2.2)
# v0.2.1 2012-12-07
2012-12-07 14:17:04 -05:00
2012-12-07 17:27:21 -05:00
* [fixed] Crash on unavailable source location
2013-04-17 23:31:21 -04:00
* [fixed] Incorrect handling of if and unless statements
2012-12-07 17:27:21 -05:00
* [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
2012-12-07 14:17:04 -05:00
* [fixed] Correctly expand foo= to foo_writer_spec.rb in rspec dm2 strategy
[Compare v0.2.0..v0.2.1](https://github.com/mbj/mutant/compare/v0.2.0...v0.2.1)
2012-12-07 13:43:47 -05:00
# v0.2.0 2012-12-07
2012-12-07 06:10:11 -05:00
First public release!