Skip to content

Releases: apify/apify-shared-js

@apify/input_schema@1.0.0

28 May 10:28
Compare
Choose a tag to compare

1.0.0 (2021-05-28)

Code Refactoring

BREAKING CHANGES

    • old apify-shared package is now gone in favour of new @apify/* packages
  • all exports are now done via named exports instead of default exports (with exception of logger instance)
  • removed startsWith polyfill and newPromise and requestPromised methods

@apify/image_proxy_client@1.0.0

28 May 10:28
Compare
Choose a tag to compare

1.0.0 (2021-05-28)

Code Refactoring

BREAKING CHANGES

    • old apify-shared package is now gone in favour of new @apify/* packages
  • all exports are now done via named exports instead of default exports (with exception of logger instance)
  • removed startsWith polyfill and newPromise and requestPromised methods

@apify/hubspot_client@1.0.0

28 May 10:28
Compare
Choose a tag to compare

1.0.0 (2021-05-28)

Code Refactoring

BREAKING CHANGES

    • old apify-shared package is now gone in favour of new @apify/* packages
  • all exports are now done via named exports instead of default exports (with exception of logger instance)
  • removed startsWith polyfill and newPromise and requestPromised methods

@apify/git@1.0.0

28 May 10:28
Compare
Choose a tag to compare

1.0.0 (2021-05-28)

Code Refactoring

BREAKING CHANGES

    • old apify-shared package is now gone in favour of new @apify/* packages
  • all exports are now done via named exports instead of default exports (with exception of logger instance)
  • removed startsWith polyfill and newPromise and requestPromised methods

@apify/datastructures@1.0.0

28 May 10:28
Compare
Choose a tag to compare

1.0.0 (2021-05-28)

Code Refactoring

BREAKING CHANGES

    • old apify-shared package is now gone in favour of new @apify/* packages
  • all exports are now done via named exports instead of default exports (with exception of logger instance)
  • removed startsWith polyfill and newPromise and requestPromised methods

@apify/consts@1.0.0

28 May 10:28
Compare
Choose a tag to compare

1.0.0 (2021-05-28)

Code Refactoring

BREAKING CHANGES

    • old apify-shared package is now gone in favour of new @apify/* packages
  • all exports are now done via named exports instead of default exports (with exception of logger instance)
  • removed startsWith polyfill and newPromise and requestPromised methods

v0.7.6

16 Apr 07:55
247202d
Compare
Choose a tag to compare
  • Fix relative link rendering

v0.7.5

10 Apr 15:32
5450dcb
Compare
Choose a tag to compare
  • Add new actor categories.
  • Add custom image and link rendering functions for Markdown.
  • Fixes in link rendering.
  • Fix isUrlRelative function placement - it was in the wrong file.

v0.6.3

05 Mar 14:59
Compare
Choose a tag to compare
  • Fix invalid published package structure.

v0.6.2

05 Mar 14:25
1eaf29c
Compare
Choose a tag to compare
  • Added ACTOR_RUN_RESURRECTED to WEBHOOK_EVENT_TYPES constant.