Skip to content

Latest commit

 

History

History
102 lines (51 loc) · 6.73 KB

CHANGELOG.md

File metadata and controls

102 lines (51 loc) · 6.73 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.10 (2021-05-21)

2.0.9 (2021-04-05)

2.0.8 (2021-02-26)

2.0.7 (2021-02-04)

2.0.6 (2021-01-22)

Bug Fixes

  • deps: update dependency axios to v0.21.1 [security] (#95) (041ebcd)

2.0.5 (2020-12-14)

2.0.4 (2020-10-30)

Bug Fixes

  • deps: update dependency axios to ^0.21.0 (#84) (109af2f)
  • lint: apply standard fixes (#87) (f1b7efd)

2.0.3 (2020-08-24)

Bug Fixes

  • deps: update dependency axios to ^0.20.0 (#78) (5d5562f)

2.0.2 (2020-07-22)

2.0.1 (2020-05-07)

Bug Fixes

  • poller: properly handle the promises in updateSerializedDataSubsets (#58) (50b9d03)
  • poller: unref the poller interval (#59) (7e03d37)

2.0.0 (2020-04-02)

1.2.1 (2020-04-02)

1.2.0 (2020-02-05)

Features

  • data-serializer: Add optional 'splits' param to generateSerializedDataScript for filtering (#39) (40f9510)

1.1.1 (2020-01-09)

Bug Fixes

  • data-serializer: bug where we didn't stringify splits and segments (#31) (75f07c2)

1.1.0 (2020-01-02)

Features

Bug Fixes

  • httpGet: throw correct error for non-2XX responses (#22) (a02f179)
  • poller: Accept splitIoApiKey as a param (#21) (ce123e2)

1.0.1 (2019-12-20)

Bug Fixes

  • poller: Accept splitIoApiKey as a param (#21) (ce123e2)

1.0.0 (2019-12-20)

Features

  • data-serializer: add function to generate script (#11) (e423c8f)
  • poller: add poller to periodically fetch data from split.io (#8) (d87c073)
  • split-node-serializer: setup and outline classes (#1) (40deda1)
  • splitio-api-binding: add function to poll for split changes (#5) (1cb5f09)
  • splitio-api-binding: add helper function for getting segment names in use (#12) (8d73e97)
  • splitio-api-binding: implement getSegmentsForSplits (#19) (dfac9a1)
  • splitio-api-wrapper: implement httpGet function (#3) (b1a3a0e)

Bug Fixes

  • splitio-api-binding: filter out archived splits (#10) (b48af5a)
  • splito-api-binding: ensure latest splits are saved and add tests (#15) (86fa340)