Commit Graph

357 Commits (3cdfdc45d386028a0e74a6ec573b570e00ffebde)
 

Author SHA1 Message Date
rhysd 0a38cd0eae add rhysd to authors list 4 years ago
rhysd 75fb6961ed migrate to Rust 2018 4 years ago
Sunshine 5ba8931502
Merge pull request #92 from snshn/output-file-option
Add option for saving output to file
4 years ago
Sunshine 13d2ea1607
Merge pull request #94 from snshn/no-integrity
Get rid of integrity attributes
4 years ago
Sunshine 88ffde0c3b wipe integrity attributes 4 years ago
Sunshine bfb97bd062 add option for saving output to file 5 years ago
Sunshine 295931041c
Merge pull request #80 from Alch-Emi/lazyload
Add support for lazy loaded images
5 years ago
Sunshine 2e623dd9f8
Merge pull request #84 from snshn/ignore-hash-in-cache-url
use clean URLs as hashmap keys
5 years ago
Sunshine 169b9657e5 ignore failures for both beta and nightly in the pipeline 5 years ago
Emi Simpson dab4ae6965
Merged Y2Z/master with Alch-Emi/lazyload 5 years ago
Sunshine c7fc121c7c use clean URLs as hashmap keys 5 years ago
Sunshine 9ff9dd0928
Merge pull request #82 from snshn/str
implement str!() macro
5 years ago
Sunshine b0fc24d77f
Merge pull request #81 from Alch-Emi/shared-client
Use a shared client for HTTP requests
5 years ago
Sunshine d8abfaf25c
Merge pull request #86 from snshn/readme-update
Update README.md
5 years ago
Sunshine 565acdef25 Update README.md 5 years ago
Sunshine 4637fed15c
Merge pull request #87 from snshn/let-nightly-rust-fail
let nightly Rust always pass Travis' checks
5 years ago
Sunshine 9a7ea4fdde
let nightly Rust always pass Travis' checks 5 years ago
Emi Simpson 3d4a932ac1
Merge Y2Z/master, fix conflicts between shared-client & resolve-css 5 years ago
Sunshine cf70383165
Merge pull request #83 from snshn/stderr
Get rid of brackets around URLs
5 years ago
Sunshine 9fe913d853 implement str!() macro 5 years ago
Sunshine 862489e41b Get rid of brackets around URLs 5 years ago
Sunshine 919e626b5e
Merge pull request #78 from Alch-Emi/load-css-imports
Load URLs in CSS and style attributes
5 years ago
Emi Simpson cf347e0483
Updated Cargo.lock 5 years ago
Emi Simpson 322ab41b8c
Updated tests to reflect API changes 5 years ago
Emi Simpson 1a7336e809
Updated Cargo.toml 5 years ago
Emi Simpson 65d0eab793
Use a shared client initialized in main.rs 5 years ago
Emi Simpson 292221ea28
Lazyloaded images are now loaded at compilation, with placeholders omitted 5 years ago
Emi Simpson 614af44c92
Gramatical and stylistic fixes 5 years ago
Emi Simpson feb37f5812
Added support for lazy loaded images
Note: The way this patch works is by resolving any data-src tags on images in
the same way as normal source tags are resolved.  It is assumed that most
lazy-load libraries will use this tag, and that if this tag is set, then it is a
URL that is in use.
5 years ago
Emi Simpson 028beb821c
Rustfmt update for nightly formatter 5 years ago
Emi Simpson 76ccff80f9
Fixed failure of regex to match @imports 5 years ago
Emi Simpson 45335d7507
Support links in style= attributes 5 years ago
Emi Simpson a4743ca92f
Respect the --no-images flag while parsing CSS 5 years ago
Emi Simpson b96a777e8a
Merge commit '4decea7' into load-css-imports 5 years ago
Emi Simpson 4decea716c
Fixed css replacement with more than one linked asset 5 years ago
Emi Simpson 695a787206
Moved regex compilation to lazy_static 5 years ago
Emi Simpson 90e6cb1c45
Prevent crash on URLs delimited by single quotes 5 years ago
Emi Simpson 7412d663e0
Use a slightly more efficient .replace_range() instead of cloning the string twice 5 years ago
Emi Simpson 8646af6e9f
removed debug code (woops sorry) 5 years ago
Emi Simpson de383c94b1
Applied rustfmt 5 years ago
Emi Simpson ab65b44f0d
Cleaned up some overcomplicated code 5 years ago
Emi Simpson 13bacb4320
EMPTY_STRING no longer used 5 years ago
Emi Simpson d574e9a5da
Added support for <style> tags 5 years ago
Emi Simpson 1de0fc0961
Add warning and fallback when parsing a rel=stylesheet link 5 years ago
Emi Simpson ebbf755e09
Fixed misleading variable name 5 years ago
Emi Simpson d3956a7905
Made merge compatible with Y2Z/master 5 years ago
Emi Simpson ef7ddcd434
Added fallback to absolute URL on failure to resolve CSS stylesheet @imports 5 years ago
Emi Simpson 11bbfc0851
Added support for recursively nested css @imports 5 years ago
Emi Simpson a2bf7e3345
Fixed some errors detecting, parsing, and transforming urls in `resolve_css_imports` 5 years ago
Sunshine 35f5e1353d
Merge pull request #77 from chenrui333/add-locked-flag-to-ci
Add --locked flag to the cargo build/test
5 years ago