|
1 | 1 | # Changes log for the Ruby CFF Library
|
2 | 2 |
|
3 |
| -## Next |
| 3 | +## 1.0.0 |
4 | 4 |
|
5 | 5 | * Add `type` to top-level CFF model.
|
6 | 6 | * Correctly label datasets with APA-like formatter.
|
|
48 | 48 | * Use the `parameterize` method to generate citekeys.
|
49 | 49 | * Rename `generate_reference` -> `generate_citekey`.
|
50 | 50 | * Only require language list if it is needed
|
51 |
| -* Fix errors caused by updated gem versions. |
52 |
| -* Add a note to the README to caution against `URI.open`. |
| 51 | +* APA: don't output empty brackets if there's no issue. |
| 52 | +* Formatters: use `date-published` for month/year values. |
| 53 | +* Add a note to the README about BibTeX and APA standards. |
| 54 | +* BibTeX: generalise author lists to actor lists. |
| 55 | +* BibTeX: add `editor` field for `inproceedings` type. |
| 56 | +* BibTeX: use `editors-series` if `editors` is not present. |
| 57 | +* BibTeX: add `editor` field to `book` type. |
| 58 | +* BibTeX: add `editor` field to `proceedings` type. |
| 59 | +* Use the schema to determine the allowed fields within `Reference`. |
| 60 | +* Use the schema to determine the allowed fields within `Person`. |
| 61 | +* Use the schema to determine the allowed fields within `Entity`. |
| 62 | +* Use the schema to determine the allowed fields within `Model`. |
| 63 | +* Use the schema to determine the allowed fields within `Identifier`. |
| 64 | +* Rename the `Model` class to `Index` which makes more sense. |
| 65 | +* Add 'phdthesis' and 'mastersthesis' types for a preferred-citation. |
| 66 | +* Add contribution guidelines. |
| 67 | +* Handle 'in-press' in the formatters. |
| 68 | +* Handle 'in-preparation' in the formatters. |
| 69 | +* Handle 'submitted' in the formatters. |
| 70 | +* Handle 'advance-online' in the formatters. |
| 71 | +* Wholesale changes to isolate all the code from itself. |
| 72 | +* Expand the range of tests, rubies and OSs in the CI. |
| 73 | +* Update runtime gem dependencies. |
| 74 | +* Implement an extensible formatter system. |
53 | 75 |
|
54 | 76 | ## Version 0.9.0
|
55 | 77 |
|
|
0 commit comments