Skip to content

v1.0.1

Compare
Choose a tag to compare
@XDex XDex released this 09 Oct 17:45
  • Target View Delivery v1 API support, including Page Load and View prefetch
    • Full support for delivering all types of offers authored in Visual Experience Composer
  • Support for prefetching and notifications, that allows for performance optimization by caching prefetched content
  • Support for optimizing performance in hybrid Target integrations via serverState, when Target is deployed both on the server-side and
    on the client-side
    • We are introducing a setting called serverState that will contain experiences retrieved via server-side, so that at.js v2.2+ will not make an additional server call to retrieve the experiences. This approach optimizes page load performance.
  • Open sourced on GitHub as Target Node.js SDK
  • New sendNotifications() API method, for sending displayed/clicked notifications
    to Target for content prefetched via getOffers()
  • Simplified View Delivery API request building, with internal field auto-completion with defaults
    (e.g. request.id, request.context etc.)
  • Validation of SDK API method arguments
  • Updated README, samples and unit tests
  • New CI flow set up using GitHub Actions
  • Added CoC, Contribution guidelines, PR and issue templates