Skip to content

Releases: PRO-2684/pURLfy

v0.3.9

07 Sep 13:13
Compare
Choose a tag to compare

Commits

  • be20509: Update readme: Mark Telegram bot as unavailable (PRO-2684)
  • f19c2e3: Bug fixes on regexes containing : and default acts array; Add cli for ease of use (PRO-2684)
  • 6ee8d12: 0.3.9 (PRO-2684)

v0.3.8

10 Aug 00:00
Compare
Choose a tag to compare

What's new

  • Feature detection for DOMParser
  • Deep merge instead of shallow merge when importing rulesets
  • Allow importing multiple rulesets in one go

Commits

  • eac465a: Feature detection for DOMParser (PRO-2684)
  • 14f7149: Update test.js: add icons for result (PRO-2684)
  • fe1af45: Update test.js: disable logging (PRO-2684)
  • 687a72b: Deep merge instead of shallow merge (PRO-2684)
  • e9af8dd: Allow importing multiple rulesets (PRO-2684)
  • 84e510a: 0.3.8 (PRO-2684)

v0.3.7

09 Aug 04:43
Compare
Choose a tag to compare

What's new

  • Regex mode now supports acts
  • Adding type annotation
  • Bug fixes

Commits

  • 625f511: Adding type annotation (PRO-2684)
  • 6ede58b: Bug fix on regex mode; Update readme (PRO-2684)
  • a5131b3: Regex mode now supports acts (PRO-2684)
  • aa2e601: 0.3.7 (PRO-2684)

v0.3.6

01 Aug 05:59
Compare
Choose a tag to compare

What's new

  • Bug fix for visit mode
  • pURLfy is now available at npm!

Commits

  • 783262f: Try out npm (PRO-2684)
  • 25cdfbb: Auto update purlfy.js version (PRO-2684)
  • 043f3c1: Adding tests; Bug fix of visit mode (PRO-2684)
  • eeb44fa: Removing push-tag (PRO-2684)
  • e647dbe: package.json bug fix (PRO-2684)
  • 446fc6e: Seems that it does not recognize ;... (PRO-2684)
  • b3c978d: git add right inside update_version.js (PRO-2684)
  • e9461c8: 0.3.6 (PRO-2684)

v0.3.5

29 Jul 00:26
Compare
Choose a tag to compare

What's new

  • Bug fix: regex mode not respecting continue

Commits

  • 6c85fbc: Try auto push tags (PRO-2684)
  • 8fce840: Update readme (PRO-2684)
  • 15457e4: Update README: add star history (PRO-2684)
  • 1c0877d: Bug fix: regex mode not respecting continue (PRO-2684)
  • e155a0a: Bump version (PRO-2684)

v0.3.4

15 Jun 14:08
Compare
Choose a tag to compare

Changes

Bug fix on visit mode getting redirected.

Commits

  • 7306ff9: Move rules-related acknowledgments to pURLfy-rules (PRO-2684)
  • f1084c2: Bug fix on visit mode getting redirected (PRO-2684)
  • 48b2bec: Update version (PRO-2684)

v0.3.3

29 May 06:40
Compare
Choose a tag to compare

Changes

  • Not checking if search params is standard on whitelist mode
  • Ignore empty regex on path matching

Commits

  • 3a14d18: Better SVG logo (PRO-2684)
  • 60a37e5: Logo minor adjust (#5) (PRO) #5
  • fe8ead6: Update readme (PRO-2684)
  • 41e3096: Update icon (PRO-2684)
  • ca31e6f: Ignore empty regex on path matching (PRO-2684)
  • 418fa82: Not checking if search params is standard on whitelist mode (PRO-2684)
  • c36475c: v0.3.3 (PRO-2684)

v0.3.2

15 May 07:09
68a62a1
Compare
Choose a tag to compare

Commits

  • e2918bb: headers field replace ua field (PRO-2684) #4

v0.3.1

11 May 11:59
0bd3c0c
Compare
Choose a tag to compare

New feature(s)

  • You can now read pURLfy version via Purlfy.version static property

Other

  • Make some fields and methods static

Commits

  • e88f456: Update readme (PRO-2684) #3
  • 68fd557: Add static property version (PRO-2684) #3
  • 910d90c: Static-ify some properties and methods (PRO-2684) #3
  • d26f807: Make some static fields/methods private (PRO-2684) #3
  • ed4e21e: Make version "read-only" (PRO-2684) #3
  • 2b7949a: Update readme (PRO-2684) #3
  • b298d55: Version 0.3.1 (PRO-2684) #3

v0.3.0

02 May 01:24
bbcef32
Compare
Choose a tag to compare

Breaking change(s)

  • Remove decode rule parameter; Add acts parameter
  • Remove redirectEnabled API; Add fetchEnabled API

New feature(s)

  • Visit mode

Other

  • Bug fixes
  • Add logo

Commits

  • 258c9b8: Add logo; Update readme (PRO-2684)
  • 7dc3bba: Reorder selection in readme (PRO-2684)
  • d42ab5a: Recolor (PRO-2684) #2
  • 7f1ff17: decode -> acts; redirectEnabled -> fetchEnabled; visit mode skeleton (PRO-2684) #2
  • 6d99818: getRedirectedUrl -> fetch (PRO-2684) #2
  • 8d963c7: Fix redirect handling (PRO-2684) #2
  • ad3fe1b: redirect bug fix (PRO-2684) #2
  • f48c1be: dest bug fix (PRO-2684) #2
  • 0f6d3f3: Bug fix; Check if redirected on visit mode (PRO-2684) #2
  • 6810d06: Update readme (PRO-2684) #2