This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
Releases: weebney/tachyon
Releases · weebney/tachyon
Tachyon 2.0.1
Tachyon 2.0.0
Changed:
- Breaking changes to same-origin logic #30
Tachyon 1.1.3
Fixed
- #29, a critical issue with the mutation observer callback function
Tachyon 1.1.2
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
Changed:
- Prefetching changed to Prerendering due to changes to Chrome
- Various code clarity improvements and golfs 🏌️
- Major documentation overhaul
Tachyon 1.1.0
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
Fixed
- #20, a non-critical issue with the event listeners used to support mobile touch
Tachyon 1.0.0
Changed:
- BREAKING: Moved data-tachyon-*
attributes to <body>
(from <script>
)
- Major overhaul to prefetching logic, allowing for less bandwidth usage.
Tachyon 0.3.1
Fixed:
- Package.json incorrectly labeled the package type as module
Tachyon 0.3.0
Added:
- Mobile Support