Skip to content

Releases: Backiscute/config-parser

1.2.0

Choose a tag to compare

@Backiscute Backiscute released this 12 Jun 21:32
  • Added listening to chokidar events.
  • Added isStarted property to check if the watcher is running.

1.1.1

Choose a tag to compare

@Backiscute Backiscute released this 11 Jun 23:11
  • Added parsers and validators for folders.
  • Added parsers for custom extensions.
  • Added inspect custom.

1.0.2

Choose a tag to compare

@Backiscute Backiscute released this 08 Jun 12:53
  • Fixed an issue that caused importing js files to fail.

1.0.1

Choose a tag to compare

@Backiscute Backiscute released this 08 Jun 12:36
  • Added more debug logs in case you want to debug.
  • Corrected some mistakes in the README.md.
  • Made improvements to js import so instead of doing
const { default: ConfigHelper } = require("@backs/config-helper")

you can do

const ConfigHelper = require("@backs/config-helper")

1.0.0

Choose a tag to compare

@Backiscute Backiscute released this 07 Jun 23:23

Just created the package.

Full Changelog: https://github.com/Backiscute/config-parser/commits/Prod