Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Dec 1, 2018
1 parent fe06ad4 commit ccb32db
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

---

## [v0.5.0](https://github.com/foxifyjs/odin/releases/tag/v0.5.0) - *(2018-12-01)*

- :zap: Added deep relation loading ability
- :zap: Added `lean` method to model queries to skip creating model instances
- :star2: Improved model static method `toJsonSchema` functionality
- :star2: Improved model hook `created`

## [v0.4.0](https://github.com/foxifyjs/odin/releases/tag/v0.4.0) - *(2018-11-16)*

- :zap: Added `embedMany` relation
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ User.schema = {
- [x] Update operation
- [x] Delete operation
- [x] `GraphQL` support
- [x] `JSON Schema` support
- [ ] Migrations
- [ ] Seeding
- [ ] Tests
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxify/odin",
"version": "0.4.1",
"version": "0.5.0",
"description": "Active Record Model",
"author": "Ardalan Amini <[email protected]> [https://github.com/ardalanamini]",
"contributors": [
Expand Down Expand Up @@ -34,6 +34,7 @@
"record",
"typescript",
"mongodb",
"deep",
"relation",
"graphql",
"json",
Expand Down

0 comments on commit ccb32db

Please sign in to comment.