Skip to content

Commit

Permalink
Add changes doc for 2.0
Browse files Browse the repository at this point in the history
Add new changes document for 2.0
  • Loading branch information
mgylling committed Feb 15, 2017
1 parent b881f19 commit 734c050
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
42 changes: 42 additions & 0 deletions history/2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: Open Badges Specification Version 2.0 Changes
show_sidebar: false
layout: page
---
# {{page.title}}

## What has changed in version 2.0?

The following optional new features have been added:

* Endorsements ([#73](https://github.com/openbadges/openbadges-specification/issues/73), [#76](https://github.com/openbadges/openbadges-specification/issues/76), [#79](https://github.com/openbadges/openbadges-specification/issues/79))
* Embed Criteria into a BadgeClass, including a rich (Markdown) text field, narrative. ([#74](https://github.com/openbadges/openbadges-specification/issues/74))
* Embed Evidence metadata into an Assertion, and connect multiple pieces of evidence through a narrative in Markdown text. ([#84](https://github.com/openbadges/openbadges-specification/issues/84))
* Embed Image information into Badge Objects, enabling greater accessibility of Open Badges. ([#82](https://github.com/openbadges/openbadges-specification/issues/82))
* Internationalization and multi-lingual badges are now available ([#1](https://github.com/openbadges/openbadges-specification/issues/1))
* Version control and references to previous/other versions of Badge Objects, specifically BadgeClasses. ([#53](https://github.com/openbadges/openbadges-specification/issues/53))
* Embed metadata about badge images ([#85](https://github.com/openbadges/openbadges-specification/issues/85))
* Award badges to identity types other than email with more explicit instructions (note: backpacks will continue to primarily support email, but we can move the market forward together with this framework) ([#77](https://github.com/openbadges/openbadges-specification/issues/77))
* Improved alignment to external frameworks and objectives ([#81](https://github.com/openbadges/openbadges-specification/issues/81))

## Is 2.0 backwards compatible?

Open Badges 2.0 contains a minimal set of breaking changes. For issuers, it will take minimal effort to move from v1.1 Open Badges to v2.0, as almost every change is optional, leaving the previous option intact. Issuers may then take advantage of the large number of new features as they fit with internal development roadmaps. This is a summary of the breaking changes:

* Linked Data in JSON-LD is now the official data model and syntax of Open Badges. This minimally affects issuers, who were already publishing v1.1 badges in JSON-LD, but all verifiers, backpacks, and displayers of badges must now explicitly perform a JSON-LD expansion/contraction operation to guarantee data integrity before further analysis of any object in the Open Badges context. This is a simplification from the hybrid approach introduced in v1.1 that required issuers to both use valid linked data properties and specific property names.
* The AlignmentObject has been updated to use different terminology. Displayers will be asked to handle the new terms, which is now explicitly based on the schema.org/AlignmentObject class. "description" -> "targetDescription"; "url" -> "targetUrl"
* BadgeClasses may now be embedded into Assertions, Issuers into BadgeClasses, and JSON-LD representations of Criteria, Evidence, and Images may now be embedded into fields that previously expected a URI string value. These new vocabulary classes improve portability, expressiveness, and accessibility of Open Badges. Optional for issuers.
* VerificationObjects have been improved ([#87](https://github.com/openbadges/openbadges-specification/issues/87), [#80](https://github.com/openbadges/openbadges-specification/issues/80), [#78](https://github.com/openbadges/openbadges-specification/issues/78)). Hosted verification uses the id property, so verify.url duplication is no longer required or expected ([#78](https://github.com/openbadges/openbadges-specification/issues/78)). Signed badges are no longer required to discover a key from a url in the Assertion that signs them, closing a security hole. Instead, keys must be linked from the issuer Profile ([#89](https://github.com/openbadges/openbadges-specification/issues/89)).
* RevocationList documents (used by less than 1% of issuers) are now published under an improved Linked Data class ([#33](https://github.com/openbadges/openbadges-specification/issues/33))
* Timestamps should appear in a consistent format ([#86](https://github.com/openbadges/openbadges-specification/issues/86))


## In-place edits of the 2.0 specification since January 1st 2017

Since the 2.0 specification was published on January 1st 2017, a few errors and typos have been discovered and corrected in-place on [openbadgespec.org](http://www.openbadgespec.org).

For full transparency, these edits can be reviewed at the [GitHub Open Badges master branch commit history page](https://github.com/openbadges/openbadges-specification/commits/master). The first in-place edit was committed on January 10th of 2017.

Please note that the IMS Global version of the Open Badges specification, which contains additional formatting and layout changes, are not reflected in the master repository commit history.


1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ Following the [Baking Specification](baking/), Assertions may be embedded into P


# History <a id="History"></a>
* [From 1.1 to 2.0](history/2.0.html)
* [From 1.0 to 1.1](history/1.1.html)
* [From 0.5 to 1.0](https://github.com/mozilla/openbadges/wiki/Assertion-Specification-Changes)
* [Early history of the specification](https://github.com/mozilla/openbadges-backpack/wiki/Assertions/_history)

0 comments on commit 734c050

Please sign in to comment.