Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed May 29, 2024
1 parent 1acc440 commit 42b6bbe
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Changelog


## v0.0.1


### 🚀 Enhancements

- **useSurrealFetch:** Optional overrides ([d20e563](https://github.com/sandros94/nuxt-surrealdb/commit/d20e563))
- **useSurrealDB:** Sql function ([688d9c2](https://github.com/sandros94/nuxt-surrealdb/commit/688d9c2))
- ⚠️ Use `host` instead of `url` to define db hostname ([9a777e2](https://github.com/sandros94/nuxt-surrealdb/commit/9a777e2))
- SurrealFetch function to everride preferences ([395f906](https://github.com/sandros94/nuxt-surrealdb/commit/395f906))
- **$sql:** New function ([8322d3d](https://github.com/sandros94/nuxt-surrealdb/commit/8322d3d))
- **version:** New function ([42a2e74](https://github.com/sandros94/nuxt-surrealdb/commit/42a2e74))
- **useSurrealLazyFetch:** New composable ([6547eaa](https://github.com/sandros94/nuxt-surrealdb/commit/6547eaa))
- **items:** New function ([0d4856a](https://github.com/sandros94/nuxt-surrealdb/commit/0d4856a))
- **items:** Use useAsyncData to catch input errors ([58f6950](https://github.com/sandros94/nuxt-surrealdb/commit/58f6950))

### 🩹 Fixes

- Better follow naming conventions ([8fdd2e0](https://github.com/sandros94/nuxt-surrealdb/commit/8fdd2e0))
- **useSurrealFetch:** Don't force bearer token ([42a7792](https://github.com/sandros94/nuxt-surrealdb/commit/42a7792))
- Default database as optional ([af6745d](https://github.com/sandros94/nuxt-surrealdb/commit/af6745d))
- Move databasepreset type ([aa1fdaf](https://github.com/sandros94/nuxt-surrealdb/commit/aa1fdaf))
- **useSurrealFetch:** Support MaybeReforGetter url ([f936d02](https://github.com/sandros94/nuxt-surrealdb/commit/f936d02))
- **useSurrealFetch:** Variable naming convention ([d5f47ee](https://github.com/sandros94/nuxt-surrealdb/commit/d5f47ee))
- **useSurrealFetch:** Header overwrite ([c3b4d37](https://github.com/sandros94/nuxt-surrealdb/commit/c3b4d37))
- Default to any input type ([dbf4171](https://github.com/sandros94/nuxt-surrealdb/commit/dbf4171))
- Simplify the Response utility type ([23634d4](https://github.com/sandros94/nuxt-surrealdb/commit/23634d4))
- **$surrealFetch:** Force app/json by default ([00609f2](https://github.com/sandros94/nuxt-surrealdb/commit/00609f2))
- Use $config inside plugin ([f9c311d](https://github.com/sandros94/nuxt-surrealdb/commit/f9c311d))
- Module build ([1acc440](https://github.com/sandros94/nuxt-surrealdb/commit/1acc440))

### 💅 Refactors

- Use db presets ([9cdd32c](https://github.com/sandros94/nuxt-surrealdb/commit/9cdd32c))

### 📖 Documentation

- Update readme ([f51c46f](https://github.com/sandros94/nuxt-surrealdb/commit/f51c46f))

### 🏡 Chore

- Project init ([c4be853](https://github.com/sandros94/nuxt-surrealdb/commit/c4be853))
- Update playground ([5cb04a5](https://github.com/sandros94/nuxt-surrealdb/commit/5cb04a5))
- Update release script ([d899635](https://github.com/sandros94/nuxt-surrealdb/commit/d899635))
- Set initial version ([2e7c4b3](https://github.com/sandros94/nuxt-surrealdb/commit/2e7c4b3))
- Add TODOs ([694fecb](https://github.com/sandros94/nuxt-surrealdb/commit/694fecb))
- Update playground ([f2b5ecf](https://github.com/sandros94/nuxt-surrealdb/commit/f2b5ecf))
- Add more info to package.json ([cb90540](https://github.com/sandros94/nuxt-surrealdb/commit/cb90540))
- Add funding ([be865a2](https://github.com/sandros94/nuxt-surrealdb/commit/be865a2))

#### ⚠️ Breaking Changes

- ⚠️ Use `host` instead of `url` to define db hostname ([9a777e2](https://github.com/sandros94/nuxt-surrealdb/commit/9a777e2))

### ❤️ Contributors

- Sandros94 ([@Sandros94](https://github.com/Sandros94))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-surrealdb",
"version": "0.0.0",
"version": "0.0.1",
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
"keywords": [
"nuxt",
Expand Down

0 comments on commit 42b6bbe

Please sign in to comment.