Various bugfixes:
- An issue where last stubbing was not preferred (reported by Volodymyr Mykhailyk, #1)
- An issue where mocked Arrays could not be validated with bulk validators (reported by 'HitmanInWis', #5)
- An issue where 'thenReturn' and 'thenThrow' stubs where not chaining (reported by 'HitmanInWis', #6)
Added jSpec integration and support for spying on constructors (courtesy of Ben Cherry https://github.com/bcherry).
Added additional documentation and the verifyNoMoreInteractions(mock) feature
Bugfix: Fixed IE issue affecting verification failure messages
Initial release