Skip to content

Releases: DextApp/dext-core-utils

v0.6.0

18 Jun 15:16
Compare
Choose a tag to compare

Bug Fixes

  • Fix dpm install issues with Windows (#52)

API Additions

  • Add fetchPlugins() (#50)
  • Add updateConfig() (#50)

Workflow Updates

  • Replaced eslint with `prettier

v0.4.1

22 Oct 01:20
Compare
Choose a tag to compare
  • Use correct module (https) for search API.
  • Add missing ERR_MODULE_SEARCH_FAILED constant.

Credits: Thanks for the catch on these 2 issues @W0lfw00d

v0.4.0

21 Oct 06:11
Compare
Choose a tag to compare
  • Added the ability to search for plugins/themes by keyword (Thanks @W0lfw00d!)
  • Added a CONTRIBUTING.md
  • Updated README.md to support installing dependencies with yarn
  • Better mocking and testing

v0.3.0

12 Oct 01:14
Compare
Choose a tag to compare
  • Fixed eslint packages and rules
  • More mocking/tests
  • Moved plugins to separate module
  • Use cross-spawn for cross platform support (#32)

v0.2.1

26 Sep 16:22
Compare
Choose a tag to compare
  • Updated .editorconfig
  • Updated dev dependencies: eslint, and linter rules
  • Wrote some tests
  • Add support for travis-ci/coveralls

v0.2.0

05 Sep 23:40
Compare
Choose a tag to compare

Enhancements

  • Added getTheme() to retrieve the current theme
  • Added getPluginPath() to retrieve a plugin's path
  • Added getConfig() to retrieve the config object
  • Added createSymLink() to create a symbolic link to the dext plugin path
  • Added removeSymLink() to remove a plugin symlink

Miscellaneous

  • Added linting
  • Decoupling of some functions

v0.1.0

02 Sep 01:27
Compare
Choose a tag to compare
  • Initial Commit