Skip to content

Commit

Permalink
DEV: add one to many mappings
Browse files Browse the repository at this point in the history
* Remove {begins} for filterExpression — use where
* Support Buffer, ArrayBuffer, DataView for binary
* Add params.transform
* Add schema.index.follow
* Add params.transform
  • Loading branch information
Michael O'Brien committed Apr 3, 2021
1 parent 8082d82 commit e82ade3
Show file tree
Hide file tree
Showing 7 changed files with 434 additions and 288 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
samples
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ all: build
build:
npm run build

publish: build
publish promote: build
npm publish
124 changes: 86 additions & 38 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamodb-onetable",
"version": "1.0.1",
"version": "1.1.0",
"description": "DynamoDB access library for single-table designs",
"exports": {
".": {
Expand Down
Loading

0 comments on commit e82ade3

Please sign in to comment.