Skip to content

Latest commit

 

History

History
90 lines (49 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

90 lines (49 loc) · 2.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.1.1 - 2020-09-10 (current)

Added

  • TypeScript types file, as mentioned in #81 (thanks to vladislav805)

Fixed

  • Package size of eventual npm package tgz file by being more specific about what it should contain in package.json's file property.

2.1.0 - 2020-06-19

Added

  • Support for libgd 2.3.0

Fixed

  • Tests with regard to font boundary coordinates

2.0.1 - 2020-05-26

Added

  • Added files property in package.json.
  • Added test files to files property

Changed

  • Upgraded dependencies in package.json
  • Typo fixed in documentation (thanks gabrieledarrigo)
  • Updated test to create output directory if not present

Removed

  • Remove .npmignore in favour of files property in package.json.

2.0.0 - 2020-01-19

Added

  • Added multiple AsyncWorker classes.
  • Added a license file.
  • Added a changelog file.
  • Added a lot of new tests.

Changed

  • Changed the workging of Gif animation creation.
  • Moved from Nan to Napi.
  • Changed gd.create and gd.createTruecolor and let them return a Promise.
  • Moved macros to header file.
  • Updated documentation
  • Changed custom prototype functions unwritable functions with a proper name

Removed

  • No longer supports image creation from String, only from Buffer from now on.

Breaking

  • Dropped support for Node <6.x

1.5.4 - 2018-02-06

Fixed

  • Fixed creating image from String or Buffer.

Added

  • Extended documentation for gd.Image#crop()

1.5.3 - 2018-01-21

Fixed

  • Fixed #59 where a value of 0 was considered out of range.