Releases: CloudCannon/reseed
Releases · CloudCannon/reseed
v2.2.3
- Updated cheerio for quotes in attribute value fix 17c546a
v2.2.2
v2.2.1
v2.2.0
v2.1.2
v2.1.1
Rewrite sitemaps
- Tidying of paths cdc8d5e
- Updated documentation about new sitemap changes f11c209
- Fixed bug with invalid links in sitemapindex e2d9bd1
- Remove codecov from install 3ea8c0e
- Specifiy node version in travis bc11f11
- Attempt to fix codecoverage results 58f955e
- Fixed bug with sitemap detection 80b5a47
- Flesh out existing tests to incorporate sitemap func 7e311a6
- proxyquire to test watch func 253a1c3
- Tidied setOptions func 929805e
- Sitemap rewrite first commit (experimental) 2ec6f5b
- another file missing from prev commit 9ad6d57
- Adding package changes (missing from last commit) 72f49bd
- Removed fs from testing 4699898
- Updated the installation & usage section 604a1b7
- Updated documentation, including installation section bda366c
- 'watch' now properly builds. Also typo fixes. 99bd215
- Fixed readme links d55894c
Reseed 2
This release makes reseed more reseed-y. 🎉
Notable breaking changes from 1.x.x
:
- The default
reseed
command now just builds - it will not serve and watch. As such, thereseed build
command has been removed. reseed serve
will build then serve and watch.reseed watch
now watches thesrc
directory.- The default
src
directory is now the current working directory. - There is no longer a default
dest
folder. Please specify where you would like files to be reseeded to.
Commits:
extrasrc flag (-e || --extrasrc)
This release adds the extrasrc
flag. This means you can now specify extra src attributes that you would like rewritten.
For instance, if you have the attributes mySrcOne
and mySrcTwo
that contain urls to rewrite, you can run the command:
npx reseed -b baseurl --extrasrc mySrcOne mySrcTwo
You can use the alias -e
instead of --extrasrc
. 😎
Commits:
Reseed-ignore, linting, and prep for 2.0.0
This should be the last update with wonky version numbers. Stay tuned for 2.0.0!
Features:
-
HTML elements with the attribute
reseed-ignore
will not have their urls rewritten.
For instance, thesrc
in<img src='testImage.jpg' reseed-ignore>
will not be rewritten. -
The Reseed codebase is now entirely linted. 🎉
Commits:
- Added 'reseed-ignore' feature 949cc88
- Merge pull request #14 from sdhiman99/master b947d34
- Changed function name b0ba6ba
- Updated runner.js to get files with a glob 39718b5
- Merge pull request #5 from CloudCannon/dependabot/npm_and_yarn/lodash-4.17.19 6c6ef43
- Merge pull request #12 from CloudCannon/flag-documentation d03ac05
- Added documentation for flags 745aab7
- Merge pull request #11 from CloudCannon/fetchfiles-type-option 62fe095
- Properly implemented 'type' option in _fetchFiles 632ffba
- Additional linting fixes e8f9d5c
- Fixed another reference to build status 1b75834
- Fixed reference to Build Status ec4fb49
- Merge pull request #10 from CloudCannon/linting 0facf67
- Editied to satisfy linting cfe04bb
- Changed from spaces to tabs 43c1336
- added linting rules c2836bf
- Changed some references from 'cli-dist' to 'reseed' 0557731
- Bump lodash from 4.17.15 to 4.17.19 90ffa1c