1.1.180-1.1.181¶
Frank Bennett <https://twitter.com/fgbjr>_
Bump version, update CHANGES, bundle as 1.1.181
| commit: | a4e009f |
|---|---|
| author: | Frank Bennett |
| date: | 2017-12-01 11:02 (JST) |
Merge branch ‘master’ of github.com:Juris-M/citeproc-js
| commit: | 2efc05f |
|---|---|
| author: | Frank Bennett |
| date: | 2017-12-01 09:51 (JST) |
Merge pull request #58 from MatthewRichardsonICPSR/master
| commit: | 3a8627a |
|---|---|
| author: | Frank Bennett |
| date: | 2017-12-01 09:51 (JST) |
Added a null/empty/undefined test before termtxt.slice
Update tests
| commit: | aacb713 |
|---|---|
| author: | Frank Bennett |
| date: | 2017-12-01 09:45 (JST) |
Fix accidental caps after some apostrophes
| commit: | a73a552 |
|---|---|
| author: | Frank Bennett |
| date: | 2017-12-01 09:43 (JST) |
Rename clashing fixture
| commit: | f634a16 |
|---|---|
| author: | Frank Bennett |
| date: | 2017-12-01 09:42 (JST) |
Changed
| commit: | 4dd140b |
|---|---|
| author: | Matthew Richardson |
| date: | 2017-11-10 22:10 (JST) |
if(termtxt.slice(-1).match(/[0-9]/))
to
if(termtxt && termtxt.slice(-1).match(/[0-9]/))
In some environments, failing to test for undefined/null/empty before doing the slice produces an error, preventing the generation of some pub types (report, thesis) from some styles (APA 6th edition, Glossa, Chicago 17th edition notes).
Bump version, update CHANGES, bundle as 1.1.180
| commit: | 4dfbce6 |
|---|---|
| author: | Frank Bennett |
| date: | 2017-11-05 12:40 (JST) |