Changelog for
erlang-meck-0.8.13+git20190827.9753464-1.1.x86_64.rpm :
* Tue Nov 12 2019 matwey.kornilovAATTgmail.com- Update to version 0.8.13+git20190827.9753464:
* Create FUNDING.yml
* Validate the options being passed to meck:new (#204)
* Update changelog for version 0.8.13
* Version 0.8.13
* Exclude from_core option from compile_info when compiling
* Refine Erlang versions
* Fix nofile errors caused by incorrect file lookup
* Isolate backup
*.coverdata from other beam instances
* Fix Erlang version badge
* Remove compatibility for R15 and R16
* Update changelog for version 0.8.12
* Version 0.8.12
* Check path and push release with Chandler
* Keep storing history when reloading a mock
* Minor markdown improvements
* Update changelog for version 0.8.11
* Version 0.8.11
* Change publish script to cut script
* Use latest OTP 20 and 21 versions
* Update outdated donation information
* fix a buggy spec
* un-nest the `try\' constructs
* don\'t hide \'try\' behind macro
* use some preproc trickery to hide the OTP21 get_stacktrace change
* fix some whitespace
* Line about 80 char line limit was 155 chars long
* Update Changelog for version 0.8.10
* Version 0.8.10
* Improve publish script
* test meck with Erlang/OTP 21.0
* Add module name to module_is_sticky error
* Document undefined_module error
* Raise error for passthrough without abstract code
* Add meck:expects/1,2 to list mocked functions
* Specify repository manually for changelog gen
* Update Changelog for version 0.8.9
* Version 0.8.9
* Support running meck with modules built with \'+deterministic\' compile option
* Fix for Rebar 2.x.y on secondary arches
* Update README.md
* Update for latest version and Rebar 3
* Update copyright notices
* Update Changelog for version 0.8.8
* Version 0.8.8
* Always add debug_info to compile opts for mocks
* Publish docs to Hex when releasing
* Fixes to publish script
* Update Changelog for version 0.8.7
* Fix syntax error in .app.src
* Version 0.8.7
* Update publish script
* Add Changelog to Hex.pm links
* Update Hex package information for Rebar 3
* Add GitHub Changelog Generator config
* Create new CHANGELOG.md
* Migrate to Rebar 3
* Version 0.8.6
* Add to changelog
* Update code climate
* Use latest Erlang versions on Travis
* Remove dialyzer attributes when creating mock
* Remove usage of -compile(export_all)
* Version 0.8.5
* Add #176 to CHANGELOG
* fix behavio(u)r attributes validation on Erlang R20
* Clarify additional information
* Fix errors in capture/5, capture/6 documentation
* Detail edge cases of validate/1
* Fix Rebar 3 link
* Update Travis badge to user master branch
* Add call to stacktrace when missing (fix #167)
* Add TOC to README
* Refresh README
* Remove heading hyperlinks
* Add 19.2 to versions tested by TravisCI
* Add contribution guidelines
* Add `meck_history:result/5\'
* Add GitHub issue template
* Fix #88
* Add code of conduct
* Link to Travis branches overview
* Try bumping to Erlang 18.3 on Travis
* Explicitly track master branch build status
* Fix eunit compile failure on Erlang 17+ (hamcrest)
* Clean up performance tests
* Sat Jan 16 2016 matwey.kornilovAATTgmail.com- Update to version 0.8.4+git20151229.ccc817e: + Replace contributor list with link + Depend on tools + Update changelog + Version 0.8.4 + Make namespaced types the default + Ignore mix build artifacts + Use new maintainers field for Hex packages + Correctly add version in commit message + Make Erlang versions on Travis more up to date + Time for the annual Travis Erlang version hunt
* Tue Jul 22 2014 matwey.kornilovAATTgmail.com- Update to 0.8.2: + Erlang 17.0 compatibility
* Thu May 01 2014 matwey.kornilovAATTgmail.com- Update to master to fix for erlang 17.0
* Thu Feb 20 2014 matwey.kornilovAATTgmail.com- Generate docs
* Thu Feb 20 2014 matwey.kornilovAATTgmail.com- Update to 0.8.1: + Honest Mocks + Arguments Specification + Return Specification + History Reset + Stub All + Hamcrest Matchers + Argument Capture + Wait for Call + Implicit New
* Mon Jun 10 2013 matwey.kornilovAATTgmail.com- Update to the latest version. Add _service for disabled run.
* Wed Apr 24 2013 nkrinnerAATTsuse.com- Drop -devel subpackage
* Tue Apr 16 2013 nkrinnerAATTsuse.com- Initial package based on the github checkout