|
1 | 1 | # Changes log for the Ruby CFF Library
|
2 | 2 |
|
| 3 | +## Version 0.3.0 |
| 4 | + |
| 5 | +* Update badges for new repo location. |
| 6 | +* Add back the coveralls badge for new repo location. |
| 7 | +* Update gemspec with new repo location. |
| 8 | +* Bump version number for 0.3.0 release. |
| 9 | +* Add a Reference model to represent references. |
| 10 | +* Wire the Reference model into Model and File. |
| 11 | +* Add authors field to Reference. |
| 12 | +* Read the author field properly when parsing a Reference. |
| 13 | +* Remove the ModelPart constructor. |
| 14 | +* Add the DOI badge to the README. |
| 15 | +* Add the simple string fields to Reference. |
| 16 | +* Add format field to Reference. |
| 17 | +* Move duplicated builder methods to Util module. |
| 18 | +* Remove the Util module from the public API. |
| 19 | +* Restrict reference type to the defined set. |
| 20 | +* Add Date type fields to the Reference model. |
| 21 | +* Add contact to the Reference model. |
| 22 | +* Add editors to the Reference model. |
| 23 | +* Add editors-series to the Reference model. |
| 24 | +* Add recipients to the Reference model. |
| 25 | +* Add senders to the Reference model. |
| 26 | +* Add translators to the Reference model. |
| 27 | +* Refactor the Reference#fields method for complexity. |
| 28 | +* Refactor the Model#to_yaml method for complexity. |
| 29 | +* Restrict reference status to the defined set. |
| 30 | +* Add languages to the Reference model. |
| 31 | +* Restrict reference licence to the SPDX Licence List. |
| 32 | +* Rename Util array_to_fields to expand_array_field. |
| 33 | +* Add a Util method expand_field. |
| 34 | +* Correctly read in the actor lists from a file. |
| 35 | +* Update quick start example in the README. |
| 36 | +* Add the integer fields to the Reference model. |
| 37 | +* Refactor Reference#fields to cope with single Entities. |
| 38 | +* Add the singular Entity fields to the Reference model. |
| 39 | +* Add issue-date field to the Reference model. |
| 40 | +* Add the keywords field to the Reference model. |
| 41 | +* Refactor keyword list initialization in Reference. |
| 42 | +* Add patent-states field to the Reference model. |
| 43 | +* Refactor Reference#keywords to be a standard field. |
| 44 | +* Refactor Reference#patent_states to be a field. |
| 45 | +* Extend the tests for Reference after the refactor. |
| 46 | +* Normalize Reference types when they are set. |
| 47 | +* Normalize the Reference status when set. |
| 48 | +* Add a note to the README about versioning. |
| 49 | +* Add a CHANGES file. |
| 50 | + |
3 | 51 | ## Version 0.2.0
|
4 | 52 |
|
5 | 53 | * Add a rubygems version badge to the README.
|
|
0 commit comments