Skip to content

Releases: PaperStrike/Pjax

v2.4.0

22 Oct 12:46
Compare
Choose a tag to compare

🚀 Enhancements

  • Simplify submit button parsing (#215)
  • Simplify script execution (#214)
  • Support rel and referrer policy attributes (#213)

🐛 Bug Fixes

  • Append submitter entry in submissions (#212)
  • Preserve request referrer and referrerPolicy (#208)

v2.3.0

14 Oct 15:20
Compare
Choose a tag to compare

🚀 Enhancements

  • Support fragment navigation in Request weakLoad (#202)

🐛 Bug Fixes

  • Differentiate base URL from URL (#203)

v2.2.0

05 Oct 09:34
Compare
Choose a tag to compare

🚀 Enhancements

  • Use regex to match script types (#191)
  • 'exclude' option for triggers, 'receive' event (#176)
  • Support hooks (#177)

🐛 Bug Fixes

  • Use case-insensitive match to parse script type (#192)

v2.1.0

25 Sep 17:59
Compare
Choose a tag to compare

🚀 Enhancements

  • Conform with standard fragment navigation (#171)

v2.0.3

25 Aug 16:07
0de997c
Compare
Choose a tag to compare
  • Small improvements to distributions

v2.0.2

20 Aug 15:46
Compare
Choose a tag to compare
  • Add Simplified Chinese README (#113)

🐛 Bug Fixes

  • Fix broken cacheMode option and rename to cache (#114)

v2.0.1

19 Aug 07:42
Compare
Choose a tag to compare

🚀 Enhancements

  • Conform with standard History API (#109)

v2.0.0

18 Aug 07:04
Compare
Choose a tag to compare

💥 Breaking Changes

  • Support Request objects in methods (#103)

🚀 Enhancements

  • Simplify history state storage (#107)
  • Use declare fields to reduce bundle size (#104)
  • Support Request objects in methods (#103)
  • Eval directly selected scripts in page switch (#99)

v1.1.0

12 Aug 14:53
Compare
Choose a tag to compare

🚀 Enhancements

  • Adapt recommended TS rules (#95)

🐛 Bug Fixes

  • Avoid write to session storage when init (#89)

v1.0.1

09 Aug 15:47
Compare
Choose a tag to compare
  • Small improvements to distributions