Skip to content

Releases: benSlaughter/allotment

Minor: Simplify, improve, clean

24 Sep 17:24
Compare
Choose a tag to compare
Changed
  • Rescue within an event to ensure that the timing is stopped in the event of a failure
  • Remove old hooks and add new block management
  • Remove and old or unrequired code
  • Improved method naming
  • Moved history and license into root
Added
  • Readme completed with hooks, stopwatches and now functionality
  • 100% coverage rspec tests
  • Complete commenting of code
  • Added Rakefile and Tasks
Fixed
  • Updated Stopwatch
  • Updated Stopwatch Specs

Patch: Added before and after hooks

02 Sep 17:04
Compare
Choose a tag to compare
  • Added before and after hooks
  • Created hooks rspec tests
  • Had to change allotment into class for hooks
  • Split instance methods into separate file
  • Created release notes

Patch: Results returned as Hashie::Mash

29 Aug 09:45
Compare
Choose a tag to compare
  • results methods now return results as a Hashie::Mash

Patch: Added instance methods

28 Aug 14:35
Compare
Choose a tag to compare
  • Added instance methods so that the module can be included into a class and allotment does not need to be called every time.
  • Cleaned up stopwatch so that it had lap and split

Version 1

05 Aug 20:41
Compare
Choose a tag to compare

This is the Primary release of Allotment

It contains full test coverage.

Allotment features are:
Performance recording of blocks.
Performance recording start, stop.