Skip to content

Releases: CloudCannon/reseed

v2.2.3

14 Aug 03:16
Compare
Choose a tag to compare
  • Updated cheerio for quotes in attribute value fix 17c546a

v2.2.2...v2.2.3

v2.2.2

13 Aug 07:09
Compare
Choose a tag to compare
  • Lock cheerio version f06b681
  • Merge pull request #40 from CloudCannon/dependabot/npm_and_yarn/babel/traverse-7.23.2 2cbdff3
  • Bump @babel/traverse from 7.11.5 to 7.23.2 c4d43d7

v2.2.1...v2.2.2

v2.2.1

30 Nov 02:18
Compare
Choose a tag to compare
  • RSS file option can now be a glob 6e8c1a6

v2.2.0...v2.2.1

v2.2.0

29 Nov 23:57
Compare
Choose a tag to compare
  • Added rewrite-rss command and docs 8841b18
  • Enforce RSS file be xml 26b9877
  • Added option to rewrite a specified RSS file bdd23d9

v2.1.2...v2.2.0

v2.1.2

27 Sep 03:32
Compare
Choose a tag to compare
  • Preserve trailing slashes on links 59368bd
  • Document: Add ignore docs b2465c7

v2.1.1...v2.1.2

v2.1.1

04 Oct 23:53
Compare
Choose a tag to compare
  • Better error code handling 1e89320

v2.1.0...v2.1.1

Rewrite sitemaps

16 Apr 01:03
Compare
Choose a tag to compare
  • 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

v2.0.0...v2.1.0

Reseed 2

02 Nov 22:58
Compare
Choose a tag to compare

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, the reseed build command has been removed.
  • reseed serve will build then serve and watch.
  • reseed watch now watches the src 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:

v1.3.0...v2.0.0

extrasrc flag (-e || --extrasrc)

28 Oct 21:00
Compare
Choose a tag to compare

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:

  • Added missing extraSrcAttr functionality ce160e7
  • renaming remaining test files f630398
  • Complete testing for html rewrite 96fd7e3

v1.2.0...v1.3.0

Reseed-ignore, linting, and prep for 2.0.0

27 Oct 22:01
Compare
Choose a tag to compare

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, the src 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

v1.0.12...v1.2.0