Skip to content

Releases: RusticiSoftware/TinCanJS

0.50.0 - Add Statement Attachments

26 Sep 18:47
Compare
Choose a tag to compare

This release adds end-to-end binary attachment support. See the README for more information about support.

0.41.1 - Fix Regression from 1.0.2 Version Addition

29 Mar 17:52
Compare
Choose a tag to compare

This release fixes a regression caused in LRS.queryStatements for LRS objects using the default version handling. When doing a query there was no compatibility table entry for '1.0.2' but that is what LRS objects instantiated without a version property will be using.

0.41.0 - Add LRS.retrieveActivity method

25 Nov 15:01
Compare
Choose a tag to compare
  • Added retrieveActivity method to TinCan.LRS for retrieving the full activity object from the LRS.

0.40.0 - LRS Document Method Additions

12 Nov 20:37
Compare
Choose a tag to compare
  • Adds methods for retrieve State, Activity Profile, and Agent Profile id lists to TinCan.LRS
  • Added version 1.0.2 to list of supported versions
  • Fixed issue #114
  • Fixed issue #118

0.34.1 - Fix Regression from Header Changes

19 Aug 18:10
Compare
Choose a tag to compare
  • Fixes a regression from changes in 0.34.0 that caused the handling of configured Content-Types from not being passed through correctly.

0.34.0 - Bug Fixes and Custom Header Passthrough

14 Aug 01:43
Compare
Choose a tag to compare
  • Fixed Utils.parseURL to handle relative URLs which broke handling of more links in StatementResult
  • Adjusted duration to default to rounding to centiseconds
  • Added capability to pass custom header values through all LRS requests

0.33.0 - Improved URL Parsing

03 Mar 17:57
Compare
Choose a tag to compare
  • Improved URL parsing by the utility function to handle edge cases such as multiple question marks in query params.
  • Other testing and repo related changes.

0.32.0 - Conformance Fixes, Duration Utility Methods

07 Jan 19:05
Compare
Choose a tag to compare
  • Improved handling of context.statement property.
  • Added utility functions for converting to/from ISO 8601 duration values
  • Fixed content undefined bug for IE mode GET requests
  • Other API improvements

0.31.0 - /about resource, IE Mode Request Improvements

29 Jul 12:47
Compare
Choose a tag to compare
  • Now provides a way to query for the /about resource and builds an object from the returned value
  • Fixes IE Mode request to detect request length for native XHR requests to fix requests made from more modern IEs (10+) that don't use XDomainRequest but still have the length limitation. Doing it across all native requests was simpler than doing a feature detection just for the newer IEs. This might also help with some hosts that don't support long query strings.

0.30.0 - Conversion to Grunt for build

24 Apr 18:49
Compare
Choose a tag to compare

This release should have no interface changes or bug fixes, but needs to be heavily tested if you use the minified files as the minifier was changed/upgraded.