Releases: seboettg/citeproc-php
Releases · seboettg/citeproc-php
2.0.1
- bugfix for issue 36.
- bugfix for issue 37.
- solves a problem of exceeded script runtime which sometimes occurs while running
composer update
. Now, the depended citation styles and locales are not longer composer dependencies but will be cloned by a shell script instead which simply will be triggered bycomposer update
.
2.0.0
- 1st stable release
- fix issues that causing if styles using uncertain dates
- add info node parser and getInfo() method in Context class. Thus, it's now possible to get meta data of given stylesheet
- fix issues in et-al abbreviation which was appearing in citation
2.0.0 1st beta
All features of milestone (https://github.com/seboettg/citeproc-php/milestone/1) have been implemented.
Advantages of Version 2.0
- supports all bibliography features
- supports sorting
- supports rendering of citations (excepts of some citation-specific features, have a look here)
- strictly test-driven development
- follows PHP Standards Recommendations and modern coding styles
- new license MIT