Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Apr 19, 2019
1 parent 31fa860 commit feb9c92
Show file tree
Hide file tree
Showing 13 changed files with 450 additions and 75 deletions.
1 change: 1 addition & 0 deletions news/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Changes
:hidden:

v1.1/index.rst
v1.2/index.rst


``citeproc-js`` originated as a volunteer contribution to Zotero
Expand Down
67 changes: 0 additions & 67 deletions news/v1.1/1.1.234-HEAD.rst

This file was deleted.

14 changes: 13 additions & 1 deletion news/v1.1/1.1.237-HEAD.rst → news/v1.1/1.1.237-1.1.238.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
========================================================
1.1.237-HEAD
1.1.237-1.1.238
========================================================

.. include:: ../../substitutions.txt
|CCBYSA|_ Frank Bennett <https://twitter.com/fgbjr>_

------

Update docs

:commit:
`012ef86 <https://github.com/Juris-M/citeproc-js/commit/012ef8682542138cfb648e7c3744924587d5a1ff>`_
:author:
Frank Bennett
:date:
2019-04-10 07:08 (JST)


------

Bump version, update CHANGES, bundle as 1.1.238
Expand Down
86 changes: 86 additions & 0 deletions news/v1.1/1.1.238-1.1.239.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
========================================================
1.1.238-1.1.239
========================================================

.. include:: ../../substitutions.txt
|CCBYSA|_ Frank Bennett <https://twitter.com/fgbjr>_

------

Bump version, update CHANGES, bundle as 1.1.239

:commit:
`985bd5d <https://github.com/Juris-M/citeproc-js/commit/985bd5d7b4b2d1bfeaed52b141f0be93339efc07>`_
:author:
Frank Bennett
:date:
2019-04-14 06:31 (JST)


------

General cleanup around ./demo

:commit:
`33fe3e2 <https://github.com/Juris-M/citeproc-js/commit/33fe3e20e8b6faa5bbae8adcf0243065b980873a>`_
:author:
Frank Bennett
:date:
2019-04-13 23:13 (JST)


------

Short-circuit cs:substitute if initial variable succeeds

:commit:
`6b021ea <https://github.com/Juris-M/citeproc-js/commit/6b021ea0f4a1d952080bfde945e3eeb55c985107>`_
:author:
Frank Bennett
:date:
2019-04-13 19:59 (JST)

The performance gain from this is miniscule, but may be significant
on very large runs.


------

Pretty-printing for node traces in util_nodes.js

:commit:
`b91a317 <https://github.com/Juris-M/citeproc-js/commit/b91a317f044811c7b7cd57e4d9132b7c9507ebfc>`_
:author:
Frank Bennett
:date:
2019-04-13 19:59 (JST)


------

Input sanity check control

:commit:
`4801a91 <https://github.com/Juris-M/citeproc-js/commit/4801a918067347f1327df07ae3a879b5c1c6b9b9>`_
:author:
Frank Bennett
:date:
2019-04-13 19:40 (JST)

Wrap input sanity checks for processCitationCluster in an option.
"citeproc.opt.development_extensions.strict_inputs". The option is
enabled by default, and should really never be disabled. Processor
performance can be greatly affected by malarranged inputs.


------

Update docs

:commit:
`012ef86 <https://github.com/Juris-M/citeproc-js/commit/012ef8682542138cfb648e7c3744924587d5a1ff>`_
:author:
Frank Bennett
:date:
2019-04-10 07:08 (JST)

42 changes: 42 additions & 0 deletions news/v1.1/1.1.239-1.1.240.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
========================================================
1.1.239-1.1.240
========================================================

.. include:: ../../substitutions.txt
|CCBYSA|_ Frank Bennett <https://twitter.com/fgbjr>_

------

Bump version, update CHANGES, bundle as 1.1.240

:commit:
`d515515 <https://github.com/Juris-M/citeproc-js/commit/d5155155e276ec67aa5f201d8ca41b1ae5384686>`_
:author:
Frank Bennett
:date:
2019-04-16 06:07 (JST)


------

Protect against undefined citation object key "properties"

:commit:
`fb66818 <https://github.com/Juris-M/citeproc-js/commit/fb668187fe2271c0d06d27bcf8865dbe733f9ea6>`_
:author:
Frank Bennett
:date:
2019-04-16 06:03 (JST)


------

Bump version, update CHANGES, bundle as 1.1.239

:commit:
`985bd5d <https://github.com/Juris-M/citeproc-js/commit/985bd5d7b4b2d1bfeaed52b141f0be93339efc07>`_
:author:
Frank Bennett
:date:
2019-04-14 06:31 (JST)

66 changes: 66 additions & 0 deletions news/v1.1/1.1.240-1.1.241.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
========================================================
1.1.240-1.1.241
========================================================

.. include:: ../../substitutions.txt
|CCBYSA|_ Frank Bennett <https://twitter.com/fgbjr>_

------

Bump version, update CHANGES, bundle as 1.1.241

:commit:
`f6ea4bf <https://github.com/Juris-M/citeproc-js/commit/f6ea4bf622c149ad8ed0dbe9ee10fbbfaaf7864d>`_
:author:
Frank Bennett
:date:
2019-04-16 09:16 (JST)


------

Fix order of nodes in test fixture CSL

:commit:
`adb78b7 <https://github.com/Juris-M/citeproc-js/commit/adb78b75a5726c4985d0dcd92835b556ce5c1174>`_
:author:
Frank Bennett
:date:
2019-04-16 09:14 (JST)


------

Do not crash when @is-numeric is called in bibliography

:commit:
`22ee4e8 <https://github.com/Juris-M/citeproc-js/commit/22ee4e8d426f090e2c621759470c5e59996a77dd>`_
:author:
Frank Bennett
:date:
2019-04-16 08:51 (JST)


------

Test of @is-numeric on locator in bibliography

:commit:
`053f0b5 <https://github.com/Juris-M/citeproc-js/commit/053f0b57b812b444cf87be5e5f26ab6d607bf88d>`_
:author:
Frank Bennett
:date:
2019-04-16 08:50 (JST)


------

Bump version, update CHANGES, bundle as 1.1.240

:commit:
`d515515 <https://github.com/Juris-M/citeproc-js/commit/d5155155e276ec67aa5f201d8ca41b1ae5384686>`_
:author:
Frank Bennett
:date:
2019-04-16 06:07 (JST)

0 comments on commit feb9c92

Please sign in to comment.