Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Releases: weebney/tachyon

Tachyon 2.0.1

25 Apr 15:00
29a9290
Compare
Choose a tag to compare

Fixed:

  • An edge case where a node's dataset being undefined (i.e. text nodes) resulted in an unhandled exception #33

Tachyon 2.0.0

17 Apr 19:04
db655cd
Compare
Choose a tag to compare

Changed:

  • Breaking changes to same-origin logic #30

Tachyon 1.1.3

20 Mar 01:36
Compare
Choose a tag to compare

Fixed

  • #29, a critical issue with the mutation observer callback function

Tachyon 1.1.2

14 Mar 17:57
Compare
Choose a tag to compare

Improvements:

  • Various golfs and clarity improvements

Fixed:

  • Ignored filtering rules for initial anchor tags (i.e broken whitelist/same-origin filtering for anchor tags available on page load)

Tachyon 1.1.1

14 Mar 01:30
756eacd
Compare
Choose a tag to compare

Changed:

  • Prefetching changed to Prerendering due to changes to Chrome
  • Various code clarity improvements and golfs 🏌️
  • Major documentation overhaul

Tachyon 1.1.0

02 Mar 19:56
cca39b4
Compare
Choose a tag to compare

Improvements:

  • Significantly improved performance:
    • moved nested forEach in the MutationObserver callback to a flatMap/filter model, significantly improving performance on pages with many DOM changes
  • Fixed #24

Tachyon 1.0.1

06 Jan 16:05
80cf5ae
Compare
Choose a tag to compare

Fixed

  • #20, a non-critical issue with the event listeners used to support mobile touch

Tachyon 1.0.0

30 Nov 18:24
Compare
Choose a tag to compare

Changed:
- BREAKING: Moved data-tachyon-* attributes to <body> (from <script>)

  • Major overhaul to prefetching logic, allowing for less bandwidth usage.

Tachyon 0.3.1

14 Nov 19:51
76d29a8
Compare
Choose a tag to compare

Fixed:

  • Package.json incorrectly labeled the package type as module

Tachyon 0.3.0

12 Nov 20:25
db5e434
Compare
Choose a tag to compare

Added:

  • Mobile Support