Releases
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
and xml
parsers
📝 Documentation
Updated documentation for configuration options loader
and axios
Updated documentation for dynamic parser to match new implementation
Added new documentation for json
and xml
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 to utils
Added more instances/types for export in the index file
Added tests for json
and xml
parsers
Fixed tests for dynamic
parser to match new implementation
Committers: 1
You can’t perform that action at this time.