Skip to content

Releases: VFK/gulp-html-replace

v1.6.2

18 Nov 13:02
@VFK VFK
Compare
Choose a tag to compare

Contribution from @vahpetr

  • [https://github.com//pull/55] - Newline bugfix

v1.6.1

17 Jun 06:16
@VFK VFK
Compare
Choose a tag to compare

Contribution from @khamin

  • [https://github.com//pull/48] - Special replacement patterns fix

v1.6.0

28 May 06:18
@VFK VFK
Compare
Choose a tag to compare

Contribution from @jraoult

  • [https://github.com//issues/25] - Support Vinyl files stream as replacement input

v1.5.5

21 Nov 09:35
@VFK VFK
Compare
Choose a tag to compare
  • [https://github.com//issues/39] - Fixed incorrect string replacement with more than one source

v1.5.4

22 Sep 06:21
@VFK VFK
Compare
Choose a tag to compare

Contribution from @asv

  • [https://github.com/VFK/gulp-html-replace/commit/549aaaacbff7549437e2df6de30a6c3a05f13933] - Fixed problem with periods in query string ('js/one.js?v=1.2.3.4' for example)

v1.5.3

18 Sep 12:21
@VFK VFK
Compare
Choose a tag to compare
  • [https://github.com/VFK/gulp-html-replace/commit/2f59546077d392e305bb1493dc9e3c48df16d4ac] - file.dirname is only available in vinyl@0.5.0 and newer, using path.dirname to support the older versions.

v1.5.2

17 Sep 14:23
@VFK VFK
Compare
Choose a tag to compare

Contribution from @asmgf

  • [https://github.com/VFK/gulp-html-replace/commit/1611ba7191141c8e2c2667bc9cdc605877454a8a] - Use dirname instead of base when resolving paths
  • [https://github.com/VFK/gulp-html-replace/commit/41c59329459cb628e491c247f077e0d335317743] - Keep indentation when keepBlockTags is true]

v1.5.1

29 Jun 08:08
@VFK VFK
Compare
Choose a tag to compare
  • [https://github.com//pull/30] - Changed few dependencies to preferred ones

v1.5.0

03 Jun 05:07
@VFK VFK
Compare
Choose a tag to compare
  • Rewritten parsing engine. It should fix all the possible issues with input html formatting, line endings and such.
  • Fixed a bug where keepBlockTags option may not work properly.

v1.4.5

11 Apr 13:23
@VFK VFK
Compare
Choose a tag to compare