Skip to content

Commit

Permalink
chore: Versions packages for latest changesets (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 5, 2024
1 parent dcb4344 commit 05626fa
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 33 deletions.
7 changes: 0 additions & 7 deletions .changeset/giant-tips-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-planets-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-zoos-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-cycles-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-jobs-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-trains-compare.md

This file was deleted.

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

## 0.0.12

### Patch Changes

- 75b9738: Changes intitialization options

`forceLogging` was changed to `logging` and takes the default of the `network` option. This makes it easier to enable logging for all requests, and automatically logs requests when the API key is not set. As part of this change, the TasklessAPI type was created for type consistency. Finally, errors throw on `load()` instead of configuration, provinding access to the logger object when inside of the autloader.

- 2bdd944: Changes taskless loader options to be a single semicolon separated options string
- d80185b: Ensures all request and response lua calls copy all properties
- a09153d: Fixes issue where lua promise bundle did not include required .lua code
- 3a2c7e4: Improves types for programatic API
- dcb4344: Adds an example for both the autoload and programatic APIs

## 0.0.11

### 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.11",
"version": "0.0.12",
"author": "Taskless",
"license": "Apache-2.0",
"repository": "taskless/loader-js",
Expand Down

0 comments on commit 05626fa

Please sign in to comment.