]>
Commit | Line | Data |
---|---|---|
f28c4a44 BB |
1 | # Changelog |
2 | All notable changes to this project will be documented in this file. | |
3 | ||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | |
6 | ||
e6be7b8b BB |
7 | ## [1.1.1] - 2017-02-19 |
8 | ### Changed | |
9 | - Set encoding and description on index | |
10 | ||
b412d834 BB |
11 | ## [1.1.0] - 2017-02-19 |
12 | ### Added | |
13 | - Add resizing based on scrollwheel | |
14 | - Make mouse tracking smoother | |
15 | - Make colors transition smoothly | |
16 | - Hide cursor when not moving, crosshair when moving | |
17 | ||
f592b950 BB |
18 | ## [1.0.1] - 2017-02-16 |
19 | ### Added | |
20 | - Add mouse following | |
21 | - Fix README links | |
22 | ||
aab4b2e7 | 23 | ## 1.0.0 - 2016-11-10 |
f28c4a44 BB |
24 | ### Added |
25 | - Basic configuration for jsdoc | |
26 | - Basic configuration for eslint | |
27 | - Basic configuration for circle ci | |
28 | - A readme | |
29 | - This changelog | |
30 | - Heart Renderer | |
31 | ||
f592b950 BB |
32 | [Unreleased]: https://github.com/rbdr/heart/compare/master...develop |
33 | [1.0.1]: https://github.com/rbdr/heart/compare/1.0.0...1.0.1 | |
b412d834 | 34 | [1.1.0]: https://github.com/rbdr/heart/compare/1.0.1...1.1.0 |
e6be7b8b | 35 | [1.1.1]: https://github.com/rbdr/heart/compare/1.1.0...1.1.1 |