Skip to content

Releases: xapijs/xapi

2.2.7

16 Apr 20:04
83755ef
Compare
Choose a tag to compare
  • Removed babel-plugin-transform-class-properties to patch security vulnerability (#17)

2.2.6

16 Apr 18:42
f65b6cc
Compare
Choose a tag to compare
  • Updated dependencies
  • Updated follow-redirects to patch security vulnerability

2.2.5

13 Jan 16:19
73dce5d
Compare
Choose a tag to compare
  • Updated dependencies
  • Updated follow-redirects to patch security vulnerability

2.2.4

04 Nov 15:54
Compare
Choose a tag to compare
  • Updated dependencies

2.2.3

24 Sep 13:46
Compare
Choose a tag to compare
  • Fixed getSearchQueryParamsAsObject helper returning incorrect value when no query params present
  • Updated dependencies

2.2.2

06 Aug 22:04
Compare
Choose a tag to compare
  • Added moreInfo property to ActivityDefinition interface
  • Changed display property on Verb interface to be optional
  • Changed homePage and name properties on Account Interface to be required
  • Changed incorrect property members to member on Group
  • Divided Group Interface into AnonymousGroup and IdentifiedGroup
  • Added InverseFunctionalIdentifier interface
  • Changed objectType property on Activity interface to be optional
  • Changed objectType property on Agent interface to be required when used as Statement object

2.2.1

02 Aug 13:36
Compare
Choose a tag to compare
  • Added missing version property to Statement
  • Corrected to Timestamp type for stored and timestamp properties on Statement
  • Added missing SubStatement interface (See https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Data.md#substatements)
  • Corrected StatementObject union type to use SubStatement instead of Statement
  • Updated dependencies
  • Updated CI to test against node v16.x

2.2.0

01 Feb 19:55
Compare
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
Compare
Choose a tag to compare
  • Moved XAPI subclass methods to prototype to improve external testability

2.1.1

29 Dec 15:11
Compare
Choose a tag to compare
  • Updated dependencies
  • Improved handling of query parameters for getSearchQueryParamsAsObject helper