Skip to content

Releases: xapijs/xapi

2.2.0

01 Feb 19:55

Choose a tag to compare

  • Improved calculateISO8601Duration to return durations including milliseconds
  • Fixed calculateISO8601Duration incorrectly returning PT when the duration was 0 seconds (It now returns PT0S)
  • Fixed calculateISO8601Duration incorrectly handling negative durations (It now returns PT0S)

2.1.2

29 Dec 19:24

Choose a tag to compare

  • Moved XAPI subclass methods to prototype to improve external testability

2.1.1

29 Dec 15:11

Choose a tag to compare

  • Updated dependencies
  • Improved handling of query parameters for getSearchQueryParamsAsObject helper

2.1.0

16 Nov 12:36

Choose a tag to compare

  • Added new getAxios() helper method (#289)

2.0.2

13 Sep 20:27

Choose a tag to compare

  • Fixed security vulnerabilities in dependencies

2.0.1

01 Nov 22:27

Choose a tag to compare

  • Fixed issue with incorrect Document return type on getState
  • Bumped dependencies

2.0.0

27 Oct 11:53

Choose a tag to compare

  • Changed public API to use single object parameter
  • Added full unit test coverage for node/dom environments
  • Added new useCacheBuster feature for GET methods (Thanks @wuzzo-mike!)
  • Refactored entire library structure
  • Bumped dependencies

1.2.3

06 Oct 16:24

Choose a tag to compare

  • Bumped dependencies
  • Improved node testing

1.2.2

07 Sep 16:01

Choose a tag to compare

  • Bumped axios to solve security vulnerability
  • Bumped dependencies

1.2.1

03 Jul 10:45

Choose a tag to compare

  • Document resources can now accept any content type (#167)
  • Query parameter decoding now correctly handling plus signs (#175)
  • Bumped dependencies