Skip to content

Commit

Permalink
Moving changelog and updating readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Sexton committed Oct 3, 2014
1 parent afbb55a commit c4ff1cf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ The MockObject class has two main features:
* It maintains a lookup table of function return values: for any function, for a specific function, or for a specific function with specific arguments
* It maintains a list of what methods were called, along with the arguments used.

Installation
------------

To add MockObject to your MATLAB path, run `onLoad`. To remove it from your path, run `onUnload`.

How to Use
----------

Expand All @@ -34,7 +39,8 @@ See the example subdirectory for an example of how this would work.
Requirements
------------

MockObject will _probably_ run on any version of MATLAB back to R2008a. It certainly won't work on anything older, as it uses classdef-based classes.
* Supported on Matlab R2012a and newer. (May work on older versions but no guarantees.)
* [matlab-xunit-4.0.0](https://github.com/psexton/matlab-xuni) if you want to run the unit tests.

Bug Reports And Contributions
-----------------------------
Expand All @@ -51,4 +57,4 @@ Licensed under the [BSD license](http://opensource.org/licenses/BSD-2-Clause). S

Last Updated:
Paul Sexton
2013-08-05
2014-10-02
27 changes: 16 additions & 11 deletions Changelog.txt → doc/Changelog.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
MockObject Changelog
====================

Version 1.0.0 (2013-08-05)
- Initial version

NOTE: Version numbers are assigned according to the Semantic Versioning Specification <http://semver.org>

Last Updated:
Paul Sexton
2013-08-05
MockObject Changelog
====================

Version 1.0.1 (2014-10-02)
- No code changes since 1.0.0
- Rearranging directory structure
- Adding Contents.m file

Version 1.0.0 (2013-08-05)
- Initial version

NOTE: Version numbers are assigned according to the Semantic Versioning Specification <http://semver.org>

Last Updated:
Paul Sexton
2014-10-02

0 comments on commit c4ff1cf

Please sign in to comment.