Releases: imazen/imageflow-node
Releases · imazen/imageflow-node
0.0.1-rc7
Change
Now prebuilt binary are built on ubuntu 16.04
0.0.1-rc6
0.0.1-rc5
Changes
- Update core to latest version
0.0.1-rc4
Changes
Changed build flags on linux
0.0.1-rc3
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
Breaking Changes
constraint
is changed toconstrain
constraintWithin
changed toconstrainWithin
Constraint
class changed toConstrain
0.0.1-rc1
Migrated to NAPIs
Migrated Node Module to use NAPI.