]>
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 | ||
3cd9faee BB |
7 | ## [1.1.2] - 2017-02-19 |
8 | ### Changed | |
9 | - Remove unnecessary console log | |
10 | ||
e6be7b8b BB |
11 | ## [1.1.1] - 2017-02-19 |
12 | ### Changed | |
13 | - Set encoding and description on index | |
14 | ||
b412d834 BB |
15 | ## [1.1.0] - 2017-02-19 |
16 | ### Added | |
17 | - Add resizing based on scrollwheel | |
18 | - Make mouse tracking smoother | |
19 | - Make colors transition smoothly | |
20 | - Hide cursor when not moving, crosshair when moving | |
21 | ||
f592b950 BB |
22 | ## [1.0.1] - 2017-02-16 |
23 | ### Added | |
24 | - Add mouse following | |
25 | - Fix README links | |
26 | ||
aab4b2e7 | 27 | ## 1.0.0 - 2016-11-10 |
f28c4a44 BB |
28 | ### Added |
29 | - Basic configuration for jsdoc | |
30 | - Basic configuration for eslint | |
31 | - Basic configuration for circle ci | |
32 | - A readme | |
33 | - This changelog | |
34 | - Heart Renderer | |
35 | ||
f592b950 BB |
36 | [Unreleased]: https://github.com/rbdr/heart/compare/master...develop |
37 | [1.0.1]: https://github.com/rbdr/heart/compare/1.0.0...1.0.1 | |
b412d834 | 38 | [1.1.0]: https://github.com/rbdr/heart/compare/1.0.1...1.1.0 |
e6be7b8b | 39 | [1.1.1]: https://github.com/rbdr/heart/compare/1.1.0...1.1.1 |
3cd9faee | 40 | [1.1.2]: https://github.com/rbdr/heart/compare/1.1.1...1.1.2 |