Releases: quantcdn/quant-cli
v1.9.1
What's Changed
- Account for absolute images in responsive srcsets. by @steveworley in #116
- Update crawl to seed notfound. by @steveworley in #117
- Add extra-domain support. by @steveworley in #58
- Add delete support. by @steveworley in #41
- Allow unpublish skip via regex. by @stooit in #127
- Bump sinon from 11.1.2 to 13.0.1 by @dependabot in #121
- Bump eslint from 8.4.0 to 8.8.0 by @dependabot in #119
- Bump urijs from 1.19.6 to 1.19.7 by @dependabot in #122
- Bump eslint from 8.8.0 to 8.9.0 by @dependabot in #123
- Bump prompt from 1.2.0 to 1.2.1 by @dependabot in #115
- Bump yargs from 17.2.1 to 17.3.1 by @dependabot in #113
- Bump prompt from 1.2.1 to 1.2.2 by @dependabot in #126
- Bump mocha from 9.1.3 to 9.2.0 by @dependabot in #125
- Bump chai from 4.3.4 to 4.3.6 by @dependabot in #124
- Bump mocha from 9.2.0 to 9.2.1 by @dependabot in #128
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Remove devdependencies from package. by @steveworley in #87
- Bump yargs from 17.0.1 to 17.1.1 by @dependabot in #88
- Bump mocha from 9.0.3 to 9.1.1 by @dependabot in #91
- Bump yargs from 17.1.1 to 17.2.1 by @dependabot in #94
- Bump prompt from 1.1.0 to 1.2.0 by @dependabot in #90
- Bump mocha from 9.1.1 to 9.1.2 by @dependabot in #93
- Bump mime-types from 2.1.32 to 2.1.34 by @dependabot in #104
- Bump mocha from 9.1.2 to 9.1.3 by @dependabot in #99
- Bump string.prototype.matchall from 4.0.5 to 4.0.6 by @dependabot in #96
- Bump eslint from 7.32.0 to 8.4.0 by @dependabot in #106
- Added optional --skip-purge flag. by @stooit in #108
- Allow manual URL list to be passed to crawler by @stooit in #107
Full Changelog: v1.8.0...v1.9.0
v1.8.0
v1.7.0
- Minor fixes to unpublish. 3e7d033
- Update to allow chunk-size option. ad78ccf
- Chunk deployments. c308b3f
- Bump mime-types from 2.1.31 to 2.1.32 c0f4e73
- Bump sinon from 11.1.1 to 11.1.2 c9e1cc4
- Bump mocha from 9.0.2 to 9.0.3 fca1cba
- Update the async deploy process. 089e267
- Continue on md5 clash. 6d05375
v1.6.3
- Move publish to blocking with
for. c8e9cd8
v1.6.2
- Yargs exit on skip. 290e6b4
v1.6.1
- Update skip unpublish check. 5eb1255
v1.6.0
- Disable unpublish with a flag. ecf7e82
- Bump string.prototype.matchall from 4.0.2 to 4.0.5 c3e7f82
- Bump sinon from 9.2.0 to 11.1.1 f30a95d
- Bump sinon-chai from 3.6.0 to 3.7.0 135f940
- Bump mocha from 7.2.0 to 9.0.2 9b697fa
- Bump chai from 4.2.0 to 4.3.4 0779d45
- Bump eslint from 6.8.0 to 7.31.0 37d3196
- Bump mime-types from 2.1.27 to 2.1.31 59cdf33
- Bump chalk from 4.1.0 to 4.1.1 e363c3b
- Add dependabot. 1829be3
v1.5.0
This is a minor bugfix and feature addition release. We have improved the support for usernames with the CLI tool and have added the ability to clear QuantCDNs cache for your project.
[bugfix]: Removed yargs default value for endpoint
[bugfix]: Added support for quant usernames with underscores
[feature]: Purge api support
v1.4.0
[bugfix]: Synchronous shutdown hooks to better support saving resume state for crawler
[feature]: Add support for responsive image detection
[feature]: MD5 checking for file changes before pushing to the remote
[feature]: Hostname rewriting to better support relative transitions for static hosting
[feature]: Allow disabling find attachment to improve deployment time
[feature]: Content disposition support for identifying downloadable content
[feature]: Support more exit states for catching crawler shutdowns
[feature]: Crawling flag support to control concurrency, cookies and other options
[feature]: Improved redirect support during crawls