Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.07 KB

CHANGES.md

File metadata and controls

37 lines (24 loc) · 2.07 KB

Version 0.4.0, 2018.02.05

  • Bump Puppeteer to v1 #32
  • Replace chai with assert #34

Version 0.3.3, 2017.12.08

  • Add puppeteer.launch options available into CLI #29

Version 0.3.2, 2017.11.21

  • Error being thrown caused by lost context for CLI #24
  • Pass custom arguments to puppeteer #25 #27
  • Bump puppeteer to v0.13.0 #26

Version 0.3.1, 2017.11.03

  • Error thrown as context is lost for API methods when using destructuring imports #22

Version 0.3.0, 2017.11.03

  • Add option to control background color #14
  • Remove all controllable short options for CLI #15 (breaking change)
  • Split package up into multiple packages to be more modular #17 (breaking change)
  • Add convert-svg-to-jpeg package to convert SVG to JPEG #18

Version 0.2.0, 2017.10.29

  • Add CLI & convertFile method to API #2 #8
  • Add scale option #3 #11
  • Throw error when baseFile & baseUrl options are both specified #4 (breaking change)
  • Change source/target terminology to input/output #6
  • Expose Converter class as primary export #9 (breaking change)

Version 0.1.0, 2017.10.19

  • Initial release