Skip to content

Commit

Permalink
Merge pull request #1505 from dynamoose/version/3.1.0
Browse files Browse the repository at this point in the history
Version 3.1.0
  • Loading branch information
fishcharlie committed Sep 4, 2022
2 parents a43d068 + 3a7beed commit 32a184b
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 14 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

---

## Version 3.1.0

This release adds support for ISO-8601 date formats! This was one of the most upvoted feature requests on the [GitHub issues page](https://github.com/dynamoose/dynamoose/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc). Really exciting to finally delivery this feature.

Please comment or [contact me](https://charlie.fish/contact) if you have any questions about this release.

### Major New Features

- ISO-8601 Date Format Option.
- Support for specifying custom type options for `timestamp` properties.

### Documentation

- Making Transaction documentation more clear about options you can pass in.
- Fixing edit links on documentation pages.

### Other

- Adding CLA process to new contributors pull requests.

---

## Version 3.0.3

This release fixes a few bugs, and adds the foundation for additional language support on [our website](https://dynamoosejs.com).
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Below you will find the current branch strategy for the project. Work taking pla
| Branch | Version | NPM Tag | Links |
| --- | --- | --- | --- |
| [`main`](https://github.com/dynamoose/dynamoose/tree/main) | 3.x.x | | - [Documentation](https://dynamoose.pages.dev) |
| [`v3.0.3` (tag)](https://github.com/dynamoose/dynamoose/tree/v3.0.3) | 3.0.3 | latest | - [Documentation](https://dynamoosejs.com) |
| [`v3.1.0` (tag)](https://github.com/dynamoose/dynamoose/tree/v3.1.0) | 3.1.0 | latest | - [Documentation](https://dynamoosejs.com) |
| [`v2`](https://github.com/dynamoose/dynamoose/tree/v2) | 2.8.x | | - [Documentation](https://v2.dynamoose.pages.dev) |
| [`v2.8.8` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.8.8) | 2.8.8 | latest-2 | - [Documentation](https://v2.dynamoosejs.com)

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.0.3"
"version": "3.1.0"
}
4 changes: 2 additions & 2 deletions packages/dynamoose-logger/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/dynamoose-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose-logger",
"version": "3.0.3",
"version": "3.1.0",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"build": "tsc"
},
"dependencies": {
"dynamoose-utils": "^3.0.3",
"dynamoose-utils": "^3.1.0",
"js-object-utilities": "^2.1.0",
"uuid": "^8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamoose-utils/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 packages/dynamoose-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose-utils",
"version": "3.0.3",
"version": "3.1.0",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamoose/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/dynamoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose",
"version": "3.0.3",
"version": "3.1.0",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand All @@ -27,11 +27,11 @@
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.142.0",
"@aws-sdk/util-dynamodb": "^3.142.0",
"dynamoose-utils": "^3.0.3",
"dynamoose-utils": "^3.1.0",
"js-object-utilities": "^2.1.0"
},
"devDependencies": {
"dynamoose-logger": "^3.0.3"
"dynamoose-logger": "^3.1.0"
},
"license": "Unlicense",
"funding": [
Expand Down

0 comments on commit 32a184b

Please sign in to comment.