Releases: jaandrle/gulp-place
Releases · jaandrle/gulp-place
v1.8.7
v1.8.6 – Build optimalization/fixes
Build optimalization/fixes
v1.8.5 – Allow `\t` for indentation
:bug: Allow `\t` for indentation
v1.8.4 – Dependencies/Security update
What's Changed
- Bump y18n from 3.2.1 to 3.2.2 by @dependabot in #8
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #7
- 🎉 v1.8.2 by @jaandrle in #9
- Bump copy-props from 2.0.4 to 2.0.5 by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v1.8.1...v1.8.4
v1.8.1
- 🚀 ➕ Toggle for
old_primes
: replacing*.replace(/′/g, "'").replace(/″/g, "\"").replace(/
/g, "'")` - 🚀 ➕ Multiple (only basic/simple) exports
-
/export (default )?(?<type>function|function\*|const|var|let|class) (?<name>[^ \=\-\+\(\{}]+)/g
:export const a= "A";
-
/\r?\n?\s*export \{\s*(?<names>[^\}]+)\s*\};/mg
:const a= "A", b= "B"; export { a as A, b };
-
- Import (see 4e879e1 with
gulp_place('{ "file": "body.js", "name": "MyModule", "type": "module", "depends": { "./Test": "ExternalModule" } }', "combine");
)
v1.8.0
v1.7.0 – Just npm
Update package.json
1.6.0
Initial Release
1.5.3 init