Skip to content

Releases: jaandrle/gulp-place

v1.8.7

12 Aug 12:17
Compare
Choose a tag to compare

v1.8.6 – Build optimalization/fixes

19 Jul 12:01
Compare
Choose a tag to compare
Build optimalization/fixes

v1.8.5 – Allow `\t` for indentation

19 Jul 11:46
Compare
Choose a tag to compare
:bug: Allow `\t` for indentation

v1.8.4 – Dependencies/Security update

12 Jul 12:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.4

v1.8.1

14 Sep 11:45
Compare
Choose a tag to compare
  1. 🚀 ➕ Toggle for old_primes: replacing *.replace(/′/g, "'").replace(/″/g, "\"").replace(//g, "'")`
  2. 🚀 ➕ 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 };
  3. Import (see 4e879e1 with gulp_place('{ "file": "body.js", "name": "MyModule", "type": "module", "depends": { "./Test": "ExternalModule" } }', "combine");)

v1.8.0

19 Aug 13:41
Compare
Choose a tag to compare
  • 🔨 global consts moved to root
  • 🔨 global functions moved into "./utils"
  • 💥 "use strict" in "combine"
  • 🐛 Correct ${} handler fixes #3
  • 🐛 gulp_place(…,"clean") fixes #2

v1.7.0 – Just npm

18 Aug 15:09
Compare
Choose a tag to compare
Update package.json

1.6.0

18 Aug 13:16
07661eb
Compare
Choose a tag to compare
  • 💥 "complex-test"
  • 💥 "combine" to place part of code base as namespace/module
  • 💥 README.md updated
  • 🚀 npm run git-changelog: Changelog based on git log
  • 🔨 Renaming tests folders ('from/to' instead of 'src/bin')
  • 💥 Relative paths support

Initial Release

14 Aug 12:37
Compare
Choose a tag to compare
1.5.3

init