Releases: authless/authless-core
Releases · authless/authless-core
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.0
1.1.0 (2020-07-30)
Features
- client: add basic Authless-Client with cache (78fbce2)
- docs: replace typedocs -> ms/tsdocs (19568f0)
- interception: option to block domains/resourceTypes (e3ef998)
- new-arch: initial files for v2 based on new architecture (1508c20)
- resource: make sha1 take optional arg (178e5fb)
- response: add response, resource, entity interfaces (a8bfd7f)
- response: slim response API (7985769)
Bug Fixes
- build: add building docs (dd20246)
- case: fix file case when importing (03e97da)
- client: append query params to url (da8a81c)
- client: await for fetch response processing (163224c)
- deps: add ioredis deps (ef7c13a)
- deps: fix browser.setMaxListeners issue with stealth plugin (e28b9d4)
- entrypoint: fix entry point location (d33eb92)
- intercept: save all resourceTypes by default (8ae9249)
- libCheck: skip typescript checking of liibs (9f4aacc)
- node-fetch: pass url as first parameter (6907641)
- npm-command: use prepare instead of prepublish (ed36a0f)
- package: fix main/types (e198f8b)
- server: close browser after every scrape call (052bf02)
- server: fixes for core changes. close page after scrape (948ebf0)
- server: pass puppeteerParams to pageHandler (3bc013d)
- server: set content-type before sending response (4f20708)
- server: throw error if bot not found by username (3cfa701)
- tests: fix fixture and test to check timestamp (f5bb372)
- tests: query param changed from 'u' to 'url' (191941a)
- tests: remove randomization and fix tests (a556344)
- types: use null coalescing to provide default params (6a7d923)
- urlparams: username is not mandatory (5f25632)
v1.0.1: Merge pull request #6 from authless/feat/ci
chore/ci: add codeclimate coverage report