Skip to content

Releases: MiguelCastillo/pakit

v0.7.0

03 Jan 21:31

Choose a tag to compare

Code changes to include functionality for bundling from contents.

pakit({
  contents: 'console.log("hello world");'
});

v0.6.2

20 Dec 21:05

Choose a tag to compare

Recovery release. bundlerrc support was removed with no warning or deprecation. I realize that is not a good approach so blunderrc is back in with a deprecation warning. bundlerrc files will continue to be supported for now while people rename that file to the analogous .pakit file.

v0.6.1

20 Dec 04:54

Choose a tag to compare

adding glob for better detection of eslinrc config files

v0.6.0

20 Dec 04:14

Choose a tag to compare

big refactor and default eslint settings

  1. Default eslint settings
  2. Big refactor to organize the code a bit better
  3. Changed unit test to take into account module dependencies
  4. Introduced eslint

v0.5.2

19 Dec 18:49

Choose a tag to compare

  1. Added ability to disable log by specifying log: false in the configuration file or --log false via CLI.
  2. Added setup for unit tests.

v0.5.1

19 Dec 16:09

Choose a tag to compare

Removal of handlebar templates in favor es6 template strings for generating the banner string for generated bundles.

v0.5.0

19 Dec 16:01

Choose a tag to compare

You can load

  1. .pakit.json
  2. .pakit.js with a module export of the configuration
  3. .pakit directory with an index.js module that exports the configuration