Skip to content

Releases: plotdb/fedep

1.1.4

26 Jan 14:10
Compare
Choose a tag to compare
  • dont copy JS / CSS files based on browser/stylefield ifmain` folder is by link instead of by copying.
  • instead of copying, making a symlink by following symlink in node_modules.
    • symlink usually is for local dev files, which may contains many things we dont need as a module.
      thus copying isn't the best way which may copy files like .git or node_modules.

1.1.3

24 Jan 14:05
Compare
Choose a tag to compare
  • copy contente of symlink if module in node_modules is a symbolic link.

1.1.2

21 Jan 14:32
Compare
Choose a tag to compare
  • separate commands with yargs sub command features
  • support folder (default dist) and dup (default false) options in publish command.
  • tweak messages

1.1.1

21 Jan 00:21
Compare
Choose a tag to compare
  • make publish keep files in files but still dup dist files in root

1.1.0

19 Jan 11:07
Compare
Choose a tag to compare
  • add publish command, which publish dist folder as root along with core files such as package.json, etc

1.0.1

19 Jan 08:25
Compare
Choose a tag to compare
  • add missed @plotdb/colors module

1.0.0

19 Jan 08:06
Compare
Choose a tag to compare
  • copy the complete module ( skip node_modules if any ) instead of dist only.
    • for legacy support, still support dist copying with --use-dist option.
  • support multiple pairs, separated by ; for -l option
  • generate a index.js and index.css file automatically per package.json describe if they doesn't overwrite anything.

0.0.17

23 Oct 15:57
Compare
Choose a tag to compare
  • add init command ( npx fedep init ) for quickly setup a frontendDependencies entry.

0.0.16

01 Oct 02:11
Compare
Choose a tag to compare
  • support link option for linking from src to des.
  • remove livescript header

0.0.15

22 Sep 01:45
Compare
Choose a tag to compare
  • use symlink instead hard copy when using -l.