Skip to content

Commit bcfc0eb

Browse files
committed
Release version 0.12.1
1 parent c1d14bf commit bcfc0eb

File tree

9 files changed

+39632
-40
lines changed

9 files changed

+39632
-40
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,31 @@
44

55
### Added
66

7-
- Add TypesSript definition, automatically generated from JSDoc comments
7+
- Add TypesScript definition, automatically generated from JSDoc comments
88
(#1612).
99
- Support `new Raster(size)` constructor.
1010
- Expose `Raster#context` accessor.
1111
- Implement `Raster#clear()` method to clear associated canvas context.
12+
- Node.js: Add support for Node.js v11 and v12.
1213

1314
### Fixed
1415

1516
- Fix parsing of CSS colors with spaces in parentheses (#1629).
1617
- Improve `Color.random()` documentation.
1718
- Fix `Tween#then()` documentation.
1819

20+
### Removed
21+
22+
- Node.js: Remove support for Node.js v6.
23+
1924
## `0.12.0`
2025

2126
### News
2227

23-
Another release, another new member on the team: Please welcome [@arnoson](https://github.com/arnoson), who has
24-
worked hard on the all new animation support, exposed through the `Tween` class
25-
and its various methods on the `Item` class, see below for details:
28+
Another release, another new member on the team: Please welcome
29+
[@arnoson](https://github.com/arnoson), who has worked hard on the all new
30+
animation support, exposed through the `Tween` class and its various methods on
31+
the `Item` class, see below for details:
2632

2733
### Added
2834

dist/paper-core.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)