Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

TypeScript definition files + Windows build fix

Pre-release
Pre-release
Compare
Choose a tag to compare
@rnicholus rnicholus released this 13 Feb 02:59

A comprehensive TypeScript definition file that covers the entire API is not included in the build output. TypeScript users will now be able to benefit from type-checking when working with Fine Uploader in a TypeScript environment. The package.json file has been updated appropriately so TypeScript should be able to discover the definition file without issue. If you are already using the definitions on DefinitelyTyped, please switch to the definitions bundled with the library as the DefinitelyTyped records will be removed/deprecated in the near future. See #1719 for more details on implementation of this integration.

Also, the Makefile was updated to ensure builds execute correctly in a Windows/Cygwin environment. More details in #1698.