Releases: alex-ball/biblatex-oxref
Version 1.0
As the styles are now in use without serious complaint, I am finally taking them out of beta and declaring this version 1.0.
-
A new convenience field,
casenumber
, has been introduced to simplify use ofnumber
and oscola'suserb
fields for European cases. -
Internally the styles now treat the oscola fields
parreporter
,parseries
,parvolume
andparpages
as fully defined fields in their own right, instead of as aliases foruserb
,userc
, etc. -
The routine for compressing years (e.g. 2018-9) has been improved.
-
Internals have been updated for biblatex 3.12.
-
Fixed an edge case that would trigger the printing of empty parentheses in reports.
-
Fixed bug where redundant disambiguation markers would be printed in
oxalph
references if using non-default date merging options. -
Fixed small bugs that biblatex was working around dynamically.
Version 0.12
The 0.12.x releases are intended as the final set of experimental releases before freezing the behaviour of the styles for version 1.0.
-
Breaking change: titles of
suppbook
entries are now in quotation marks by default; the inverted commas must be removed by using thedescriptor
annotation or field, in common with other entry types. -
Breaking change: the punctuation before a ‘by Author’ statement is now configurable, and defaults to a space instead of a comma.
-
Explicit handling has been added for entry types
suppperiodical
,suppcollection
,booklet
,patent
,standard
,artwork
,performance
, andletter
, and examples for these have been added to the documentation. Theimage
entry type uses the newartwork
/performance
driver instead ofonline
. -
The
altthesis
option has been deprecated in favour of new optionthesis
, which takes valuesin
(altthesis = true
),out
(altthesis = false
) andplain
(no parentheses at all). -
The
varissuedate
option has been renamedissuedate-plain
, to matchcourt-plain
. -
There is a new
bookseries
option which takes valuesin
andout
with the same logic as thethesis
option. -
The
mergedate
option can now be set on a per-type basis. Some bugs in themaximum
andcompact
variants have been fixed. -
There is a new
nonodate
option for suppressing ‘n.d.’ when an entry inoxalph
/oxyear
has no suitable date label. It is automatically activated on a per-entry basis if asortyear
is given. -
It is now possible to annotate a date as
inferred
to enclose it in square brackets. -
Various edge-case formatting bugs have been fixed.
Version 0.11.3
- Fixed bug introduced in v0.11.2 into
oxyear
/oxalph
, where the year would be printed twice if given inyear
field instead ofdate
.
Version 0.11.2
- Fixed bug in
oxyear
where parenthetical citations would be wrongly punctuated if year given inyear
field instead ofdate
. - Fixed bug where the test for abbreviated journal names would cause errors when OT1 encoding was used.
Version 0.11.1
- Fixed bug where the option
giveninits=false
would cause a stream of errors foroxyear
andoxalph
.
Version 0.11
- Internals were updated in step with biblatex 3.8.
- New style variants
oxalph
(alphabetic) andoxnum
(numeric) were added. - The code underlying the
mergedate
option was further refined. - Bugs in the
name:family-title-given
macro were fixed. - Some issues only noticeable in the logs were fixed.
Version 0.10
This is the first version of the class to be submitted to CTAN.
- Inheritance rules for the
inaudio
driver were added. - Some outstanding issues with the
mergedate
option were fixed. - Compatibility with the oscola style was updated to match version 1.5.
Version 0.9
This release of biblatex-oxref is intended for testing prior to a formal release on CTAN.
The styles should be fully usable, but at this point they are still experimental in the sense that
- option names and instructions for handling certain unusual entries may change;
- I am open to adjusting the intended output of the examples (especially for oxyear).
Therefore if you have any suggestions for improvements, or think I have not interpreted the OGS/NHR correctly, there is still a chance to make a difference to the style. Please leave any feedback you may have on the issue tracker.
My hope is to make the styles fully stable from the version 1.0 release.