Skip to content

Commit

Permalink
[Doc] Prepare v0.7.0 (#110)
Browse files Browse the repository at this point in the history
* mod

* mod line breaks
  • Loading branch information
miyamo2 authored May 11, 2024
1 parent b4cd285 commit 3658a64
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.7.0 - 2024-05-11

✨ New Features

- Added `dynamo-nested`, the custom GORM serializer for nested struct.

💥 Breaking Change

- Renamed the key name of tag, `dynmgrm:lsi` to `dynmgrm:lsi-sk`

## 0.6.1 - 2024-04-28

📝 Fixed Dead Link in README
Expand Down
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/miyamo2/dynmgrm)](https://goreportcard.com/report/github.com/miyamo2/dynmgrm)
[![GitHub License](https://img.shields.io/github/license/miyamo2/dynmgrm?&color=blue)](https://img.shields.io/github/license/miyamo2/dynmgrm?&color=blue)

dynmgrm is the driver to issue PartiQL Statement to DynamoDB with GORM⚡

## Features

Supports the following PartiQL statements:
### Supports the following PartiQL statements

- [x] Select
- [x] With Secondary Index
Expand All @@ -32,7 +34,7 @@ Supports the following PartiQL statements:
- [x] Create Table ※ proprietary PartiQL syntax by [`btnguyen2k/godynamo`](https://github.com/btnguyen2k/godynamo)
- [ ] Create Index ※ proprietary PartiQL syntax by [`btnguyen2k/godynamo`](https://github.com/btnguyen2k/godynamo)

Supports the following GORM features:
### Supports the following GORM features

- Query
- [x] `Select`
Expand Down Expand Up @@ -79,11 +81,11 @@ Supports the following GORM features:
- [ ] `DropIndex`
- [ ] `HasIndex`

Custom Clause:
### Custom Clause

- `SecondaryIndex`

Custom Data Types:
### Custom Data Types

- `Set[string | int | float64 | []byte]`

Expand All @@ -93,6 +95,12 @@ Custom Data Types:

- `TypedList[T]`

### Custom Serializer

- `dynamo-nested`

[What is about GORM Serializer?](https://gorm.io/docs/serializer.html)

## Quick Start

### Installation
Expand Down

0 comments on commit 3658a64

Please sign in to comment.