Skip to content

Releases: oat-sa/lib-lti1p3-ags

v2.0.2

09 Mar 20:25
3967915
Compare
Choose a tag to compare

What's Changed

  • chore: allow psr/http-message v2 by @kochen in #62

Full Changelog: 2.0.1...2.0.2

v2.0.1

08 Mar 09:29
25cc761
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

v2.0.0

22 Dec 08:24
6eac71f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...2.0.0

v1.4.0

11 Jan 16:44
4f95418
Compare
Choose a tag to compare
  • Added LineItemContainerSerializer and ResultContainerSerializer
  • Added JsonSerializer with error handling for json_encode and json_decode
  • Updated LineItemContainerInterface and ResultContainerInterface by extending JsonSerializable.

v1.3.0

28 Oct 08:23
0a4b426
Compare
Choose a tag to compare
  • Added milliseconds to the timestamp of Score model by @emgolubev in #48

v1.2.0

23 Sep 12:21
1e26b5d
Compare
Choose a tag to compare

v1.1.1

03 Aug 10:21
769a10d
Compare
Choose a tag to compare
  • Fixed models serialization to allow zero values

v1.1.0

27 Jul 13:02
bc1f816
Compare
Choose a tag to compare
  • Added methods to line item, score and result clients to allow working from AGS claim or LTI message payload
  • Updated documentation

v1.0.0

03 Jul 19:17
63e9a55
Compare
Choose a tag to compare
  • Added models, factories, serializers for line items, scores and results
  • Added LTI clients and LTI service request handlers for line items, scores and results
  • Added scope permission voter and URL helpers
  • Moved principal branch to main (former master)
  • Upgraded for oat-sa/lib-lti1p3-core version 6.x
  • Updated documentation

v0.4.1

29 Apr 08:09
c981c71
Compare
Choose a tag to compare
  • Fixed buildEndpointUrl of ScoreServiceClient when trimming line item URL provided by AGS claims