amercier/rectangular-mozaic

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] and this project adheres to [Semantic Versioning].

[Unreleased]
------------

(nothing)

[v0.3.0] - 2018-10-06
---------------------

### Changed

- New `Grid` API: merged `getValues()` into `getCells()`, added `getTiles()`. Both can return a flattened array.

[v0.2.0] - 2018-10-05
---------------------

### Added

- Added changelog

### Changed

- Lowered default tall and wide tiles rate from 0.33 to 0.25

v0.1.0 - 2018-10-04
-------------------

### Added

- Initial implementation
- Unit tests
- Media files
- Documentation

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: (https://semver.org/spec/v2.0.0.html

[Unreleased]: https://github.com/amercier/rectangular-mozaic/compare/v0.3.0...HEAD
[v0.3.0]: https://github.com/amercier/rectangular-mozaic/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/amercier/rectangular-mozaic/compare/v0.1.0...v0.2.0