Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Releases: DPGAlliance/publicgoods-candidates

v0.7.0

08 Oct 18:43
a9c5f40
Compare
Choose a tag to compare

[0.7.0] - 2020-10-08

Added

  • Added scripts/migrate-v0.7.0.json to adjust all existing JSON files to the change introduced in the nominee-schema.json described below.

Changed

  • [Breaking changes] Modified the JSON schema to account for SDG evidence. Thus, SDGs is not longer an array of enums, but an array of objects, that contains a required SDGNumber and an optional evidenceText and evidenceURL, one of which should be required. This field is not made mandatory retroactively, but will be required in future nominations.

v0.6.0

24 Sep 00:54
f65c885
Compare
Choose a tag to compare

Added

Changed

  • Attempted to standardize website and URL fields from 30+ nominees (#62)
  • Modified the JSON schema adding an enum field stage from the set ["nominee", "candidate", "DPG"], and modified all nominee files accordigly. (#68)

v0.5.0

11 Sep 12:39
f4f655e
Compare
Choose a tag to compare

Added

  • Added antura-and-the-letters.json
  • Added Contributor Covenant Code of Conduct, and corresponding badge in README
  • Added marytts.json, octopus-microfinance.json, odoo.json, open-bank-project.json, opencbs.json, openrefine.json, reconcile.cvs, safe-open-source-microfinance-suite.json, x-road.json (#31)
  • Added recordtrac.json (#34)
  • Added smart-kyc.json (#35)
  • Added openhie.json (#36)
  • Added dspace.json (#37)
  • Added hapi-fhir.json (#38)
  • Added project-catalog-management-tool.json (#39)
  • Added openach.json (#40)
  • Added sempo.json (#42)
  • Added openmined.json (#43)
  • Added mit-climate-primer.json (#44)
  • Added lockdown-learning-repository.json (#45)
  • Added CI badge
  • Added a newline at the end of each JSON nominee file, and adjusted the CI accordingly (#48)
  • Added meilisearch.json (#50)
  • Added code.etalab.gouv.fr.json (#52)
  • Added oer-plan-ceibal-uruguay.json (#53)
  • Added typescript.json and webpack.json (#55)
  • Added tagcoding.json (#60)

Changed

  • Updated the license requirements for content, data and software nominees. Documented explicitly which licenses are approved and why, and updated the nominee-schema.json accordingly (#56)

Removed

  • Removed eduapp4syria.json
  • Removed 5 prior nominees as a result of updating the license requirements above" acceda.json, archive.json, energyplus.json, pulseox.json, stethoscope.json

v0.4.0

24 Jun 22:04
e463aed
Compare
Choose a tag to compare

Changed

  • Modified nominee-schema.json to split the data type into data and content. Re-classified all nominees originally tagged as data accordingly.
  • Added H5P and WHO-app as new nominees.
  • Switched CI from Travis to GitHub Actions.
  • Excluded nominees with ND licenses and moved them out from nominees/ into excluded-nd.

v0.3.0

24 Jun 21:58
b00449c
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Added scripts/migrate-v0.3.0.js to automatically migrate to the new version of the JSON schema.
  • Imported more than 200 new nominees from publicgoods/products.
  • Added scripts/check-filenames.bash to automatically check the proper naming of nominees.
  • Added scripts/order-fields.js to automatically check the proper ordering of properties in each nominee file.

Changed