Releases: renehamburger/blinx.js
Releases · renehamburger/blinx.js
Repeat previous release to trigger update on cdn.rawgit.com
v0.2.3 Improve html snippet in README.md
Adds recognition of partial references after number or faulty references
v0.2.2 Improve html snippet in README.md
Improvements for the recognition of partial German references
Improvements for the recognition of references
- For partial references, the last recognised reference (with respect to order in the DOM) is now taken as the context (unless an explicit context is provided with
data-bx-context
), no matter how far they are separated in the DOM. Previously, this only happened within a single text-node. - Partial references including the chapter-verse-separator (
:
or,
) are now recognised, too. Previously, only references with a prefix like 'verse' were recognised. - Chapter-verse-separators with surrounding spaces are now always regarded as list-item separators. E.g., for commas,
Mt 1, 3-4
is seen asMt 1; Mt 3-4
and not asMt 1,3-4
.
Fix for partial references
v0.1.8 0.1.8
Make recognition of partial references more conservative
Adds support for multi-chapter references for default API
v0.1.6 Update version in README.md
Context for partial references
This version adds the ability to provide a context for partial references via wrappers with a data-bx-context attribute. More details under https://github.com/renehamburger/blinx.js#usage.
Support for IE9
v0.1.4 0.1.4
Increases browser support
Merge pull request #2 from renehamburger/feature/browser-compatibility Increase browser compatibility (WIP)