Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

47 lines (36 loc) · 2.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.3.0 - 2020-03-05

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

0.2.1 - 2020-10-15

Added

  • Added 32 more nominees supported by UNICEF Venture Fund
  • Added scripts/csvToJson.js to automatically parse a spreadsheet containing a list of nominees and their attributes and generate json files for each nominee.

Changed

  • Modified 'nominee-schema.json' to add a new attribute 'supported_by', which is an array of objects initially containing one property 'org_name'

0.2.0 - 2020-01-10

Added

  • Added 4 more nominees from the energy sector: caltrack, greenbutton, openeemeter, seed
  • Added 'scripts/migrate-v0.2.0.js' that was run once to automate the change in the license field described below

Changed

  • The 'license' field has been migrated from a simple array to an array of objects where each object has the property 'spdx' and the 'link' for that license. The 'license_link' property has thus been removed.

0.1.0 - 2019-12-16

Added

  • Added this changelog. All previous changes were not tracked.
  • Added (UN)LICENSE dedicating this software to the public domain.

Changed

  • Changed language from candidates to nominees to match the recent changes in digitalpublicgoods.net
  • Renamed folder from candidates/ to nominees/, as well as candidate-schema.json to nominee-schema.json