Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Häusler committed Sep 25, 2014
1 parent 11f1046 commit de6f257
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ First version which had the following features:
- Random document
- All documents
- Started with advanced queries
- Started with basic ORM
- Started with basic ORM:
- Models
- Fields for models (char, number, foreign key)
- Model query manager
- Transactions to create and update documents
- Managing databases, collections and documents

Expand All @@ -26,4 +29,8 @@ First version which had the following features:
- More test coverage
- Advanced queries can now be run for multiple collections
- Simple queries added:
- Remove by example data
- Remove by example data
- Adding date and datetime fields to ORM

### 0.3
- Batch document insert

0 comments on commit de6f257

Please sign in to comment.