------------------------------------------------------------------- Thu Aug 25 08:48:05 UTC 2022 - Michael Vetter - Ship license file ------------------------------------------------------------------- Tue May 03 08:40:38 UTC 2022 - mvetter@suse.com - Update to version 0.9.2+git20211002.cc47aab: * Fix typos * Fix calling mocked modules from expectation fun. * Point to correct Erlang version list * Update build badge * Bump least compatible Erlang/OTP version to 22 * Update workflow to use setup-beam * Increase meck_proc stop timeout to infinity * Leave module loaded state as it was * Add sponsorship link, remove build tool badge * Remove deprecated app file field * Version 0.9.2 * Add a further caveat to using `meck` with `ct` * Add OTP 24 to build matrix * Fix a dialyzer-issued warning * Version 0.9.1 * Remove unused chandler tool from cut script check * Add to changelog * Rename module name in type specs * Use Unite for EUnit tests * Clarify and fix example of passthrough/1 * Correct type spec for do_delete_expect/6 * Aim for repeatability * Imagine this is a possible solution to a past requirement * Broaden our check/test scope * Improve repeatability * Fix static analysis (dialyzer) -identified issue * Be stricter in our static analysis * Isolate hamcrest elements from static analysis issues * Change order when adding new clauses * Fix static analysis issues * Don't re-publish docs * Version 0.9.0 * Don't push release changelog entries automatically * Transition to manual CHANGELOG * Update copyright year * Add exec/1 to documented list of functions to return a ret_spec * Make meck:ret_spec/0 transparent * Use compatible stack trace handling * Update supported Erlang versions to 19-23 * Add compiler application to dependencies * Rename foldl_mocks to fold_mocks * Add introspection of which modules are currently mocked * Run CI on pull requests * Update funding with GitHub Sponsors link * Update badges to use GitHub Actions * Auto use latest versions of major OTP versions * Add supported Erlang versions * Change to matrix build * Create first GitHub action * Do not attempt to generate dependencies when mocking ------------------------------------------------------------------- Tue Nov 12 12:58:56 UTC 2019 - matwey.kornilov@gmail.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 08:04:09 UTC 2016 - matwey.kornilov@gmail.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 16:34:08 UTC 2014 - matwey.kornilov@gmail.com - Update to 0.8.2: + Erlang 17.0 compatibility ------------------------------------------------------------------- Thu May 1 06:17:09 UTC 2014 - matwey.kornilov@gmail.com - Update to master to fix for erlang 17.0 ------------------------------------------------------------------- Thu Feb 20 12:40:01 UTC 2014 - matwey.kornilov@gmail.com - Generate docs ------------------------------------------------------------------- Thu Feb 20 07:41:35 UTC 2014 - matwey.kornilov@gmail.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 10:26:59 UTC 2013 - matwey.kornilov@gmail.com - Update to the latest version. Add _service for disabled run. ------------------------------------------------------------------- Wed Apr 24 15:27:17 UTC 2013 - nkrinner@suse.com - Drop -devel subpackage ------------------------------------------------------------------- Tue Apr 16 12:35:56 UTC 2013 - nkrinner@suse.com - Initial package based on the github checkout