- Support reading sourcemap location from SourceMap header
- Support reading and creating a config file (
colombo --config
)
- Support adding custom headers to HTTP requests (see help)
- Drop support for EOL Node.js engines
- Change import to named (consuming as a module is now
import { colombo } from 'colombo'
)