Skip to content

Latest commit

 

History

History
188 lines (80 loc) · 6.95 KB

CHANGELOG.md

File metadata and controls

188 lines (80 loc) · 6.95 KB

Changelog

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)

Features

  • 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)

Bug Fixes

  • upgrade ffmpeg-static from 4.2.2 to 4.2.3 (#75) (5bc4440)

0.11.1 (2020-01-29)

0.11.0 (2020-01-27)

⚠ BREAKING CHANGES

  • 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

build

  • Drop Node 8 support & update to ava@^3 (#59) (df1c6b9)

0.10.2 (2019-12-30)

0.10.1 (2019-07-19)

0.10.0 (2019-06-05)

Features

  • Fix start frame option and add end frame option (9b68717)

Tests

  • Add tests for endTime/endFrame conflict warnings (e7b6c89)

0.9.1 (2019-05-07)

0.9.0 (2019-05-05)

Features

  • Require Node 8 and update dependencies (#36) (fac9059)

0.8.0 (2018-11-23)

Features

  • 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)

Features

  • Add option to apply motion blur to frames (#20) (aeca123), closes #19

0.6.1 (2018-11-11)

Bug Fixes

0.6.0 (2018-11-10)

Features

  • Limit frames rendered in parallel (#17) (6846207)

0.5.0 (2018-11-07)

Features

  • 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)

Bug Fixes

  • Round totalFrames when calculated from duration & fps (#13) (9ee74ea), closes #12

0.4.0 (2018-10-25)

Features

  • 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)

Features

  • compile-video: Bundle ffmpeg-static (#1) (1f16f29)

0.2.0 (2018-10-22)

Features

  • compile-video: Create output directory if it doesn’t already exist (86d1180)

0.1.0 (2018-10-22)

Bug Fixes

  • frame-maker: Fix playhead to end on 1 rather than 1 - 1 / totalFrames (100befc)

Features

  • Initial commit of core functionality (c095ec3)
  • pellicola: Allow sketch functions to be asynchronous (eb38287)