diff --git a/CHANGELOG.md b/CHANGELOG.md index d04a38b..3a19354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## v1.14.0 + +### FEATURES + +- Upgrade _@albert-team/rebloom_ to v2, which requires _RedisBloom_ v2 too +- Deprecate `ProxyEntity`, use `ProxyEntityInterface` instead. In the future, `ProxyEntity` symbol will be replaced with `ProxyEntityInterface` +- Deprecate `SchedulerOptions.verbose` in code +- Deprecate `Scheduler.getStats()`, use `Scheduler.stats` instead +- Deprecate `Scraper.url`, use `ParsingMeta` instead +- Deprecate `Statistics.get()` +- _Spiderman_ requires Node >= v10 now +- All entity interfaces and classes are exported under "spiderman/entities" now +- All option interfaces and classes are exported under "spiderman/options" now +- Many other internal changes and improvements +- Fix missing non-exported entities in docs + ## v1.13.0 ### FEATURES diff --git a/package.json b/package.json index 12dfb80..fac42d1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "engines": { "node": ">=10.0.0" }, - "version": "1.13.0", + "version": "1.14.0", "types": "dist/index.d.ts", "files": [ "dist",