Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Mar 16, 2021
1 parent de7c9b1 commit f84c514
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.1.0 (16 Mar 2021)

- Added `sendStatements()` method
- Added `voidStatements()` method
- Fixed return types for `getStatement()`, `getStatements()` and `getMoreStatements()` when requesting attachments
- Bumped dependencies

# 1.0.1 (12 Mar 2021)

- Fixed optional chaining not being transpiled with Babel on arm-64 devices ([#146](https://github.com/xapijs/xapi/issues/146))
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

**xAPI.js** is a strongly typed JavaScript library for enabling learning content and learning systems to speak to each other. It is a complete implementation and fully compliant against the [xAPI Specification](https://github.com/adlnet/xAPI-Spec) (v1.0.0 - v1.0.3).

- [API Documentation](https://www.xapijs.dev/xapi-wrapper-library/xapi-class)
- [Getting Started](https://www.xapijs.dev/xapi-wrapper-library/getting-started)
- [API Documentation](https://www.xapijs.dev/xapi-wrapper-library)
- [Basic Examples](https://github.com/xapijs/xapi/tree/master/example)
- [Demo](https://github.com/xapijs/xapi-demo)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xapi/xapi",
"version": "1.0.1",
"version": "1.1.0",
"description": "Communicate over xAPI using JavaScript.",
"main": "dist/XAPI.cjs.js",
"module": "dist/XAPI.esm.js",
Expand Down

0 comments on commit f84c514

Please # to comment.