Skip to content

Commit

Permalink
add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongoode committed Jul 3, 2017
1 parent 579c21c commit 0882ffd
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ Cat.get(666)

The documentation can be found at https://dynamoosejs.com/api.

## Roadmap

### Release 0.9

The goal of release 0.9 is to increase the parity with mongoose. The main goal with be to come up with plugin system similar to that of monogoose all thought not necisary compatiable.

- [ ] Plugin system
- [ ] `Model.find` alias
- [ ]

## Change log

### Release 0.8
Expand All @@ -73,3 +63,23 @@ The goal of release 0.9 is to increase the parity with mongoose. The main goal
- Add typescript typings [#123](//github.com/automategreen/dynamoose/issues/123)
- Added .count() for Query and Scan [#101](//github.com/automategreen/dynamoose/issues/101)
- Nested scans [#141](//github.com/automategreen/dynamoose/issues/141) [#158](//github.com/automategreen/dynamoose/issues/158)


## Roadmap

### Release 0.9

The goal of release 0.9 is to increase the parity with mongoose. The primary purpose will be to come up with a plugin system similar to that of mongoose although not necessarily compatible.

- [ ] Plugin system
- [ ] `Model.find` alias
- [ ] Complete `.populate` support


### Release 1.0

The main goal of 1.0 will be to improve the code and refactor to ES2015 (ES6). In addition, `useNativeBooleans` and `useDocumentTypes` will be toggled to make uses of "newer" DynamoDB features by default.

- [ ] ES2015 updates
- [ ] Switch to ESLint
- [ ] Set `useNativeBooleans` and `useDocumentTypes` to default to `true`

0 comments on commit 0882ffd

Please sign in to comment.