Skip to content

Releases: webrecorder/wabac.js

wabac.js 2.17.2

05 Apr 19:21
91986d5
Compare
Choose a tag to compare

What's Changed

  • rewrite: add ignore regex for 'import' rewriting by @ikreymer in #164
  • more accurate rewriting of 'import('

Full Changelog: v2.17.1...v2.17.2

wabac.js 2.17.1

24 Feb 22:14
c1124c0
Compare
Choose a tag to compare

What's Changed

  • rewriting: misc edge case fixes: by @ikreymer in #162
  • update wombat to 3.7.2

Full Changelog: v2.17.0...v2.17.1

wabac.js 2.17.0

22 Feb 08:25
Compare
Choose a tag to compare

Improved live proxy example + various rewriting improvements

What's Changed

  • Rewriting Global + Live Proxy Fixes by @ikreymer in #158
  • properly index POST requests with empty bodies as POST requests by @ikreymer in #159
  • Properly decode UTF-16BE, UTF-16LE and UTF-8 with BOM by @ikreymer in #160
  • More precise document.close() injection by @ikreymer in #161

Full Changelog: v2.16.13...v2.17.0

wabac.js 2.16.13

06 Dec 00:21
8cc4755
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.12...v2.16.13

wabac.js 2.16.12

05 Sep 22:32
eb67d94
Compare
Choose a tag to compare

What's Changed

  • index serve: serve default html page (for RWP) instead of accepting generic html by @ikreymer in #147

Full Changelog: v2.16.11...v2.16.12

v2.16.11

29 Aug 21:24
b0c3143
Compare
Choose a tag to compare

What's Changed

  • cache: add ability to specify 'indexHtml' that will be served from replay root. by @ikreymer in #146

Full Changelog: v2.16.10...v2.16.11

wabac.js 2.16.10

29 Aug 02:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.9...v2.16.10

wabac.js 2.16.9

17 Aug 03:56
bc4f5d2
Compare
Choose a tag to compare

What's Changed

  • fix document.close() inject to only be used for JS scripts by @ikreymer in #141

Full Changelog: v2.16.8...v2.16.9

wabac.js 2.16.8

11 Aug 07:20
8a6ca2e
Compare
Choose a tag to compare

What's Changed

  • deps: update to wombat 3.6.1 to support improved relative URL rewriting by @ikreymer in #140

Full Changelog: v2.16.7...v2.16.8

wabac.js 2.16.7

10 Aug 03:14
Compare
Choose a tag to compare

What's Changed

  • live proxy: set 'allowBody' option to true if isLive is true to allow proxying POST/PUT requests by @ikreymer in #137
  • rewrite: inject document.close() into <script> tags found in an html body by @ikreymer in #138
  • build: include current version in banner text and fix allowBody default @ikreymer in #139

Full Changelog: v2.16.6...v2.16.7