Gulp Replace Versions Save

A string replace plugin for gulp

v1.1.4

1 year ago
  • Permit any version of @types/node #134

v1.1.3

2 years ago
  • Fix TypeScript Vinyl imports #122

v1.1.2

3 years ago
  • Fix TypeScript usage #117
  • Fix dependencies issues #119

v1.1.1

3 years ago
  • Fixes #112, downgrades istextorbinary for ancient node support

v1.1.0

3 years ago
  • Update dependencies
  • Add (broken) TypeScript declarations

v1.0.0

5 years ago
  • Set skipBinary: true by default (#81)
  • Update all dependencies

v0.6.1

6 years ago
  • Fixed file object not being updated for subsequent files

v0.6.0

6 years ago
  • Added this.file for callback functions to expose the vinyl file object, closes #50. Thanks to @thesebas @asins and @oleggromov for their help in defining the API.
  • Updated version of concat-stream to avoid vulnerability, thanks to @faust64
  • Added function replacement examples to README, closes #77
  • Refactored tests, thanks to @oleggromov

v0.5.4

8 years ago
  • Fixed text file detecting (thanks @zensh)
  • Switch from Streams2 to Streams3 (thanks @shinnn)
  • Documentation fixes (thanks @jolyonruss)
  • Test on Node 0.12 and io.js (thanks @shinnn)

v0.5.2

9 years ago
  • Update istextorbinary to 1.0.2, related to #32
  • Update replacestream to 2.0.0, fixes #30