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.
0.3.0 - 2020-03-05
- 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.
- Modified 'nominee-schema.json' to match the product-schema.json available at https://github.com/publicgoods/data-schema
0.2.1 - 2020-10-15
- 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.
- 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 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
- 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 this changelog. All previous changes were not tracked.
- Added (UN)LICENSE dedicating this software to the public domain.
- Changed language from
candidates
tonominees
to match the recent changes in digitalpublicgoods.net - Renamed folder from
candidates/
tonominees/
, as well ascandidate-schema.json
tonominee-schema.json