wilsonsilva/memoria

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Add a `qa` Rake task to test, lint, perform a security audit and an assessment of the documentation coverage.
- Setup overcommit git hooks when executing `bin/setup`.

### Changed
- Remove the Snapshot interface from the class diagram.
- Document the available code maintenance Rake tasks.

## [0.1.0] - 2018-05-23
### Added
- Initial core functionality
- Codebase maintenance tools
- RSpec integration

[Unreleased]: https://github.com/wilsonsilva/memoria/compare/v0.1.0...HEAD