Skip to content

Releases: jmartin82/mmock

v1.0.1: Improving fakes + adding some additional storage functionality (#12)

01 Dec 23:13
Compare
Choose a tag to compare
* adding support for fake methods with int argument
added fake.Int and fake.Float for generating numbers
added back refactored old tests
added support for UUID generation
adding support for storage wich can be used for storing sequences - useful for auto generating ids, and SetValue + GetValue that can be used for storing and retrieving key value data

* Improving the regexes for matching vars

* Improved regex matches to mach non '{' symbols
only for storage and fakes as the other two support
regexes which can have { inside

First release

15 Nov 23:39
Compare
Choose a tag to compare

Hello World!