Skip to content

Latest commit

 

History

History
113 lines (69 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

113 lines (69 loc) · 2.33 KB

0.1.5

  • 🔧 feat: added support for chatting through Whatsapp channel

  • 🪲 fix: types issue on new implementation

0.1.4

  • build: bump package version

  • release: improve workflow

  • release: resolve nerge conflicts

  • release: test workflow

  • release: test workflow

  • release: test workflow

  • release: test workflow

  • release: test workflow

  • release: test workflow

  • release: test workflow

  • release: test workflow

  • release: test workflow

  • release: test workflow

  • release: test workflow

  • release: test workflow

  • release: test workflow

0.1.3

  • release: resolve merge conflict

0.1.2

  • release: test workflow

0.1.0

  • release: test workflow

Sarufi JavaScript SDK

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.1] - 2022-11-17

Added

  • Add typings to intents and flaws.

Changed

  • Bump version to 0.0.1

[0.0.4-Beta] - 2022-11-13

Added

  • Add descriptions for classes and methods to help in IDEs.
  • Add chat method to call directly from sarufi given bot id.

Changed

  • Fix typo in README for login method.
  • Make request payload for getBots method nullable
  • Fix suply supply typo in README. @Alfeo
  • Improve README JSON code blocks. @Alpha
  • Fix wether whether typo in README. @Shanas

[0.0.3-Beta] - 2022-09-30

Added

  • Added axios xhr adaptor custom typings for mocking tests.
  • Add optional token to every request for persisted tokens.

Changed

  • Fixed error with failed typings for chat method on bot response.
  • Fix typo in README file and note for optional url.
  • Update README file for changed getBots request parameters and new added features.

[0.0.2-Beta] - 2022-09-30

Added

  • Added all Sarufi features.
  • Added tests for all methods and helpers.

[0.0.5] - 2023-05-24

Changed

  • Change auth URL
  • Bump package version

Added

  • Build to CJS
  • Remove external dependencies

[0.0.6] - 2023-06-28

Changed

  • Change authentication approach to api_key
  • Update README file explaining new authentication approach (api_key)
  • Bump package version