Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/strong-trains-look.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @taskless/loader

## 0.0.33

### Patch Changes

- edc6363: - **Load a directory** - If you specify `TASKLESS_DIRECTORY` (autoloader), or use `directory` in the programatic API, the loader will attempt to load any installed packs from disk in addition to any network packs. This can be used to load packs without interacting with Taskless Cloud.

- **Deprecation** of `TASKLESS_OPTIONS` - The taskless options environment variable has been deprecated in favor of using individual `TASKLESS_*` flags.
- `network` and `logging` are now expressed as `TASKLESS_OUTPUT` and can be expressed as a comma separated list. For example `TASKLESS_OUTPUT=network,console`. The default with an API key is `network`, and the default without an API key is `console`. If this value is set, it will override the default behavior. `network` and `logging` will be removed in the next release.

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@taskless/loader",
"description": "Taskless Loader - Take control of your third party APIs",
"version": "0.0.32",
"version": "0.0.33",
"author": "Taskless",
"license": "Apache-2.0",
"repository": "taskless/loader-js",
Expand Down