Releases: RusticiSoftware/TinCanJS
Releases · RusticiSoftware/TinCanJS
0.50.0 - Add Statement Attachments
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
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
- Added
retrieveActivity
method toTinCan.LRS
for retrieving the full activity object from the LRS.
0.40.0 - LRS Document Method Additions
0.34.1 - Fix Regression from Header Changes
- 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
- 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
- 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
- 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
- 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
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.