Releases: UniStudents/Saffron
Releases · UniStudents/Saffron
Release v4.2.0
🐛 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
🚀 Enhancement
- Added function
job.lock()
- Added function
job.unlock()
- Added function
job.now()
- Added
job.errorStack
🐛 Bug Fix
- Types
SourceFile
andScrapeDynamic
🏡 Internal
- Enhanced test files
Committers: 1
Release v4.0.2
🚀 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
🐛 Bug Fix
- Fixed
article.getSource
did not return correct source
Committers: 1
Full Changelog: v4.0.0...v4.0.1
Release v4.0.0
💥 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
Changed
- In HTML source file class can now be set as null, if html tag does not have classes
Release v3.4.0
Added
- Configuration and source option
userAgent
.
Release v3.3.2
Fixed
- Error throwing for
resetSources
function
Release v3.3.1
Fixed
- Error throwing for
getJobs
andreplaceCurrentJobs
functions
Release v3.3.0
Added
- Added function
resetSources
.