All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.13.0 (2022-03-09)
0.12.0 (2021-07-06)
- Use JSDoc comments to compile TypeScript declaration files (88d1b5f)
0.11.6 (2021-07-06)
0.11.5 (2021-04-29)
0.11.4 (2021-04-29)
0.11.3 (2020-08-08)
0.11.2 (2020-06-26)
0.11.1 (2020-01-29)
0.11.0 (2020-01-27)
- Node 8 is no longer supported. Tests are no longer run against Node 8 and the package now declares supported engines as Node >= 10. Use
pellicola@^0.10
if you need to support Node 8.
Co-authored-by: Chris Swithinbank swithinbank@gmail.com
0.10.2 (2019-12-30)
0.10.1 (2019-07-19)
0.10.0 (2019-06-05)
- Fix start frame option and add end frame option (9b68717)
- Add tests for endTime/endFrame conflict warnings (e7b6c89)
0.9.1 (2019-05-07)
0.9.0 (2019-05-05)
0.8.0 (2018-11-23)
- frame-maker: Pass context to sketch functions (#24) (122b57f), closes #23
- Add option to render from time or frame offset (#25) (aa956e8), closes #21
- Clean up temporary frame files by default (#26) (2e7b989), closes #22
0.7.0 (2018-11-11)
0.6.1 (2018-11-11)
0.6.0 (2018-11-10)
0.5.0 (2018-11-07)
- assert pellicola must be passed a function and an object (eda89b4)
- Show progress spinners on the command line (#15) (4df84c8), closes #14
0.4.1 (2018-11-03)
0.4.0 (2018-10-25)
- frame-maker: Expose canvas image methods to render functions (#9) (b73c451), closes #8
- Generate frames sequentially by default (#10) (7996651), closes #5
0.3.1 (2018-10-24)
0.3.0 (2018-10-23)
0.2.0 (2018-10-22)
- compile-video: Create output directory if it doesn’t already exist (86d1180)
- frame-maker: Fix playhead to end on
1
rather than1 - 1 / totalFrames
(100befc)