Releases: benSlaughter/allotment
Releases · benSlaughter/allotment
Minor: Simplify, improve, clean
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
- 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
- results methods now return results as a Hashie::Mash
Patch: Added instance methods
- 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
This is the Primary release of Allotment
It contains full test coverage.
Allotment features are:
Performance recording of blocks.
Performance recording start, stop.