Skip to content

Releases: UniStudents/Saffron

Release v4.2.0

07 Feb 14:16
8b86660
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fixed title where Saffron was all lowercase.

🚀 Enhancement

  • Added option delayBetweenRequests in both config and sources.
  • Removed jobsInterval minimum value.
  • Added examples

📝 Documentation

  • Added documentation for option delayBetweenRequests.

🏡 Internal

  • Moved all configuration validations to the config file.
  • Throw Error object in _Serializer.serialize

Committers: 1

Release v4.1.0

03 Dec 14:10
b04d7dd
Compare
Choose a tag to compare

🚀 Enhancement

  • Added function job.lock()
  • Added function job.unlock()
  • Added function job.now()
  • Added job.errorStack

🐛 Bug Fix

  • Types SourceFile and ScrapeDynamic

🏡 Internal

  • Enhanced test files

Committers: 1

Release v4.0.2

20 Nov 19:59
Compare
Choose a tag to compare

🚀 Enhancement

  • WordPress-V2 Parser will not parse article categories if they do not exist

📝 Documentation

  • Fixed typos

Committers: 1

Full Changelog: v4.0.1...v4.0.2

Release v4.0.1

20 Nov 18:25
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fixed article.getSource did not return correct source

Committers: 1

Full Changelog: v4.0.0...v4.0.1

Release v4.0.0

20 Nov 13:05
61c7264
Compare
Choose a tag to compare

💥 Breaking change

  • See changelog below for more information

📝 Documentation

  • Documentation moved from website to this repository

Committers: 1

Full Changelog: v3.5.0...v4.0.0

Release v3.5.0

01 Nov 13:55
0e8ce69
Compare
Choose a tag to compare

Changed

  • In HTML source file class can now be set as null, if html tag does not have classes

Release v3.4.0

02 Oct 12:50
d9be41d
Compare
Choose a tag to compare

Added

  • Configuration and source option userAgent.

Release v3.3.2

11 Sep 14:22
Compare
Choose a tag to compare

Fixed

  • Error throwing for resetSources function

Release v3.3.1

11 Sep 14:10
Compare
Choose a tag to compare

Fixed

  • Error throwing for getJobs and replaceCurrentJobs functions

Release v3.3.0

11 Sep 13:17
52122d7
Compare
Choose a tag to compare

Added

  • Added function resetSources.