Skip to content

Releases: imazen/imageflow-node

0.0.1-rc7

12 May 05:13
Compare
Choose a tag to compare
0.0.1-rc7 Pre-release
Pre-release

Change

Now prebuilt binary are built on ubuntu 16.04

0.0.1-rc6

12 May 02:25
85f084d
Compare
Choose a tag to compare
0.0.1-rc6 Pre-release
Pre-release

Update to Imageflow 1.4.0-rc40

0.0.1-rc5

10 May 06:31
Compare
Choose a tag to compare
0.0.1-rc5 Pre-release
Pre-release

Changes

  • Update core to latest version

0.0.1-rc4

10 May 04:53
Compare
Choose a tag to compare
0.0.1-rc4 Pre-release
Pre-release

Changes

Changed build flags on linux

0.0.1-rc3

09 May 13:56
Compare
Choose a tag to compare
0.0.1-rc3 Pre-release
Pre-release

Breaking changes

Commandstring class is renamed to CommandString

Features

Now command string can be executed directly without specifying decode and encode using executeCommand function.

await new Steps().executeCommand(
        'width=100&height=100&mode=max',
        new FromBuffer(str),
        new FromBuffer(null, 'key')
    )

0.0.1-rc2

09 May 04:11
Compare
Choose a tag to compare
0.0.1-rc2 Pre-release
Pre-release

Breaking Changes

  • constraint is changed to constrain
  • constraintWithin changed to constrainWithin
  • Constraint class changed to Constrain

0.0.1-rc1

08 May 09:51
Compare
Choose a tag to compare
0.0.1-rc1 Pre-release
Pre-release

Migrated to NAPIs

Migrated Node Module to use NAPI.

Added Abstraction to perform basic tasks.