Skip to content

v3.0.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mifi mifi released this 29 Jan 21:57
v3.0.0-rc.3
f441e95

Breaking changes

Replaced constructor options useSsl and service with endpoint:

// Before:
useSsl: true,
service: 'api2.transloadit.com'

// Now:
endpoint: 'https://api2.transloadit.com'

See also RC1 breaking changes

Other

  • Throw proper error when passing a non-readable stream f1eef81
  • Add eslint rule from airbnb to ensure correct deps #93 #90 0612b8e

v3.0.0-rc.2...v3.0.0-rc.3