Skip to content

Releases: renehamburger/blinx.js

Repeat previous release to trigger update on cdn.rawgit.com

08 Aug 22:12
7784299
Compare
Choose a tag to compare
v0.2.3

Improve html snippet in README.md

Adds recognition of partial references after number or faulty references

08 Aug 22:02
7784299
Compare
Choose a tag to compare

Improvements for the recognition of partial German references

06 Aug 20:58
Compare
Choose a tag to compare

Improvements for the recognition of references

04 Aug 22:55
a19c310
Compare
Choose a tag to compare
  • 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 as Mt 1; Mt 3-4 and not as Mt 1,3-4.

Fix for partial references

24 Jul 21:55
Compare
Choose a tag to compare

Make recognition of partial references more conservative

24 Jul 21:28
Compare
Choose a tag to compare

Adds support for multi-chapter references for default API

22 Jul 22:25
Compare
Choose a tag to compare

Context for partial references

01 Jul 20:56
Compare
Choose a tag to compare

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

10 Apr 04:22
Compare
Choose a tag to compare
v0.1.4

0.1.4

Increases browser support

02 Apr 21:45
9acc295
Compare
Choose a tag to compare
Merge pull request #2 from renehamburger/feature/browser-compatibility

Increase browser compatibility (WIP)