Skip to content

Releases: sneko/hyperlink-middleware

v1.2.1

23 Jun 13:48
Compare
Choose a tag to compare

1.2.1 (2022-06-23)

Bug Fixes

  • mdw: always correct the input format in Firebase DL middleware (to simplify Firebase whitelist patterns) (07320d1)

v1.2.0

09 Jun 16:42
Compare
Choose a tag to compare

1.2.0 (2022-06-09)

Bug Fixes

  • watcher: make it working even if we click a nested element inside the hyperlink (2db42c1)

Features

  • watcher: use a workaround for ad blockers when having a "_blank" target (b8b1f24)
  • watcher: use the hyperlink action if middlewares does not change anything (857bc68)

v1.1.0

03 Jun 21:55
Compare
Choose a tag to compare

1.1.0 (2022-06-03)

Bug Fixes

  • build: include third-party dependencies for the "umd" format (c45c934)
  • ci: use yarn in GitHub workflows too (9bf8f4a)
  • test: malformed closing tags + make sure to unwatch for each test (8eceac5)
  • watcher: observer was not assigned to the instance (65cfadf)
  • watcher: when added node observed, look for children inside too (ffcfc40)

Features

  • mdw: implement FormatFirebaseDynamicLinksMiddleware (4f58961)
  • mdw: implement IgnoreFollowingsMiddleware (c8859aa)
  • mdw: implement SetMissingUrlProtocolMiddleware (a37b3ba)
  • mdw: implement SetMissingUrlProtocolMiddleware (1a0cbda)
  • watcher: by default allow adding data-skip-middlewares HTML attribute to prevent watching the link (9d66ebb)
  • wrapper: implement FilterWrapper (37772fd)

v1.0.0

01 Jun 06:57
Compare
Choose a tag to compare

1.0.0 (2022-06-01)

Features

  • implement first version (a680496)