This repository has been archived by the owner on Dec 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
3,057 additions
and
2,535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'svelte-contextify': major | ||
--- | ||
|
||
Released 1.0, no changes from 0.1.3, resolved versioning issues, following semver now. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1 @@ | ||
# svelte-contextify | ||
|
||
## 0.2.1 | ||
|
||
### Patch Changes | ||
|
||
- df901cf: Removed accidental testing exports | ||
- 8ca757e: Fixed types for the recent release | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- c781eb8: Breaking: Revamped the API, instead of having multiple parameters and an array as return value it now accepts and returns an object. | ||
- c781eb8: Added `onError` parameter that will be called when context is trying to be retrieved when it hasn't been set (#18). | ||
- c781eb8: Added `has` function to the returned value to make it easier to check if context exists. | ||
|
||
## 0.1.3 | ||
|
||
### Patch Changes | ||
|
||
- b7446d5: Fixed types | ||
|
||
## 0.1.2 | ||
|
||
### Patch Changes | ||
|
||
- 132ce75: Minor doc typo | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 0f28f85: Released library |
Oops, something went wrong.