Releases: klei/gulp-inject
Releases · klei/gulp-inject
v4.0.0
- Breaking: using stream-to-array which needs a Promise lib (or native)
- Breaking: using syntax features from ES2015 which requires at least NodeJS v4
- Now throws an error when
read
option is passed, because that's the most common mistake (it should be passed togulp.src
) - A lot of refactoring
- Changing how regexp for tags are created (solved #144)
1.3.0
1.2.0
Hotfix 1.1.1
- Allow transform functions to return
undefined
/null
(#74)
1.1.0
Hotfix 1.0.1
- Fixing #39
1.0.0
New features
- Adding
relative
option (#33) - Adding
selfClosingTag
option - Adding
name
option - Adding support for injecting
*.coffee
files by default (#19) - Adding default transforms and tags for
jade
andjsx
files - Adding warning message when
read
option is used (the option belongs togulp.src
) - Adding some logging
- Better documentation with more examples
- More tests
Fixes
- Fixing Windows problems with
ignorePath
(#30)
Deprecations
sort
option is removed in favor of usingsort-stream
insteadtemplateString
option is removed in favor of usinggulp-file
instead- The old API where target could be provided as a string path is removed in favor of only using Vinyl File Streams
Hotfix 0.4.1
- Adding
.npmignore
0.4.0
Hotfix 0.3.1
- Deprecating Node 0.8