Skip to content

Commit

Permalink
Bump version to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Jan 1, 2020
1 parent e2fc5e2 commit c9d4842
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"engines": {
"node": ">=10.0.0"
},
"version": "1.13.0",
"version": "1.14.0",
"types": "dist/index.d.ts",
"files": [
"dist",
Expand Down

0 comments on commit c9d4842

Please sign in to comment.