Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cancerberoSgx committed Nov 18, 2018
2 parents a93a01e + 2c42f95 commit acfa757
Show file tree
Hide file tree
Showing 8 changed files with 654 additions and 8,042 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@
* tslint
* `spec/formatSpec.ts` to test all supported formats
* new low level `call()` function that resolves with more information: stdout, stderr, exitCode
* extractInfo() return value typings
* interactive execution context sample
* high level apis support for built in images
* npm test now execute both node and browser tests
* new call() low level function that resolves with stdout, stderr, exitCode (solves https://github.com/KnicKnic/WASM-ImageMagick/issues/11)
* src/list contains enums for "convert list" values - auto-generated using scripts/generateImEnums.ts
* npm run bundle generate bundle files that can be imported as js estandard modules or UMD - magickApi.js is one of these. uses rollup tool
* apidocs using typedoc to generate markdown - published in /apidocs and linked in readme - see [apidocs](https://github.com/KnicKnic/WASM-ImageMagick/tree/sample-sinteractive-/apidocs)
* getPixelColor
* dependencies updated (most importantly gulp 4)
Loading

0 comments on commit acfa757

Please sign in to comment.