wilsonsilva/calendario

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).

## [0.3.0] - 2020-06-30
### Added
- Added the concept of `Interval`. Intervals are groups of one or more months and can span multiple years

## [0.2.0] - 2020-06-29
### Changed
- Split the year rendering into 4 classes: `YearRenderer`, `RenderedYear`, `MonthRenderer` and `RenderedMonth`
- Refactored the renderers to remove magic strings and numbers
- Refactored the renderers to create the basis for different column layouts

### Fixed
- Fixed the usage documentation

## [0.1.0] - 2020-06-25
### Added
- Initial core functionality
- Codebase maintenance tools

[0.2.0]: https://github.com/wilsonsilva/calendario/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/wilsonsilva/calendario/compare/15adab8...v0.1.0