Skip to content

Commit

Permalink
Version Packages (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 1, 2022
1 parent 5e30824 commit 37dcf27
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .changeset/rich-pumpkins-drum.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# d1-orm

## 0.6.0

### Minor Changes

- [#55](https://github.com/Interactions-as-a-Service/d1-orm/pull/55) [`5e30824`](https://github.com/Interactions-as-a-Service/d1-orm/commit/5e308247f77ab8ee05879a438c0a1d5ec3d3646e) Thanks [@Skye-31](https://github.com/Skye-31)! - [breaking] Feat: Refactor models to allow multiple unique keys

This change restructures the way that primary keys, auto increment keys and unique keys are provided. This allows for multiple unique keys to be provided for a model. These fields have been moved from the ModelColumn type to the first parameter in the Model constructor.

Refer to [the docs](https://docs.interactions.rest/d1-orm/) for more information.

## 0.5.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d1-orm",
"version": "0.5.5",
"version": "0.6.0",
"private": false,
"description": "A simple strictly typed ORM for Cloudflare's D1 product",
"keywords": [
Expand Down

0 comments on commit 37dcf27

Please sign in to comment.