Releases: UniStudents/Saffron
Releases · UniStudents/Saffron
Release v6.2.1
Release v6.2.0
🚀 Enhancement
- Added source option
disableThumbnail
inwordpress-v2
parser
🏡 Internal
- Pumped version to
v6.2.0
- Updated dependencies
Committers: 1
Release v6.1.5
Release v6.1.4
🐛 Bug Fix
- Fixed
dynamic
source file missing implementation
🚀 Enhancement
- Default
dynamic
source request method toutils.get(utils.url)
📝 Documentation
- Updated documentation
🏡 Internal
- Upgraded
axios
tov1.6.8
Committers: 1
Release v6.1.3
🐛 Bug Fix
- Function serialization
- Excluded source files
🏡 Internal
- Updated
axios
tov1.6.0
Committers: 1
Release v6.1.2
Release v6.1.1
Release v6.1.0
🚀 Enhancement
- In the dynamic parser's source file, option
implementation
is not mandatory (fallback to source name) - Dynamic parser's request can return any type instead of axios responses
📝 Documentation
- Updated documentation to match changes
Committers: 1
Release v6.0.0
💥 Breaking change
- Modified
dynamic
parser from using javascript files to json files with extendable classes (TypeScript is also possible now) - Configuration option
axios
will now be called every time a request is made - Utils method
parse
is not allowed to call other dynamic parsers
🐛 Bug Fix
- Fixed case where configuration option
axios
as a builder was replaced by default configuration
🚀 Enhancement
- Added new
json
andxml
parsers
📝 Documentation
- Updated documentation for configuration options
loader
andaxios
- Updated documentation for dynamic parser to match new implementation
- Added new documentation for
json
andxml
parsers
🏡 Internal
- Upgraded dependencies
- Removed
nanoid
dependency and replaced it with native code - Increased version to
v6.0.0
- Merged common utilities inside
Parser
class - Created dedicated types for common use cases
- Renamed
middlewares
folder toutils
- Added more instances/types for export in the index file
- Added tests for
json
andxml
parsers - Fixed tests for
dynamic
parser to match new implementation