Skip to content

Releases: mindsers/configfile

Fix deployment

05 Aug 14:36
Compare
Choose a tag to compare
Fix deployment Pre-release
Pre-release

Fixed

  • Fix module data collection

Local deployment is here!

15 Nov 01:23
00d2353
Compare
Choose a tag to compare
Pre-release

Added

  • A contribution guide (CONTRIBUTING.md) to help new contributors.
  • The local deployment of configuration file. (-l on modules deploy)

Changed

  • Adopte a git like command style: configfile run => configfile scritps run.
  • Create a "saved version" if preexisting file exist when user deploy a module.
  • Do not indentify the modules to deploy cause the deployment of all available modules. User authorization is required.

Bug fix !!

13 Oct 20:15
Compare
Choose a tag to compare
Bug fix !! Pre-release
Pre-release

Fixed

  • Replace the JS error message (non-handled error) on scripts and modules commands
    by a user friendly error message.

List scripts and module

12 Oct 00:20
Compare
Choose a tag to compare
Pre-release

Added

  • This CHANGELOG file to hopefully serve to all developers and users.
  • The scripts command to list all custom scripts available.
  • Tha modules command to list all custom modules available.

Changed

  • The project design was reviewed. Now we use services to provide data to all commands.
  • A better error handling with try...catch and custom error classes.
  • New name for the main configuration file is now .configfilerc. Other files is stored
    inside of .configfile folder.

New name

24 Sep 22:54
Compare
Choose a tag to compare
New name Pre-release
Pre-release

Because of conflicts with other packages on nmpjs registry, we have to change the name of the package.

configfiles become configfile.

First Preview package

24 Sep 22:40
Compare
Choose a tag to compare
First Preview package Pre-release
Pre-release

This version come with this commands:

  • init
  • run
  • deploy