Releases: DextApp/dext-core-utils
Releases · DextApp/dext-core-utils
v0.6.0
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
- 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
- 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
- Fixed eslint packages and rules
- More mocking/tests
- Moved plugins to separate module
- Use
cross-spawn
for cross platform support (#32)
v0.2.1
- Updated
.editorconfig
- Updated dev dependencies:
eslint
, and linter rules
- Wrote some tests
- Add support for travis-ci/coveralls
v0.2.0
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